mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 0/6] fix dma memory allocations, add dma_alloc/dma_free
 2012-06-19 12:42 UTC  (8+ messages)
` [PATCH 1/6] ARM mmu: don't use CONFIG_MMU to disable mmu code, there are static inline versions
` [PATCH 2/6] ARM mmu: introduce dma_alloc, dma_free
` [PATCH 3/6] nios: add dma_alloc, dma_free and asm/dma.h
` [PATCH 4/6] blackfin, mips, openrisc, ppc, sandbox, x86: add transparent dma_alloc, dma_free inlines
` [PATCH 5/6] USB gadget fsl: request cacheline aligned buffer
` [PATCH 6/6] USB gadget: Fix dma memory allocations

i.MX23/i.MX28, software reset feature
 2012-06-19 10:29 UTC 

[PATCH 0/6] misc ethernet fixes and new driver
 2012-06-18 19:39 UTC  (11+ messages)
` [PATCH 1/6] miidev: fix auto negotiation
` [PATCH 2/6] miidev: actually probe the PHY
` [PATCH 3/6] miidev: add support for 1000Mbit
` [PATCH 4/6] miidev: consistent md and mw on phy regs
` [PATCH 5/6] eth: eth MAC addresses are six bytes
` [PATCH 6/6] drivers/net: add designware driver

[PATCH RFC] spi: add support for dual and quad IO modes
 2012-06-18 15:06 UTC 

How to start barebox on Freescale iMX28 EVK
 2012-06-18 13:07 UTC 

How should a new internally developed board be handled?
 2012-06-15 12:50 UTC  (2+ messages)

[PATCH] poweroff: fix cmd_poweroff() arguments type
 2012-06-15 10:28 UTC 

[PATCH 0/2] Small fixes
 2012-06-15 10:08 UTC  (3+ messages)
` [PATCH 1/2] Remove superfluous SYSCTL_RSTA
` [PATCH 2/2] Deal properly with scripts/bareboxenv-target

[PATCH V2] arm: mxs: get MAC from OCOTP for MX28EVK
 2012-06-14 14:17 UTC  (3+ messages)

[PATCH V2 0/8] arm: mxs: add ocotp write support
 2012-06-14 13:21 UTC  (9+ messages)
` [PATCH V2 1/8] arm: mxs: make get_hclk result useable for upcoming set_hclk
` [PATCH V2 2/8] arm: mxs: add imx_set_hclk
` [PATCH V2 3/8] arm: mxs: refactor access to power domain
` [PATCH V2 4/8] arm: mxs: add POWER_BASE for MX28, too
` [PATCH V2 5/8] arm: mxs: add functions to get/set vddio
` [PATCH V2 6/8] arm: mxs: refactor timeout routine for ocotp
` [PATCH V2 7/8] arm: mxs: use consistent naming for #defines "
` [PATCH V2 8/8] arm: mxs: add write support "

[PATCH 0/8] arm: mxs: add ocotp write support
 2012-06-14 10:10 UTC  (5+ messages)
` [PATCH 5/8] arm: mxs: add functions to get/set vddio
` [PATCH 8/8] arm: mxs: add write support for ocotp

[PATCH] commands: add msleep command
 2012-06-14  8:17 UTC  (4+ messages)

[PATCH 1/2] i.MX51: Synchronize iomux header file from kernel
 2012-06-14  8:15 UTC  (3+ messages)
` [PATCH 2/2] ARM: initial ConnectCore® i.MX51 board support

add 'poweroff' support
 2012-06-14  8:05 UTC  (4+ messages)
` [PATCH 1/2] add 'poweroff' command
` [PATCH 2/2] rzx50: add poweroff support

[PATCH] common: fix typo cammand_var_complete
 2012-06-13 21:12 UTC  (2+ messages)

UnCorrectable RS-ECC Error
 2012-06-12  7:49 UTC 

Is Intel/Marvell PXA really ARMv4?
 2012-06-11 20:57 UTC  (2+ messages)

Problem with loadenv from /dev/env0
 2012-06-11 12:05 UTC  (5+ messages)

make fails with barebox
 2012-06-11  7:48 UTC 

make fails with barebox
 2012-06-11  7:37 UTC  (2+ messages)
` Re[2]: "

make fails with barebox
 2012-06-11  7:01 UTC  (4+ messages)
    ` Re[2]: "

[PATCH] ARM: initial ConnectCore® i.MX51 board support
 2012-06-10 10:51 UTC  (4+ messages)
  ` Re[2]: "

[PATCH 1/2] Move /dev/zero to separate unit
 2012-06-09 11:27 UTC  (3+ messages)
` [PATCH 2/2] Added "/dev/full" and "/dev/null" devices

[RFC] README: fix the directory layout section
 2012-06-08 23:55 UTC 

[PATCH] mxs NAND support
 2012-06-08 15:21 UTC  (7+ messages)
` [PATCH 1/4] ARM mxs: Add mxs_reset_block function
` [PATCH 2/4] dma: add mxs-apbh-dma driver
` [PATCH 3/4] mtd nand: add mxs-nand driver
` [PATCH 4/4] ARM mxs: add bcb command to create 'boot control block' for NAND boot

[PATCH 1/3] I.MX clko: Using strtol function instead strtoul for getting argument for clko source
 2012-06-08  6:35 UTC  (6+ messages)
` [PATCH 2/3] i.MX clko: Added support for more than one CLKO outputs
` [PATCH 3/3] i.MX51: Added support for "clko" command

[PATCH] resource: store 'end' instead of 'size' in struct resource
 2012-06-07 21:41 UTC 

[PATCH] ARM qil-a9260: Fix PARTITION_FIXED compilation
 2012-06-07 21:32 UTC 

defenv-2 updates
 2012-06-07 20:37 UTC  (4+ messages)
` [PATCH 1/3] defaultenv-2 ifup: Always overwrite eth0.serverip
` [PATCH 2/3] defaultenv-2: mount tftp server specified in $eth0.serverip
` [PATCH 3/3] defaultenv-2: remove global.tftp.path

NOR boot support for barebox on the mini2440
 2012-06-07 18:13 UTC  (2+ messages)

[PATCH] Fix sha224sum panic by registering SHA224 hash name
 2012-06-07 17:40 UTC  (2+ messages)

[PATCH 0/5] minor SPI flash fixes
 2012-06-07 17:32 UTC  (7+ messages)
` [PATCH 1/5] m25p80: prevent endless loop in erase
` [PATCH 2/5] m25p80: allow erase to be interrupted
` [PATCH 3/5] m25p80: progressbar tweak
` [PATCH 4/5] devfs: don't erase past the end of the partition
` [PATCH 5/5] fs: limit flash erase and protect to the partiton boundary

[PATCH] Fix SHA224 to produce 28 bytes of hash (instead of 32)
 2012-06-07 13:05 UTC 

[PATCH] Fix a panic in crypto hash calculations due to uninitialized variable
 2012-06-07 13:04 UTC 

[PATCH] PCM038: Added support for boot from NOR-flash
 2012-06-07  9:41 UTC  (2+ messages)

v2012.06.0
 2012-06-06 12:31 UTC 

NOR boot support for barebox on the mini2440
 2012-06-06 12:19 UTC  (2+ messages)
` [oselas] "

[PATCH] video/s3c24xx.c: fix doxygen comment for s3cfb_activate_var()
 2012-06-06  3:07 UTC 

[PATCH 0/6] Support cross-compiling on Mac OS X
 2012-06-05 21:15 UTC  (12+ messages)
` [PATCH 1/6] kbuild: Use Elfnn_Half as replacement for Elfnn_Section
` [PATCH 2/6] make: use wc -c instead of stat -c%s to get file sizes
` [PATCH 3/6] make: check for greadlink first, fall back to readlink
` [PATCH 4/6] hostcc tools: include "compiler.h", fix included headers
` [PATCH 5/6] scripts/compiler.h: fixup endianess defines on OS X
` [PATCH 6/6] scripts/genenv: always pass template to mktemp

Problem copying from NFS to SD card (crash & reboot)
 2012-06-05 18:35 UTC 

Booting mx25 based device from SD and NOR
 2012-06-05  7:09 UTC  (24+ messages)

[PATCH 1/2] MIPS: make possible board-specific header files
 2012-06-05  6:37 UTC  (5+ messages)
` [PATCH 2/2] MIPS: XBurst: suitable solution for per-board debug_ll

Loading Cpio (gz) image as rootfs
 2012-06-05  2:59 UTC  (3+ messages)

new default environment
 2012-06-04  8:47 UTC  (3+ messages)
` [PATCH 2/3] Add next generation default environment template

menu autodisplay does not work
 2012-06-01  8:33 UTC  (3+ messages)

[PATCH 1/2] menu: add support to do not display the entry number
 2012-06-01  6:34 UTC  (5+ messages)
` [PATCH 2/2] menu: add support for disable entry

[PATCH 1/1] menu: export box state to menu_box_state when using a command
 2012-06-01  6:33 UTC  (2+ messages)

Booting PhyTec PCM043/IMX35 from USB/SD-Card
 2012-05-31 19:13 UTC  (5+ messages)

[RFC] MIPS: XBurst: suitable solution for per-board debug_ll options
 2012-05-31 19:09 UTC  (3+ messages)

[PATCH 01/16] eukrea_cpuimx25: workaround ENGcm09152
 2012-05-31 18:24 UTC  (4+ messages)
` [PATCH 10/16] fs/tftp: depend on NET_TFTP

[PATCH] block: Fix printf warning
 2012-05-31 18:21 UTC  (2+ messages)

MTD NAND updates
 2012-05-31 17:01 UTC  (2+ messages)

[PATCH 1/2] block: propagate error code from block_get
 2012-05-31 12:46 UTC  (4+ messages)
` [PATCH 2/2] block: do not BUG() on failed block_get

[PATCH 1/2] i.MX51 clock: Added lp_apm clock support for frequency calculations
 2012-05-31  7:00 UTC  (3+ messages)
` [PATCH 2/2] i.MX51 clock: Added USB clock to dump_clocks command

[PATCH] ARM i.MX: Possible bug fixed due misspelling when copy/paste
 2012-05-30  8:53 UTC  (3+ messages)
  ` Re[2]: "

check if RGMII works
 2012-05-30  5:49 UTC  (2+ messages)

[BUG: barebox-git] failure at common/block.c:248/block_put()!
 2012-05-30  5:33 UTC  (8+ messages)

[PATCH] video/s3c24xx.c: fix doxygen comment for s3cfb_activate_var()
 2012-05-29 18:52 UTC 

magicvar breaks tftp (or ramfs)
 2012-05-29 16:23 UTC  (8+ messages)

[PATCH v20120528 0/5] ARM: initial Tegra support
 2012-05-29 16:09 UTC  (8+ messages)
` [PATCH v20120528 4/5] toshiba-ac100: add USB host support

[PATCH v20120529 1/2] toshiba_ac100: add USB host support
 2012-05-29 13:47 UTC  (3+ messages)
` [PATCH v20120529 2/2] toshiba_ac100: add defconfig

test
 2012-05-29 13:44 UTC  (3+ messages)
` Imx28 sdram initialisation?

[PATCH v20120529.1 1/2] toshiba_ac100: add USB host support
 2012-05-29 13:09 UTC  (2+ messages)
` [PATCH v20120529.1 2/2] toshiba_ac100: add defconfig

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox