aboutsummaryrefslogtreecommitdiff
path: root/common/image.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-13Fix FIT and FDT support to have CONFIG_OF_LIBFDT and CONFIG_FIT independentJean-Christophe PLAGNIOL-VILLARD1-0/+2
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-15/+15
2008-10-18FIT: output image load address for type 'firmware', fix message while thereBartlomiej Sieka1-3/+9
2008-09-13Add support for LZMA uncompression algorithm.Luigi 'Comio' Mantellini1-0/+1
2008-09-09Fix printf errors under -DDEBUGAndrew Klossner1-1/+1
2008-09-09FIT: add ability to check hashes of all images in FIT, improve outputBartlomiej Sieka1-5/+56
2008-09-09Add support for booting of INTEGRITY operating system uImagesPeter Tyser1-0/+3
2008-09-09Remove support for booting ARTOS imagesKumar Gala1-3/+0
2008-09-07Prevent crash if random/invalid ramdisks are passed to bootmKumar Gala1-1/+2
2008-09-07Prevent crash if random DTB address is passed to bootmAnatolij Gustschin1-1/+1
2008-08-26bootm: Set working fdt address as part of the bootm flowKumar Gala1-0/+1
2008-08-26bootm: refactor fdt locating and relocation codeKumar Gala1-0/+502
2008-08-12Fix fallout from autostart revertKumar Gala1-17/+0
2008-08-10Revert "[new uImage] Add autostart flag to bootm_headers structure"Wolfgang Denk1-0/+16
2008-08-09FIT: Fix handling of images without ramdisksPeter Tyser1-1/+1
2008-07-13FIS: repare incorrect return value with ramdisk handlingMichal Simek1-8/+8
2008-06-12Change lmb to use phys_size_t/phys_addr_tBecky Bruce1-6/+11
2008-06-03Avoid initrd and logbuffer area overlapsMarian Balakowicz1-0/+10
2008-05-12Revert "Avoid initrd and logbuffer area overlaps"Wolfgang Denk1-7/+0
2008-05-12Fix offset calculation for multi-type legacy images.Nick Spence1-9/+4
2008-05-10Avoid initrd and logbuffer area overlapsMarian Balakowicz1-0/+7
2008-05-10Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabledMarian Balakowicz1-4/+0
2008-05-09Recognize 'powerpc' As an Alias for IH_ARCH_PPCGrant Erickson1-0/+1
2008-04-25Use watchdog-aware functions when calculating hashes of images - take twoBartlomiej Sieka1-34/+8
2008-04-24Memory footprint optimizationsBartlomiej Sieka1-33/+23
2008-04-24crc32: use uint32_t rather than unsigned longMike Frysinger1-1/+1
2008-04-17Restore the ability to continue booting after legacy image overwriteMarian Balakowicz1-1/+1
2008-04-13Rename include/md5.h to include/u-boot/md5.hAndy Fleming1-2/+2
2008-04-08SPARC: added SPARC support for new uimage in common code.Daniel Hellstrom1-1/+1
2008-03-20[new uImage] Disable debuging output in preparation for merge with masterBartlomiej Sieka1-1/+0
2008-03-14Add MD5 support to the new uImage formatBartlomiej Sieka1-2/+4
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 Balakowicz1-29/+83
2008-03-12[new uImage] Use show_boot_progress() for new uImage formatMarian Balakowicz1-6/+22
2008-03-12[new uImage] Add node offsets for FIT images listed in struct bootm_headersMarian Balakowicz1-0/+1
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-10[new uImage] New uImage low-level APIMarian Balakowicz1-4/+1261
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 Balakowicz1-211/+218
2008-02-29[new uImage] Provide ability to restrict region used for boot imagesKumar Gala1-0/+26
2008-02-29[new uImage] Use lmb for bootm allocationsKumar Gala1-87/+47
2008-02-29[new uImage] Add autostart flag to bootm_headers structureKumar Gala1-0/+6
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] Move image verify flag to bootm_headers structureMarian Balakowicz1-5/+8
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 Balakowicz1-32/+85