summaryrefslogtreecommitdiff
path: root/common/image.c
AgeCommit message (Expand)Author
2008-05-10Avoid initrd and logbuffer area overlapsMarian Balakowicz
2008-05-10Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabledMarian Balakowicz
2008-05-09Recognize 'powerpc' As an Alias for IH_ARCH_PPCGrant Erickson
2008-04-25Use watchdog-aware functions when calculating hashes of images - take twoBartlomiej Sieka
2008-04-24Memory footprint optimizationsBartlomiej Sieka
2008-04-24crc32: use uint32_t rather than unsigned longMike Frysinger
2008-04-17Restore the ability to continue booting after legacy image overwriteMarian Balakowicz
2008-04-13Rename include/md5.h to include/u-boot/md5.hAndy Fleming
2008-04-08SPARC: added SPARC support for new uimage in common code.Daniel Hellstrom
2008-03-20[new uImage] Disable debuging output in preparation for merge with masterBartlomiej Sieka
2008-03-14Add MD5 support to the new uImage formatBartlomiej Sieka
2008-03-12[new uImage] Fix build issue on ARMMarian Balakowicz
2008-03-12[new uImage] Add proper ramdisk/FDT handling when FIT configuration is usedMarian Balakowicz
2008-03-12[new uImage] Use show_boot_progress() for new uImage formatMarian Balakowicz
2008-03-12[new uImage] Add node offsets for FIT images listed in struct bootm_headersMarian Balakowicz
2008-03-12[new uImage] Remove unnecessary arguments passed to ramdisk routinesMarian Balakowicz
2008-03-12[new uImage] Add new uImage format support for ramdisk handlingMarian Balakowicz
2008-03-10[new uImage] New uImage low-level APIMarian Balakowicz
2008-02-29[new uImage] Fix component handling for legacy multi component imagesMarian Balakowicz
2008-02-29[new uImage] Share common uImage code between mkimage and U-bootMarian Balakowicz
2008-02-29[new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz
2008-02-29[new uImage] Provide ability to restrict region used for boot imagesKumar Gala
2008-02-29[new uImage] Use lmb for bootm allocationsKumar Gala
2008-02-29[new uImage] Add autostart flag to bootm_headers structureKumar Gala
2008-02-29[new uImage] rework error handling so common functions don't resetKumar Gala
2008-02-29[new uImage] Don't pass kdb to ramdisk_high since we may not have oneKumar Gala
2008-02-27[new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabledMarian Balakowicz
2008-02-27[new uImage] Move image verify flag to bootm_headers structureMarian Balakowicz
2008-02-27[new uImage] Optimize gen_get_image() flow controlMarian Balakowicz
2008-02-25[new uImage] Add dual format uImage support frameworkMarian Balakowicz
2008-02-21[new uImage] Rename and move print_image_hdr() routineMarian Balakowicz
2008-02-21[new uImage] Add fit_parse_conf() and fit_parse_subimage() routinesMarian Balakowicz
2008-02-21[new uImage] Add gen_get_image() routineMarian Balakowicz
2008-02-07[new uImage] Cleanup do_botm_linux() boot allocationsMarian Balakowicz
2008-02-07[new uImage] Move ramdisk loading to a common routineMarian Balakowicz
2008-02-07[new uImage] Factor out common image_get_ramdisk() routineMarian Balakowicz
2008-02-07[new uImage] Factor out common routines for getting os/arch/type/comp namesMarian Balakowicz
2008-02-07[new uImage] Cleanup image header pointer use in bootm codeMarian Balakowicz
2008-02-07[new uImage] Add memmove_wd() common routineMarian Balakowicz
2008-02-07[new uImage] Define a API for image handling operationsMarian Balakowicz