aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
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
2008-03-12[new uImage] Add new uImage format support to imgextract commandMarian Balakowicz1-31/+78
2008-03-12[new uImage] Add new uImage format support to autoscript routineMarian Balakowicz3-19/+87
2008-03-12[new uImage] Add node offsets for FIT images listed in struct bootm_headersMarian Balakowicz2-15/+9
2008-03-12[new uImage] Re-enable interrupts for non automatic bootingMarian Balakowicz1-1/+5
2008-03-12[new uImage] Remove unnecessary arguments passed to ramdisk routinesMarian Balakowicz1-20/+12
2008-03-12[new uImage] Add new uImage format support for ramdisk handlingMarian Balakowicz1-16/+108
2008-03-12[new uImage] Add new uImage format support for kernel bootingMarian Balakowicz1-11/+144
2008-03-11[new uImage] Add new uImage format support for imls and iminfo commandsMarian Balakowicz1-5/+11
2008-03-10[new uImage] New uImage low-level APIMarian Balakowicz1-4/+1261
2008-03-09common/kgdb.c: fix 'dereferencing type-punned pointer' warningWolfgang Denk1-5/+5
2008-03-03fix copy from ram to dataflashKim B. Heino1-1/+1
2008-02-29[new uImage] Fix component handling for legacy multi component imagesMarian Balakowicz1-8/+8
2008-02-29[new uImage] Share common uImage code between mkimage and U-bootMarian Balakowicz1-97/+244
2008-02-29[new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz11-242/+249
2008-02-29Merge branch 'master' of git://www.denx.de/git/u-boot into new-imageMarian Balakowicz1-4/+6
2008-02-29[new uImage] Provide ability to restrict region used for boot imagesKumar Gala2-5/+31
2008-02-29[new uImage] Use lmb for bootm allocationsKumar Gala2-87/+55
2008-02-29[new uImage] Add autostart flag to bootm_headers structureKumar Gala2-0/+7
2008-02-29[new uImage] Introduce lmb from linux kernel for memory mgmt of boot imagesKumar Gala1-0/+14
2008-02-29[new uImage] rework error handling so common functions don't resetKumar Gala1-10/+16
2008-02-29[new uImage] Don't pass kdb to ramdisk_high since we may not have oneKumar Gala1-5/+4
2008-02-27[new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabledMarian Balakowicz1-2/+6
2008-02-27[new uImage] Add image_get_kernel() routineMarian Balakowicz1-33/+53
2008-02-27[new uImage] Move image verify flag to bootm_headers structureMarian Balakowicz2-31/+29
2008-02-27[new uImage] Optimize gen_get_image() flow controlMarian Balakowicz1-31/+33
2008-02-25[new uImage] Add dual format uImage support frameworkMarian Balakowicz11-293/+616