mail archive of the barebox mailing list
 help / color / mirror / Atom feed
assorted patches
 2011-04-11 14:18 UTC  (8+ messages)
` [PATCH 1/7] eth: check the result of edev->get_ethaddr
` [PATCH 2/7] net: add a context to the packet handler
` [PATCH 3/7] environment: make default env path configurable
` [PATCH 4/7] move simple_itoa to libbb so that others can use it
` [PATCH 5/7] kfifo: kfifo_put takes a const buffer
` [PATCH 6/7] copy_file: handle write return value correctly
` [PATCH 7/7] cp command: handle directories as last argument

nand patches
 2011-04-11 14:11 UTC  (5+ messages)
` [PATCH 1/4] nand: nand_block_markbad is only used with nand write support
` [PATCH 2/4] nand: move bb handling code to drivers/mtd/nand
` [PATCH 3/4] nand bb: switch to cdev operations
` [PATCH 4/4] nand bb: add proper bb remove function

omap nand patches
 2011-04-11 14:10 UTC  (6+ messages)
` [PATCH 1/5] nand omap: fix hamming romcode ecc code
` [PATCH 2/5] nand omap: turn debug messages into dev_dbg
` [PATCH 3/5] nand omap: use standard debug functions
` [PATCH 4/5] nand omap: use xzalloc instead of calloc
` [PATCH 5/5] nand omap: handle erased pages correctly in hamming ecc mode

lcd clock
 2011-04-11 12:19 UTC  (2+ messages)

[PATCH 0/4] defaultenv boot updates
 2011-04-11 10:55 UTC  (8+ messages)
` [PATCH 1/4] defaultenv/boot: switch to getopt
` [PATCH 2/4] defaultenv/boot: add -k and -t option to specify the kernel location and image type
` [PATCH 3/4] defaultenv/boot: add -r and -T option to select rootfs location and type
` [PATCH 4/4] defaultenv/boot: add -i option to select the ip mode

various cleanup patches
 2011-04-11  8:42 UTC  (21+ messages)
` [PATCH 01/16] fs: remove unused field 'type' from struct fs_driver_d
` [PATCH 02/16] mci: make it compile without info support
` [PATCH 03/16] ubi: do not use filep
` [PATCH 04/16] devfs: remove unused struct filep* argument from open/close
` [PATCH 05/16] fs: implement flush function
` [PATCH 06/16] devfs: factor out core devfs functionality
` [PATCH 07/16] nand: remove unused header file
` [PATCH 08/16] startup: we can only mount root and devfs when compiled in
` [PATCH 09/16] nand: remove unused nand_util file
` [PATCH 10/16] move version_string to seperate file
` [PATCH 11/16] fs: use safe_strncpy instead of sprintf
` [PATCH 12/16] script: update git ignore file
` [PATCH 13/16] serial 16550: use xzalloc
` [PATCH 14/16] ARM: compile in image size and magic into barebox image
` [PATCH 15/16] commands: seperate usb command from usb core
` [PATCH 16/16] fs mount: fix error handling

[PATCH 0/2] mxs: add mx28-evk
 2011-04-11  8:05 UTC  (7+ messages)
` [PATCH 1/2] mxs: import mxs_iomux_setup_multiple_pads from kernel
` [PATCH 2/2] mxs: add support for mx28-evk

[PATCH] [v2] Nios2: Add Altera TSE MAC driver
 2011-04-11  7:52 UTC  (10+ messages)

imx25 3 stack problem
 2011-04-11  7:34 UTC  (2+ messages)

Sparc/Leon3 support?
 2011-04-08 18:27 UTC  (2+ messages)

Size reduction patches
 2011-04-08 14:56 UTC  (9+ messages)
` [PATCH 1/8] env: Make environment variable support optional
` [PATCH 2/8] make command "
` [PATCH 3/8] add noshell support
` [PATCH 4/8] arm: compile icache command only when command support is present
` [PATCH 5/8] malloc: put common memory functions to seperate file
` [PATCH 6/8] add dummy_malloc functions
` [PATCH 7/8] ARM: make exception handling optional
` [PATCH 8/8] nand: make reading oob optional

(no subject)
 2011-04-08 14:48 UTC  (5+ messages)
` [PATCH 1/4] add block support
` [PATCH 2/4] ata: use "
` [PATCH 3/4] ata: make write support optional
` [PATCH 4/4] mci: "

[PATCH 0/7] defaultenv updates
 2011-04-08 13:59 UTC  (17+ messages)
` [PATCH 1/7] defaultenv: simplify scripting
` [PATCH 2/7] defaultenv: boot: add backwards compatibility for kernel_loc=net
` [PATCH 3/7] defaultenv: boot: add eth0 to ip configuration
` [PATCH 4/7] defaultenv: boot: add serverip to static "
` [PATCH 5/7] defaultenv: boot: add support to boot from disk
` [PATCH 6/7] defaultenv: update: add support to update kernel on disk
` [PATCH 7/7] defaultenv: add config template
` [PATCH 1/7 v2] defaultenv: simplify scripting

Update barebox on mmc without touching partition table
 2011-04-08 13:21 UTC  (2+ messages)

[PATCH 1/1] freescale-mx35-3-stack: Add mmc0
 2011-04-08  8:37 UTC  (3+ messages)

[PATCH 1/1] freescale-mx35-3-stack: Add mmc0
 2011-04-08  8:28 UTC 

Fallback environment in barebox
 2011-04-08  7:03 UTC  (6+ messages)

[PATCH] Nios2: Add Altera TSE MAC driver
 2011-04-06  9:48 UTC  (2+ messages)

More Mini2440 questions
 2011-04-05  3:09 UTC  (7+ messages)

Nand: make nand support more configurable
 2011-04-04 14:46 UTC  (10+ messages)
` [PATCH 01/12] commands: Make nand command optional
` [PATCH 02/12] nand: remove unused suspend/resume functions
` [PATCH 03/12] nand: remove unneeded nand_[get|release]_device functions
` [PATCH 04/12] nand: do not fall through in nand_scan_tail()
` [PATCH 05/12] nand: Factor out hw ecc support to seperate file
` [PATCH 06/12] nand: factor out software "
` [PATCH 07/12] nand: factor out syndrome "
` [PATCH 08/12] nand: factor out nand write support
` [PATCH 09/12] nand: Make write support optional

ARM: cleanup boot commands
 2011-04-04 14:31 UTC  (6+ messages)
` [PATCH 1/5] ARM: Add missing parameter name in armlinux_set_serial
` [PATCH 2/5] ARM: factor out a start_linux function
` [PATCH 3/5] ARM: move bootm code to its own file
` [PATCH 4/5] ARM: move bootz "
` [PATCH 5/5] ARM: move bootu "

several driver update
 2011-04-04 13:31 UTC  (7+ messages)
` [PATCH 1/6] usb net: Add SMSC95xx support
` [PATCH 2/6] net smc911x: Add LAN9221 support
` [PATCH 3/6] mci: Add omap hsmmc driver
` [PATCH 4/6] mtd nand omap: Pass ecc mode from platform
` [PATCH 5/6] mtd nand omap: make ecc mode runtime configurable
` [PATCH 6/6] mtd nand omap: Add BCH ecc support

On the road to omap4
 2011-04-04 13:14 UTC  (10+ messages)
` [PATCH 1/9] ARM omap: move uart access functions to a more generic place
` [PATCH 2/9] ARM omap: rework gpio support
` [PATCH 3/9] ARM omap: move devices-gpmc-nand.c to omap architecture directory
` [PATCH 4/9] ARM omap: move architecture specific kconfig entries to arch part
` [PATCH 5/9] ARM omap: allow to put omap boards into another directory
` [PATCH 6/9] ARM omap4: fix indention in Kconfig
` [PATCH 7/9] omap: rename GPMC Kconfig entry to OMAP_GPMC
` [PATCH 8/9] arm omap: remove unused request/free gpio functions
` [PATCH 9/9] ARM omap: make gpio support mandatory

various fixes and updates
 2011-04-04 13:09 UTC  (8+ messages)
` [PATCH 1/7] arm: update mach-types
` [PATCH 2/7] driver: Do not forget to remove device from active list
` [PATCH 3/7] memcpy command: do not set read/write size
` [PATCH 4/7] mmc: check correctness of the voltage mask in ocr
` [PATCH 5/7] fs: errno should be set correctly before the end of functions
` [PATCH 6/7] usbnet: do not initialize ethernet device from usb device
` [PATCH 7/7] ARM: Add missing parameter name

v2011.04.0
 2011-04-04 12:59 UTC 

[PATCH] at91sam9263ek: update defconfig
 2011-04-04 10:32 UTC 

[PATCH] [v2] Nios2: Add Altera UART driver
 2011-04-04  8:30 UTC  (2+ messages)

[PATCH] Nios2: Add Altera UART driver
 2011-04-04  7:35 UTC  (6+ messages)

Mini2440 questions
 2011-04-02 17:08 UTC  (4+ messages)

i.MX25 3-stack - over-current change on port 1 - USB host port not working
 2011-03-30  7:42 UTC  (6+ messages)
    ` Atmel status

Just how fast is barebox?
 2011-03-28 11:54 UTC  (3+ messages)

[PATCH 0/2] Add Nios2 arch to barebox
 2011-03-23 21:07 UTC  (3+ messages)
` [PATCH 1/2] Add Nios2 arch support "
` [PATCH 2/2] Add a generic board template for the Nios2 arch

ubiformat
 2011-03-23  8:49 UTC  (2+ messages)

[PATCH] defaultenv: fix empty CONFIG_DEFAULT_ENVIRONMENT_PATH
 2011-03-23  8:47 UTC  (2+ messages)

NAND flash
 2011-03-22 12:21 UTC  (5+ messages)

scripts/mod/sumversion built by CC?
 2011-03-22  5:02 UTC 

[PATCH 1/2] Add Altera Nios2 arch support
 2011-03-18  7:49 UTC  (4+ messages)

[PATCH 1/2] mtd/nand: increase page and oob size limits
 2011-03-17 13:23 UTC  (2+ messages)
` [PATCH 2/2] mtd/nand_imx: add support for page size of 4k

[PATCH] mtd/nand_imx: fix read past buffer end
 2011-03-17  8:59 UTC 

page:  |  | latest

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