| Commit message (Expand) | Author | Age | Lines |
* | ppc4xx: Big cleanup of PPC4xx defines | Stefan Roese | 2009-09-11 | -73/+73 |
* | mkimage: Add Kirkwood Boot Image support (kwbimage) | Prafulla Wadaskar | 2009-09-10 | -0/+1 |
* | mkimage: Make table_entry code global | Prafulla Wadaskar | 2009-09-10 | -8/+2 |
* | mkimage: Make genimg_print_size() global | Prafulla Wadaskar | 2009-09-10 | -2/+1 |
* | tools/mkimage: fix compiler warnings, use "const" | Wolfgang Denk | 2009-09-10 | -19/+20 |
* | cmd_mtdparts.c: fix compiler warning in debug code | Wolfgang Denk | 2009-09-04 | -1/+1 |
* | Add ability for arch code to make changes before we boot | Kumar Gala | 2009-09-04 | -0/+10 |
* | Consolidate arch-specific mem_malloc_init() implementations | Peter Tyser | 2009-09-04 | -0/+15 |
* | Consolidate arch-specific sbrk() implementations | Peter Tyser | 2009-09-04 | -1/+17 |
* | Merge branch 'next' of ../next | Wolfgang Denk | 2009-08-31 | -3/+71 |
|\ |
|
| * | 8xxx: Removed CONFIG_NUM_CPUS from 85xx/86xx | Poonam Aggrwal | 2009-08-28 | -3/+3 |
| * | Add md5sum and sha1 commands... | Robin Getz | 2009-08-25 | -0/+68 |
* | | bugfix CONFIG_SYS_CONSOLE_INFO_QUIET | David Brownell | 2009-08-30 | -1/+1 |
|/ |
|
* | fdt: Fix fdt_pci_dma_ranges handling of 64-bit ranges | Kumar Gala | 2009-08-09 | -2/+2 |
* | hush: Fix bogus free() call | Peter Tyser | 2009-08-09 | -1/+1 |
* | env: kill off default_environment_size | Mike Frysinger | 2009-08-09 | -22/+1 |
* | export SPI functions to standalone apps | Mike Frysinger | 2009-08-09 | -0/+8 |
* | Merge branch 'next' of git://git.denx.de/u-boot-coldfire | Wolfgang Denk | 2009-08-04 | -1/+1 |
|\ |
|
| * | Command for accessing serial flash update | TsiChung Liew | 2009-07-14 | -1/+1 |
* | | Fix ext2load return code | Wolfgang Denk | 2009-07-28 | -36/+38 |
* | | Less verbose output when loading vxworks 6.x images | Niklaus Giger | 2009-07-27 | -1/+1 |
* | | Fix compiler warnings after loff_t change | Kyungmin Park | 2009-07-27 | -1/+1 |
* | | video: move extern declarations from C to headers | Alessandro Rubini | 2009-07-25 | -16/+1 |
* | | Coding Style cleanup; update CHANGELOG. | Wolfgang Denk | 2009-07-23 | -1/+0 |
* | | Remove static declaration from gunzip_bmp() | Mark Jackson | 2009-07-23 | -2/+2 |
* | | cmd_tsi148: General cleanup | Peter Tyser | 2009-07-23 | -41/+44 |
* | | Re-add support for image type 'Standalone Program' | Detlev Zundel | 2009-07-23 | -0/+33 |
* | | Add error checking for unsupported OS types. | Detlev Zundel | 2009-07-23 | -2/+13 |
* | | Add DNS support | Robin Getz | 2009-07-22 | -0/+49 |
* | | Refresh LZMA-lib to v4.65 | Luigi 'Comio' Mantellini | 2009-07-22 | -3/+2 |
* | | ubi: help message correction | Andrzej Wolski | 2009-07-20 | -2/+2 |
* | | common: fix 'dummy' is used uninitialized in this function warning | Kim Phillips | 2009-07-19 | -1/+1 |
* | | cmd_flash.c: fix fix compile error for boards with DataFlash | Wolfgang Denk | 2009-07-19 | -1/+3 |
* | | Add support for the Tundra TSI148 VME-bridge | Reinhard Arlt | 2009-07-19 | -0/+489 |
* | | console: unify printing current devices | Jean-Christophe PLAGNIOL-VILLARD | 2009-07-19 | -46/+29 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-nand-flash | Wolfgang Denk | 2009-07-19 | -2617/+18 |
|\ \ |
|
| * | | Remove legacy NAND and disk on chip code. | Scott Wood | 2009-07-16 | -2600/+0 |
| * | | MTD: OneNAND: Increase the environment size to 4KiB | Kyungmin Park | 2009-07-16 | -17/+18 |
* | | | cmd_flash.c: fix warning: unused variable 'addr_first'/'addr_last' | Wolfgang Denk | 2009-07-18 | -3/+3 |
* | | | Merge branch 'master' of /home/wd/git/u-boot/custodians | Wolfgang Denk | 2009-07-18 | -3/+3 |
|\ \ \ |
|
| * \ \ | Merge branch 'master' of git://git.denx.de/u-boot-i2c | Wolfgang Denk | 2009-07-18 | -3/+3 |
| |\ \ \ |
|
| | * | | | cmd_i2c: bugfix: add missing brace | Alessandro Rubini | 2009-07-18 | -3/+3 |
| | |/ / |
|
* | | | | stdio/device: rework function naming convention | Jean-Christophe PLAGNIOL-VILLARD | 2009-07-18 | -75/+75 |
|/ / / |
|
* | | | Merge branch 'master' of git://git.denx.de/u-boot-video | Wolfgang Denk | 2009-07-17 | -2/+37 |
|\ \ \ |
|
| * | | | Added support for splash screen positioning | Matthias Weisser | 2009-07-17 | -2/+37 |
| |/ / |
|
* | | | sata: namespace curr_device variable | Mike Frysinger | 2009-07-17 | -12/+12 |
* | | | cmd_mmc: make curr_device static | Mike Frysinger | 2009-07-17 | -1/+1 |
|/ / |
|
* | | Add simple hwconfig infrastructure | Anton Vorontsov | 2009-07-16 | -0/+211 |
|/ |
|
* | Command improvements for ubifs | Simon Kagstrom | 2009-07-09 | -5/+21 |
* | Handle VID header offset in ubi part command | Simon Kagstrom | 2009-07-09 | -5/+16 |