| Commit message (Expand) | Author | Age | Lines |
... | |
* | | crc32: use uint32_t rather than unsigned long | Mike Frysinger | 2008-04-24 | -1/+1 |
* | | Fix build breakage casued by commit c0559be371b2 | Wolfgang Denk | 2008-04-18 | -1/+0 |
* | | allow ports to override go behavior | Mike Frysinger | 2008-04-18 | -28/+5 |
* | | allow ports to override bootelf behavior | Mike Frysinger | 2008-04-18 | -12/+21 |
* | | Restore the ability to continue booting after legacy image overwrite | Marian Balakowicz | 2008-04-17 | -12/+27 |
* | | IDE: fix bug in reset sequence | Martin Krause | 2008-04-17 | -0/+3 |
* | | cmd_log.c: Fix assignment differ in signedness | Jean-Christophe PLAGNIOL-VILLARD | 2008-04-17 | -1/+1 |
* | | Change env_get_char from a global function ptr to a function. | Joakim Tjernlund | 2008-04-17 | -13/+13 |
* | | Fix OneNAND erase command | Kyungmin Park | 2008-04-13 | -14/+27 |
* | | Add CONFIG_MII_INIT support to related boards | TsiChung Liew | 2008-04-13 | -1/+1 |
* | | Rename include/md5.h to include/u-boot/md5.h | Andy Fleming | 2008-04-13 | -2/+2 |
* | | Altera Stratix II support | eran liberty | 2008-04-13 | -8/+275 |
* | | disable caches before booting an app for Blackfin apps | Mike Frysinger | 2008-04-13 | -20/+42 |
* | | Coding Style cleanup; update CHANGELOG | Wolfgang Denk | 2008-04-13 | -3/+3 |
* | | SPARC/LEON3: Added AMBA Bus Plug&Play information print command (ambapp). It ... | Daniel Hellstrom | 2008-04-08 | -0/+279 |
* | | SPARC: added SPARC support for new uimage in common code. | Daniel Hellstrom | 2008-04-08 | -1/+1 |
* | | SPARC: added SPARC board information to the command bdinfo. | Daniel Hellstrom | 2008-04-08 | -0/+39 |
* | | Merge branch 'master' of git://www.denx.de/git/u-boot-fdt | Wolfgang Denk | 2008-04-08 | -183/+67 |
|\ \ |
|
| * | | Fix fdt set command to conform to dts spec | Andy Fleming | 2008-04-02 | -70/+67 |
| * | | remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code | Kim Phillips | 2008-04-01 | -113/+0 |
* | | | Merge branch 'master' of git://www.denx.de/git/u-boot-at91 | Wolfgang Denk | 2008-04-08 | -4/+27 |
|\ \ \ |
|
| * | | | Fix CFG_NO_FLASH compilation. | Stelian Pop | 2008-03-30 | -4/+27 |
| |/ / |
|
* | | | Fix macro typo in common/cmd_mii.c | Ben Warren | 2008-03-30 | -1/+1 |
* | | | Add CONFIG_MII_INIT in cmd_mii.c | Tsi-Chung Liew | 2008-03-30 | -1/+1 |
|/ / |
|
* | | Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xx | Wolfgang Denk | 2008-03-27 | -0/+94 |
|\ \ |
|
| * | | 85xx: Update multicore boot mechanism to ePAPR v0.81 spec | Kumar Gala | 2008-03-26 | -9/+6 |
| * | | 85xx: Added support for multicore boot mechanism | Kumar Gala | 2008-03-26 | -0/+97 |
* | | | Merge branch 'master' of git://www.denx.de/git/u-boot-usb | Wolfgang Denk | 2008-03-27 | -4/+4 |
|\ \ \ |
|
| * | | | USB, Storage: fix a bug introduced in commit | Markus Klotzbuecher | 2008-03-26 | -4/+4 |
| |/ / |
|
* | | | ata: add the support for SATA framework | Dave Liu | 2008-03-26 | -0/+194 |
* | | | ata: merge the ata_piix driver | Dave Liu | 2008-03-26 | -713/+0 |
|/ / |
|
* | | Merge branch 'master_merge_new-image' of /home/tur/git/u-boot | Wolfgang Denk | 2008-03-26 | -1478/+3978 |
|\ \ |
|
| * \ | Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing | Bartlomiej Sieka | 2008-03-26 | -1478/+3978 |
| |\ \ |
|
| | * | | [new uImage] Disable debuging output in preparation for merge with master | Bartlomiej Sieka | 2008-03-20 | -2/+0 |
| | * | | [new uImage] Compilation and new uImage handling fixes for imxtract | Bartlomiej Sieka | 2008-03-20 | -8/+4 |
| | * | | [new uImage] Fix autoscr command used with new uImage format | Bartlomiej Sieka | 2008-03-20 | -2/+7 |
| | * | | Add MD5 support to the new uImage format | Bartlomiej Sieka | 2008-03-14 | -2/+4 |
| | * | | Merge branch 'master' of git://www.denx.de/git/u-boot into new-image | Marian Balakowicz | 2008-03-12 | -6/+6 |
| | |\ \
| | | |/ |
|
| | * | | [new uImage] Fix build issue on ARM | Marian Balakowicz | 2008-03-12 | -1/+7 |
| | * | | [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used | Marian Balakowicz | 2008-03-12 | -33/+93 |
| | * | | [new uImage] More verbose kernel image uncompress error message | Marian Balakowicz | 2008-03-12 | -2/+4 |
| | * | | [new uImage] Use show_boot_progress() for new uImage format | Marian Balakowicz | 2008-03-12 | -10/+56 |
| | * | | [new uImage] Add new uImage fromat support to fpga command | Marian Balakowicz | 2008-03-12 | -9/+76 |
| | * | | [new uImage] Add new uImage format handling to other bootm related commands | Marian Balakowicz | 2008-03-12 | -64/+140 |
| | * | | [new uImage] Add new uImage format support to imgextract command | Marian Balakowicz | 2008-03-12 | -31/+78 |
| | * | | [new uImage] Add new uImage format support to autoscript routine | Marian Balakowicz | 2008-03-12 | -19/+87 |
| | * | | [new uImage] Add node offsets for FIT images listed in struct bootm_headers | Marian Balakowicz | 2008-03-12 | -15/+9 |
| | * | | [new uImage] Re-enable interrupts for non automatic booting | Marian Balakowicz | 2008-03-12 | -1/+5 |
| | * | | [new uImage] Remove unnecessary arguments passed to ramdisk routines | Marian Balakowicz | 2008-03-12 | -20/+12 |
| | * | | [new uImage] Add new uImage format support for ramdisk handling | Marian Balakowicz | 2008-03-12 | -16/+108 |