aboutsummaryrefslogtreecommitdiff
path: root/common/image.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-20always relocate fdt into an lmb-allocated memory blockTimur Tabi1-55/+28
2010-10-18boot: change some arch ifdefs to feature ifdefsJohn Rigby1-4/+6
2010-10-18common/image.c remove extra calls to be32_to_cpu in boot_get_fdtJohn Rigby1-2/+2
2010-10-18common/image.c fix length calculation in boot_relocate_fdtJohn Rigby1-1/+1
2010-09-28Add support for operating system OSETorkel Lundgren1-0/+1
2010-08-08fdt relocate: have more attention to use a bootmap or notStephan Linz1-0/+2
2010-08-07Fix condition where bootm_size not set and wrong memory size reportedMatthew McClintock1-3/+9
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-3/+3
2010-05-28nios: remove nios-32 archThomas Chou1-1/+0
2010-05-06Move test for unnecessary memmove to memmove_wd()Larry Johnson1-0/+3
2010-01-25mkimage: Add Freescale imx Boot Image support (imximage)Stefano Babic1-0/+1
2009-12-08common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOULHeiko Schocher1-4/+0
2009-12-05add lzop decompression supportPeter Korsgaard1-0/+1
2009-10-03Conditionally perform common relocation fixupsPeter Tyser1-1/+5
2009-09-10mkimage: Add Kirkwood Boot Image support (kwbimage)Prafulla Wadaskar1-0/+1
2009-09-10mkimage: Make table_entry code globalPrafulla Wadaskar1-8/+2
2009-09-10mkimage: Make genimg_print_size() globalPrafulla Wadaskar1-2/+1
2009-09-10tools/mkimage: fix compiler warnings, use "const"Wolfgang Denk1-19/+20
2009-04-04common/image.c: Relocate strings in tables.Scott Wood1-2/+6
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