mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH] mx53 update
 2011-12-05 15:19 UTC  (3+ messages)
` [PATCH 1/4] mx53: fix devid for imx53_add_mmc1/2
` [PATCH 3/4] mx53 loco: update sd support

[PATCH 1/1] mci: add the probe parameter if any error happened during the probe
 2011-12-05 15:10 UTC 

[PATCH 1/2] use format(__printf__, a, b) instead of formart(printf, a, b)
 2011-12-05 15:07 UTC  (4+ messages)
` [PATCH 2/2] stdio: convert __attribute__ ((format(printf, a, b))) to __printf(a, b)

[PATCH] fix cramfs support broken since zlib update
 2011-12-05 14:20 UTC 

[PATCH] crc exit with COMMAND_ERROR_USAGE
 2011-12-05 12:46 UTC 

[PATCH V3 1/3] arm/mach-pxa: Initial Intel/Marvell PXA support
 2011-12-05 12:35 UTC  (9+ messages)
` [PATCH V3 2/3] drivers/video: add PXA framebuffer support
` [PATCH V3 3/3] arm/mach-pxa: add mioa701 board

cramfs broken on -next
 2011-12-05  9:10 UTC 

[PATCH 2/2] ramfs: increase chunk size to 8192 bytes
 2011-12-05  9:04 UTC 

[PATCH 1/2] add armlinux specific magicvar descriptions
 2011-12-05  9:03 UTC 

[PATCH] i.MX53 sdhc
 2011-12-05  8:57 UTC  (4+ messages)
` [PATCH 1/3] mci imx esdhc: enable i.MX53 fix for i.MX51 aswell
` [PATCH 2/3] ARM i.MX53: Adjust MMC clock frequencies to 200MHz
` [PATCH 3/3] mci imx-esdhc: do not overwrite probed host caps

[PATCH] resources
 2011-12-05  8:56 UTC  (6+ messages)
` [PATCH 1/5] fix malloc space sizes
` [PATCH 2/5] add resource management functions
` [PATCH 3/5] add iomem command to show iomem usage
` [PATCH 4/5] register sdram as resources
` [PATCH 5/5] implement resource management for platform devices

uncompress work
 2011-12-03 18:47 UTC  (21+ messages)
` [PATCH 01/16] armlinux: remove unnecessary include
` [PATCH 02/16] arm bootm: "
` [PATCH 03/16] scripts/mkimage.c: "
` [PATCH 04/16] use kernel bunzip implementation
` [PATCH 05/16] remove old bzlib
` [PATCH 06/16] add kernel gunzip implementation
` [PATCH 07/16] remove old zlib
` [PATCH 08/16] lib: prompt for uncompression functions
` [PATCH 09/16] bootm: do not select uncompression methods
` [PATCH 10/16] add file detection support
` [PATCH 11/16] lzo: export decompress_unlzo function
` [PATCH 12/16] Add generic uncompress function
` [PATCH 13/16] add generic uncompress command
` [PATCH 14/16] update configs and default envs for uncompress
` [PATCH 15/16] remove now unused unlzo function
` [PATCH 16/16] bootm: use generic uncompress function

[PATCH 1/1] lib: remove re-introduce sum in commit 9135dd5f672e: initial libfdt support
 2011-12-03  8:46 UTC 

[PATCH v2] sanbox: add linux_execve and linux_exec command
 2011-12-03  5:47 UTC 

ARM, MMU and IO space mapping
 2011-12-01 14:34 UTC  (13+ messages)

lib/md5.o build problem
 2011-11-30 19:52 UTC 

[PATCH 1/1] Increase heapsize for i.MX21ADS board
 2011-11-29 21:48 UTC 

bootm work
 2011-11-29 10:09 UTC  (22+ messages)
` [PATCH 01/14] bootm: remove dead code
` [PATCH 02/14] factor out iminfo command
` [PATCH 03/14] compile in simple_strtoull
` [PATCH 04/14] introduce some env helpers
` [PATCH 05/14] armlinux: cleanup linux vars
` [PATCH 06/14] ARM bootm: remove now obsolete args
` [PATCH 07/14] bootm: handle initrds inline
` [PATCH 08/14] bootm: remove image handler options
` [PATCH 09/14] bootm: fix various memory leaks
` [PATCH 10/14] bootm: do not require -L after -r
` [PATCH 11/14] bootm: fix typo, update help str
` [PATCH 12/14] bootm relocate_image: honour load_address
` [PATCH 13/14] bootm: push relocate_image up to the generic command
` [PATCH 14/14] bootm: use initrd_address and initrd_size

Running Barebox in Barebox
 2011-11-28 14:59 UTC  (2+ messages)

[PATCH] nand: base: Improve error reporting if reading NAND-ID fails
 2011-11-28 11:46 UTC 

mmc spi fixes
 2011-11-28  8:47 UTC  (4+ messages)
` [PATCH 1/2] mmc spi: add missing dependency on SPI
` [PATCH 2/2] mmc spi: compile fix

[RFC] Prepare to add more Samsung S3C CPUs to barebox
 2011-11-28  8:11 UTC  (16+ messages)
` [PATCH 01/14] MACH SAMSUNG: Rename the whole mach to add more CPUs in future
` [PATCH 02/14] MACH SAMSUNG/S3C: Do not compile S3C24xx's GPIO support unconditionally
` [PATCH 03/14] MACH SAMSUNG/S3C: Make it more generic for future updates
` [PATCH 04/14] MACH SAMSUNG/S3C: Use the correct CPU family name to reflect driver's usage
` [PATCH 05/14] MACH SAMSUNG/S3C: The SDHC driver can be shared in the S3C CPU family
` [PATCH 06/14] MACH SAMSUNG/S3C: Reflect the CPU name the LCD driver is for
` [PATCH 07/14] MACH SAMSUNG/S3C: Separate S3C24XX clock management
` [PATCH 08/14] MACH SAMSUNG/S3C: Separate the clocksource for the S3C family
` [PATCH 09/14] MACH SAMSUNG/S3C: Rename register macros to reflect the MACH they are valid for
` [PATCH 10/14] MACH SAMSUNG/S3C: Re-work the S3C family timer driver
` [PATCH 11/14] MACH SAMSUNG/S3C: Prepare watchdog unit to be shared in the S3C family
` [PATCH 12/14] MACH SAMSUNG/S3C: Unify the UART driver for the S3C family of CPUs
` [PATCH 13/14] MACH SAMSUNG/S3C: Re-work the memory detection and handling
` [PATCH 14/14] MACH SAMSUNG/S3C: Re-work the GPIO handling for S3C24xx CPUs

[PATCH 2/2] MAKEALL: use '.' instead of 'source'
 2011-11-28  7:31 UTC 

[PATCH 1/2] remove irq support fragments
 2011-11-28  7:30 UTC 

[PATCH V2 0/3] Initial PXA support and Mitac MIOA701 board
 2011-11-27 22:23 UTC  (6+ messages)
` [PATCH V2 1/3] arm/mach-pxa: Initial Intel/Marvell PXA support
` [PATCH V2 2/3] drivers/video: add PXA framebuffer support
` [PATCH V2 3/3] arm/mach-pxa: add mioa701 board

[PATCH] fix unlzo support
 2011-11-27 14:10 UTC  (2+ messages)

next branch compilation errors
 2011-11-27 12:11 UTC  (3+ messages)

[PATCH] magic variables
 2011-11-27 12:09 UTC  (6+ messages)
` [PATCH 1/5] add magicvar command
` [PATCH 2/5] bootm: Add bootargs magicvar
` [PATCH 3/5] ARM i.MX boot: Add barebox_loc magicvar
` [PATCH 4/5] hush: Add magicvars
` [PATCH 5/5] dhcp: "

Current Barebox/Next and GCC-4.6.2
 2011-11-27 11:12 UTC  (2+ messages)

S3C24XX: Fix wrong RTS behaviour
 2011-11-26 18:32 UTC 

Mini2440: Fix leftover from A9M2440 copy
 2011-11-26 18:30 UTC 

[PATCH] arm: trivial renaming create_sections
 2011-11-26 12:26 UTC 

[PATCH 0/9] Initial PXA support and Mitac MIOA701 board
 2011-11-25 21:50 UTC  (21+ messages)
` [PATCH 1/9] initial Intel/Marvell PXA support
` [PATCH 2/9] fix association of cache handling code for PXA
` [PATCH 3/9] fix core version selection
` [PATCH 4/9] add PXA framebuffer support
` [PATCH 5/9] drivers: pxafb: Fix IOMEM API evolution
` [PATCH 6/9] drivers: pxafb: add include ifdefery
` [PATCH 7/9] arm/mach-pxa: add gpio direction functions
` [PATCH 8/9] arm/mach-pxa: add basic devices hooks
` [PATCH 9/9] arm/mach-pxa: add mioa701 board

[PATCH] atmel_spi: add mesg->actual_length, so devices can use it for read/write
 2011-11-25 15:11 UTC  (2+ messages)

[PATCHv3] Rework of handling disk like media
 2011-11-25 14:36 UTC  (16+ messages)
` [PATCH 01/13] USB Mass Storage driver: Fix compile time warning
` [PATCH 02/13] Create a unique cdev number for on demand devices
` [PATCH 03/13] ATA/DISK: Add generic disk support when enabling the BIOS disk driver
` [PATCH 04/13] ATA/DISK: Enabling write support does not belong to 'drive types'
` [PATCH 05/13] ATA/DISK: Reorganize file structure and names for future updates
` [PATCH 06/13] ATA/DISK: The BIOS based disk driver is not an interface
` [PATCH 07/13] ATA/DISK: Share important constants and structures
` [PATCH 08/13] DISK: Add common partition handling for disk like media
` [PATCH 09/13] Use generic block layer to access the drives and do partition parsing
` [PATCH 10/13] Remove 'disk_drive.c' as it is now replaced by generic partition handling
` [PATCH 11/13] ATA/DISK: Remove the now unused header <ata.h>
` [PATCH 12/13] ATA Disk Support: Add support for native ATA type drives
` [PATCH 13/13] Add driver for IDE like interfaces

[PATCH 0/3] Add MCI over SPI support
 2011-11-25 11:40 UTC  (5+ messages)
` [PATCH 1/3] crypto: Add crc7 function
` [PATCH 2/3 v2] mci: Add MCI over SPI support
` [PATCH 3/3] spi/altera_spi: Add cs_change support

[PATCH] m25p80: set the correct erasesize when we use OPCODE_BE_4K
 2011-11-24 14:33 UTC 

[PATCH] eeprom/at25: add erase support
 2011-11-24 13:02 UTC  (5+ messages)

Rework of handling disk like media
 2011-11-24 11:28 UTC  (4+ messages)
` [PATCH 12/13] ATA Disk Support: Add support for native ATA type drives

[PATCH] readkey: force return from while true
 2011-11-24 10:48 UTC  (4+ messages)
    ` [PATCH v2] "

[PATCH 0/4] Add MCI over SPI support
 2011-11-24  9:36 UTC  (7+ messages)
` [PATCH 1/4] crypto: Add crc7 function
` [PATCH 2/4] mci: Add MCI over SPI support
` [PATCH 3/4] nios2: Include asm/unaligned.h
` [PATCH 4/4] spi/altera_spi: Add cs_change support

[PATCH 0/5] Enable a console over a serial USB gadget
 2011-11-24  3:01 UTC  (6+ messages)
` [PATCH 1/5] console: add console unregistering
` [PATCH 2/5] usb/gadget: add pxa27x_udc driver
` [PATCH 3/5] usb/gadget: use generic usb_gadget_poll() in u_serial
` [PATCH 4/5] usb/gadget: add USB serial connect and disconnect
` [PATCH 5/5] usb/gadget: make serial gadget resistant to cable unplug

page:  |  | latest

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