Size reduction patches
2011-04-08 14:56 UTC (5+ 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
(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: "
various cleanup patches
2011-04-08 14:37 UTC (17+ 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/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
[PATCH 0/4] defaultenv boot updates
2011-04-08 13:40 UTC (5+ 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
Update barebox on mmc without touching partition table
2011-04-08 13:21 UTC (2+ messages)
[PATCH 0/2] mxs: add mx28-evk
2011-04-08 10:32 UTC (4+ messages)
` [PATCH 1/2] mxs: import mxs_iomux_setup_multiple_pads from kernel
` [PATCH 2/2] mxs: add support for mx28-evk
[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 (7+ 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
[PATCH 00/54] New arch (NIOS2)
2011-03-16 12:32 UTC (2+ messages)
[PATCH 02/54] Add arch/nios2/Makefile
2011-03-16 12:25 UTC (3+ messages)
[PATCH 2/2] Add Nios2 generic board support
2011-03-16 9:39 UTC (2+ messages)
test app
2011-03-15 11:47 UTC (13+ messages)
[RFC] S3C24xx: Fixing the NAND handling
2011-03-12 19:37 UTC (2+ messages)
[PATCH v3] S3C24xx: NAND management changes to support booting from NAND
2011-03-12 19:14 UTC (7+ messages)
` [PATCH 1/6] S3C24xx/NFC: Re-enable the controller after NAND boot test
` [PATCH 2/6] S3C24xx/NFC: Remove dead code
` [PATCH 3/6] S3C24xx/NFC: Remove double function setup
` [PATCH 4/6] S3C24xx/NFC: Consider correct NAND page size for boot
` [PATCH 5/6] S3C24xx/NFC: Setup ECC handling in accordance to the kernel
` [PATCH 6/6] S3C24xx/NFC: Add OOB/ECC handling documentation for different NANDs
[PATCH 1/3] defaultenv: add kernel_loc nfs and tftp support
2011-03-11 1:10 UTC (3+ messages)
` [PATCH 2/3] at91: fix missing nand_device in board config in board that nand
` [PATCH 3/3] at91sam9261ek: fix env location and size
[PATCH] at91sam9261: set sdram_dev id to -1
2011-03-10 13:36 UTC
Updating environments parameters from script
2011-03-10 8:04 UTC
[PATCH 0/2] New arch support : Altera NIOSII
2011-03-09 22:46 UTC
[RFC] Support multiple environments in barebox
2011-03-09 15:17 UTC (6+ messages)
` [PATCH 1/5] Move environment handling out from the main routine
` [PATCH 2/5] CRC value handling and dry run mode in 'envfs_load'
` [PATCH 3/5] Add generic routine for environment partition handling
` [PATCH 4/5] Add multi environment support
` [PATCH 5/5] "
Stable release v2011.03.1
2011-03-09 12:11 UTC
Install barebox to target
2011-03-09 9:00 UTC (5+ messages)
[PATCH] ARM stack unwinding support
2011-03-08 15:14 UTC (3+ messages)
` [PATCH 2/3] ARM: Add "
[PATCH] Various fixes to make barebox's x86 support working again
2011-03-08 14:48 UTC (5+ messages)
` [PATCH 02/10] x86: Use the generic linker script initializing
` [PATCH 03/10] x86 ATA: Don't touch the size entry for the BIOS disk based device
` [PATCH 07/10] x86: Remove 'uboot' from file names
` [PATCH 09/10] LINUX16: Add selection of the VESA video mode
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox