aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2008-04-17IDE: fix bug in reset sequenceMartin Krause1-0/+3
2008-04-17cmd_log.c: Fix assignment differ in signednessJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-04-17Change env_get_char from a global function ptr to a function.Joakim Tjernlund5-13/+13
2008-04-13Fix OneNAND erase commandKyungmin Park2-14/+27
2008-04-13Add CONFIG_MII_INIT support to related boardsTsiChung Liew1-1/+1
2008-04-13Rename include/md5.h to include/u-boot/md5.hAndy Fleming1-2/+2
2008-04-13Altera Stratix II supporteran liberty4-8/+275
2008-04-13disable caches before booting an app for Blackfin appsMike Frysinger2-20/+42
2008-04-13Coding Style cleanup; update CHANGELOGWolfgang Denk2-3/+3
2008-04-08SPARC/LEON3: Added AMBA Bus Plug&Play information print command (ambapp). It ...Daniel Hellstrom2-0/+279
2008-04-08SPARC: added SPARC support for new uimage in common code.Daniel Hellstrom1-1/+1
2008-04-08SPARC: added SPARC board information to the command bdinfo.Daniel Hellstrom1-0/+39
2008-04-08Merge branch 'master' of git://www.denx.de/git/u-boot-fdtWolfgang Denk2-183/+67
2008-04-08Merge branch 'master' of git://www.denx.de/git/u-boot-at91Wolfgang Denk2-4/+27
2008-04-02Fix fdt set command to conform to dts specAndy Fleming1-70/+67
2008-04-01remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} codeKim Phillips1-113/+0
2008-03-30Fix CFG_NO_FLASH compilation.Stelian Pop2-4/+27
2008-03-30Fix macro typo in common/cmd_mii.cBen Warren1-1/+1
2008-03-30Add CONFIG_MII_INIT in cmd_mii.cTsi-Chung Liew1-1/+1
2008-03-27Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xxWolfgang Denk2-0/+94
2008-03-27Merge branch 'master' of git://www.denx.de/git/u-boot-usbWolfgang Denk1-4/+4
2008-03-26ata: add the support for SATA frameworkDave Liu2-0/+194
2008-03-26ata: merge the ata_piix driverDave Liu2-713/+0
2008-03-26USB, Storage: fix a bug introduced in commitMarkus Klotzbuecher1-4/+4
2008-03-2685xx: Update multicore boot mechanism to ePAPR v0.81 specKumar Gala1-9/+6
2008-03-2685xx: Added support for multicore boot mechanismKumar Gala2-0/+97
2008-03-26Merge branch 'master_merge_new-image' of /home/tur/git/u-bootWolfgang Denk16-1478/+3978
2008-03-26Merge branch 'new-image' of git://www.denx.de/git/u-boot-testingBartlomiej Sieka16-1478/+3978
2008-03-26USB Storage, add meaningful return valueAras Vaichas2-5/+7
2008-03-2583xx/fdt_support: let user specifiy FSL USB Dual-Role controller roleAnton Vorontsov1-0/+25
2008-03-26Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_TJerry Van Baren3-224/+0
2008-03-25Add setexpr commandKumar Gala2-0/+71
2008-03-21Merge git://www.denx.de/git/u-boot into ubootGerald Van Baren3-7/+43
2008-03-20[new uImage] Disable debuging output in preparation for merge with masterBartlomiej Sieka2-2/+0
2008-03-20[new uImage] Compilation and new uImage handling fixes for imxtractBartlomiej Sieka1-8/+4
2008-03-20[new uImage] Fix autoscr command used with new uImage formatBartlomiej Sieka1-2/+7
2008-03-18Fix fdt boardsetup command parsingKumar Gala1-1/+2
2008-03-18Add sub-commands to fdtKumar Gala1-1/+111
2008-03-18The patch introduces the alternative configuration of the log buffer for the ...Yuri Tikhonov2-6/+36
2008-03-18The patch introduces the CRITICAL feature of POST tests. If the test marked a...Yuri Tikhonov1-1/+7
2008-03-15Blackfin: new cplbinfo command for viewing cplb tablesMike Frysinger2-0/+60
2008-03-15Blackfin: move bootldr command to common codeMike Frysinger2-0/+65
2008-03-14Add MD5 support to the new uImage formatBartlomiej Sieka1-2/+4
2008-03-12Merge branch 'master' of git://www.denx.de/git/u-boot into new-imageMarian Balakowicz2-6/+6
2008-03-12[new uImage] Fix build issue on ARMMarian Balakowicz1-1/+7
2008-03-12[new uImage] Add proper ramdisk/FDT handling when FIT configuration is usedMarian Balakowicz2-33/+93
2008-03-12[new uImage] More verbose kernel image uncompress error messageMarian Balakowicz1-2/+4
2008-03-12[new uImage] Use show_boot_progress() for new uImage formatMarian Balakowicz5-10/+56
2008-03-12[new uImage] Add new uImage fromat support to fpga commandMarian Balakowicz1-9/+76
2008-03-12[new uImage] Add new uImage format handling to other bootm related commandsMarian Balakowicz6-64/+140