aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-23ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selectedJean-Christophe PLAGNIOL-VILLARD1-4/+6
2008-02-21[new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmdsMarian Balakowicz2-2/+2
2008-02-21[new uImage] Rename and move print_image_hdr() routineMarian Balakowicz9-67/+66
2008-02-21[new uImage] Add fit_parse_conf() and fit_parse_subimage() routinesMarian Balakowicz1-0/+78
2008-02-21[new uImage] Add gen_get_image() routineMarian Balakowicz2-40/+108
2008-02-21Merge branch 'master' of /home/git/u-bootMarian Balakowicz10-107/+377
2008-02-15Merge branch '080116_at91cap9' of git://linux-arm.org/u-boot-armdevPeter Pearse1-8/+9
2008-02-15Fix wrong memory limit calculation in memory-testGuennadi Liakhovetski1-15/+8
2008-02-15Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xxWolfgang Denk1-1/+6
2008-02-15Merge branch 'master' of git://www.denx.de/git/u-boot-blackfinWolfgang Denk7-8/+340
2008-02-14Fix return value of mtest when CFG_ALT_MEMTEST setGuennadi Liakhovetski1-2/+2
2008-02-14common/miiphyutil.c: Cleanup MII_DEBUG and debug()Shinya Kuribayashi1-22/+9
2008-02-14Merge commit 'wd/master'Jon Loeliger1-3/+3
2008-02-14AT91CAP9 supportStelian Pop1-8/+9
2008-02-13Fix building of fdt_support.c if DEBUG setKumar Gala1-3/+3
2008-02-13Merge commit 'wd/master'Jon Loeliger4-49/+18