| Commit message (Expand) | Author | Age | Lines |
* | usb_kbd: fix usb_kbd_deregister when DEVICE_DEREGISTER not enable | Jean-Christophe PLAGNIOL-VILLARD | 2008-12-20 | -0/+4 |
* | Coding style cleanup, update CHANGELOG. | Wolfgang Denk | 2008-12-16 | -1/+1 |
* | env_sf: support embedded environments | Mike Frysinger | 2008-12-16 | -5/+36 |
* | cmd_mem: Remove unused variable | Peter Tyser | 2008-12-14 | -1/+0 |
* | Fix FIT and FDT support to have CONFIG_OF_LIBFDT and CONFIG_FIT independent | Jean-Christophe PLAGNIOL-VILLARD | 2008-12-13 | -0/+2 |
* | Merge branch 'master' of git://git.denx.de/u-boot-ubi | Wolfgang Denk | 2008-12-13 | -1/+13 |
|\ |
|
| * | UBI: Set ubi_dev.type back to DEV_TYPE_NONE upon failing initialization | Stefan Roese | 2008-12-10 | -0/+1 |
| * | UBI: Fix size parsing in "ubi create" | Stefan Roese | 2008-12-09 | -1/+1 |
| * | UBI: Enable re-initializing of the "ubi part" command | Stefan Roese | 2008-12-09 | -0/+11 |
* | | jffs2: add sector_size field to part_info structure | Ilya Yanok | 2008-12-09 | -3/+17 |
|/ |
|
* | Merge branch 'master' of git://git.denx.de/u-boot-net | Wolfgang Denk | 2008-12-09 | -8/+12 |
|\ |
|
| * | net: Fix download command parsing | Peter Tyser | 2008-12-04 | -8/+12 |
* | | jffs2: rename devices_init () in common/jffs2.c | Heiko Schocher | 2008-12-08 | -7/+7 |
* | | common/cmd_ide.c: Corrected endian order printing for compact flash serial nu... | Richard Retanubun | 2008-12-07 | -3/+4 |
* | | IOMUX: Add console multiplexing support. | Gary Jennejohn | 2008-12-07 | -1/+337 |
* | | strings: use puts() rather than printf() | Mike Frysinger | 2008-12-07 | -1/+2 |
* | | cmd_elf.c: Cleanup bootvx and handle new CONFIG_SYS_VXWORKS parameters | Niklaus Giger | 2008-12-07 | -47/+30 |
* | | lcd: Let the board code show board-specific info cleanup | Peter Tyser | 2008-12-07 | -1/+0 |
* | | FPGA: move fpga drivers to drivers/fpga | Jean-Christophe PLAGNIOL-VILLARD | 2008-12-05 | -3715/+0 |
|/ |
|
* | Merge branch 'master' of git://git.denx.de/u-boot-usb | Wolfgang Denk | 2008-12-05 | -299/+337 |
|\ |
|
| * | Remove obsolete command (apply afte USB style patch, 80 chars strict) | Michael Trimarchi | 2008-11-28 | -9/+0 |
| * | USB style patch, 80 chars strict | Michael Trimarchi | 2008-11-28 | -294/+341 |
* | | OneNAND: Add missing mtd info struct before calling onenand_erase() | Stefan Roese | 2008-12-02 | -0/+1 |
|/ |
|
* | UBI: Add proof-of-concept CFI flash support | Piotr Ziecik | 2008-11-24 | -1/+9 |
* | UBI: Change parsing of size in commands to default to hex | Stefan Roese | 2008-11-24 | -32/+4 |
* | UBI: Add UBI command support | Kyungmin Park | 2008-11-19 | -0/+629 |
* | common/Makefile: create others group for non core, environment and command files | Jean-Christophe PLAGNIOL-VILLARD | 2008-11-02 | -2/+5 |
* | Consolidate MAX/MIN definitions | Andy Fleming | 2008-11-02 | -8/+0 |
* | Coding Style cleanup, update CHANGELOG | Wolfgang Denk | 2008-11-02 | -6/+0 |
* | fdt_resize(): ensure minimum padding | Peter Korsgaard | 2008-10-30 | -2/+5 |
* | NAND: Align right column of the shorthelp with other commands. | Scott Wood | 2008-10-29 | -1/+1 |
* | bootm: Added CONFIG_BOOTM_{LINUX, NETBSD, RTEMS} | Kumar Gala | 2008-10-29 | -0/+20 |
* | bootm: Add subcommands | Kumar Gala | 2008-10-29 | -1/+167 |
* | bootm: Move to using a function pointer table for the boot os function | Kumar Gala | 2008-10-29 | -37/+31 |
* | Merge branch 'master' of git://git.denx.de/u-boot-video | Wolfgang Denk | 2008-10-28 | -80/+20 |
|\ |
|
| * | lcd: Let the board code show board-specific info | Haavard Skinnemoen | 2008-10-27 | -79/+5 |
| * | lcd: Set lcd_is_enabled before clearing the screen | Haavard Skinnemoen | 2008-10-25 | -1/+1 |
| * | lcd: Implement lcd_printf() | Haavard Skinnemoen | 2008-10-25 | -0/+14 |
* | | fdt: Added helper to set PCI dma-ranges property | Kumar Gala | 2008-10-24 | -0/+69 |
* | | fdt: Add fdt_getprop_u32_default helpers | Kumar Gala | 2008-10-24 | -0/+27 |
|/ |
|
* | Merge git://git.denx.de/u-boot into x1 | Markus Klotzbuecher | 2008-10-21 | -647/+1343 |
|\ |
|
| * | Added arch_lmb_reserve to allow arch specific memory regions protection | Kumar Gala | 2008-10-18 | -0/+7 |
| * | rename CFG_ macros to CONFIG_SYS | Jean-Christophe PLAGNIOL-VILLARD | 2008-10-18 | -598/+598 |
| * | Expose command table search for sub-commands | Kumar Gala | 2008-10-18 | -4/+10 |
| * | hush: add showvar command for hush shell. | Heiko Schocher | 2008-10-18 | -8/+56 |
| * | I2C: adding new "i2c bus" Command to the I2C Subsystem. | Heiko Schocher | 2008-10-18 | -0/+267 |
| * | I2C: add new command i2c reset. | Heiko Schocher | 2008-10-18 | -0/+9 |
| * | CONFIG_EFI_PARTITION: Added support for EFI partition in cmd_ext2fs.c | richardretanubun | 2008-10-18 | -2/+2 |
| * | FIT: output image load address for type 'firmware', fix message while there | Bartlomiej Sieka | 2008-10-18 | -3/+9 |
| * | Automatic software update from TFTP server | Bartlomiej Sieka | 2008-10-18 | -0/+323 |