summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeLines
* crc32: use uint32_t rather than unsigned longMike Frysinger2008-04-24-1/+1
* Fix build breakage casued by commit c0559be371b2Wolfgang Denk2008-04-18-1/+0
* allow ports to override go behaviorMike Frysinger2008-04-18-28/+5
* allow ports to override bootelf behaviorMike Frysinger2008-04-18-12/+21
* Restore the ability to continue booting after legacy image overwriteMarian Balakowicz2008-04-17-12/+27
* IDE: fix bug in reset sequenceMartin Krause2008-04-17-0/+3
* cmd_log.c: Fix assignment differ in signednessJean-Christophe PLAGNIOL-VILLARD2008-04-17-1/+1
* Change env_get_char from a global function ptr to a function.Joakim Tjernlund2008-04-17-13/+13
* Fix OneNAND erase commandKyungmin Park2008-04-13-14/+27
* Add CONFIG_MII_INIT support to related boardsTsiChung Liew2008-04-13-1/+1
* Rename include/md5.h to include/u-boot/md5.hAndy Fleming2008-04-13-2/+2
* Altera Stratix II supporteran liberty2008-04-13-8/+275
* disable caches before booting an app for Blackfin appsMike Frysinger2008-04-13-20/+42
* Coding Style cleanup; update CHANGELOGWolfgang Denk2008-04-13-3/+3
* SPARC/LEON3: Added AMBA Bus Plug&Play information print command (ambapp). It ...Daniel Hellstrom2008-04-08-0/+279
* SPARC: added SPARC support for new uimage in common code.Daniel Hellstrom2008-04-08-1/+1
* SPARC: added SPARC board information to the command bdinfo.Daniel Hellstrom2008-04-08-0/+39
* Merge branch 'master' of git://www.denx.de/git/u-boot-fdtWolfgang Denk2008-04-08-183/+67
|\
| * Fix fdt set command to conform to dts specAndy Fleming2008-04-02-70/+67
| * remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} codeKim Phillips2008-04-01-113/+0
* | Merge branch 'master' of git://www.denx.de/git/u-boot-at91Wolfgang Denk2008-04-08-4/+27
|\ \
| * | Fix CFG_NO_FLASH compilation.Stelian Pop2008-03-30-4/+27
| |/
* | Fix macro typo in common/cmd_mii.cBen Warren2008-03-30-1/+1
* | Add CONFIG_MII_INIT in cmd_mii.cTsi-Chung Liew2008-03-30-1/+1
|/
* Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xxWolfgang Denk2008-03-27-0/+94
|\
| * 85xx: Update multicore boot mechanism to ePAPR v0.81 specKumar Gala2008-03-26-9/+6
| * 85xx: Added support for multicore boot mechanismKumar Gala2008-03-26-0/+97
* | Merge branch 'master' of git://www.denx.de/git/u-boot-usbWolfgang Denk2008-03-27-4/+4
|\ \
| * | USB, Storage: fix a bug introduced in commitMarkus Klotzbuecher2008-03-26-4/+4
| |/
* | ata: add the support for SATA frameworkDave Liu2008-03-26-0/+194
* | ata: merge the ata_piix driverDave Liu2008-03-26-713/+0
|/
* Merge branch 'master_merge_new-image' of /home/tur/git/u-bootWolfgang Denk2008-03-26-1478/+3978
|\
| * Merge branch 'new-image' of git://www.denx.de/git/u-boot-testingBartlomiej Sieka2008-03-26-1478/+3978
| |\
| | * [new uImage] Disable debuging output in preparation for merge with masterBartlomiej Sieka2008-03-20-2/+0
| | * [new uImage] Compilation and new uImage handling fixes for imxtractBartlomiej Sieka2008-03-20-8/+4
| | * [new uImage] Fix autoscr command used with new uImage formatBartlomiej Sieka2008-03-20-2/+7
| | * Add MD5 support to the new uImage formatBartlomiej Sieka2008-03-14-2/+4
| | * Merge branch 'master' of git://www.denx.de/git/u-boot into new-imageMarian Balakowicz2008-03-12-6/+6
| | |\
| | * | [new uImage] Fix build issue on ARMMarian Balakowicz2008-03-12-1/+7
| | * | [new uImage] Add proper ramdisk/FDT handling when FIT configuration is usedMarian Balakowicz2008-03-12-33/+93
| | * | [new uImage] More verbose kernel image uncompress error messageMarian Balakowicz2008-03-12-2/+4
| | * | [new uImage] Use show_boot_progress() for new uImage formatMarian Balakowicz2008-03-12-10/+56
| | * | [new uImage] Add new uImage fromat support to fpga commandMarian Balakowicz2008-03-12-9/+76
| | * | [new uImage] Add new uImage format handling to other bootm related commandsMarian Balakowicz2008-03-12-64/+140
| | * | [new uImage] Add new uImage format support to imgextract commandMarian Balakowicz2008-03-12-31/+78
| | * | [new uImage] Add new uImage format support to autoscript routineMarian Balakowicz2008-03-12-19/+87
| | * | [new uImage] Add node offsets for FIT images listed in struct bootm_headersMarian Balakowicz2008-03-12-15/+9
| | * | [new uImage] Re-enable interrupts for non automatic bootingMarian Balakowicz2008-03-12-1/+5
| | * | [new uImage] Remove unnecessary arguments passed to ramdisk routinesMarian Balakowicz2008-03-12-20/+12
| | * | [new uImage] Add new uImage format support for ramdisk handlingMarian Balakowicz2008-03-12-16/+108