aboutsummaryrefslogtreecommitdiff
path: root/include/image.h
AgeCommit message (Expand)AuthorFilesLines
2010-11-28image: constify lookup tablesMike Frysinger1-2/+2
2010-10-18boot: change some arch ifdefs to feature ifdefsJohn Rigby1-3/+6
2010-09-28Add support for operating system OSETorkel Lundgren1-0/+1
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-2/+2
2010-06-29image.h: remove bogus ';' after function declarationsWolfgang Denk1-22/+22
2010-05-28nios: remove nios-32 archThomas Chou1-5/+0
2010-01-25mkimage: Add Freescale imx Boot Image support (imximage)Stefano Babic1-0/+1
2010-01-21image.h: avoid command.h for host toolsMike Frysinger1-2/+1
2010-01-21lmb: only force on arches that use itMike Frysinger1-1/+1
2010-01-21sha1: add dedicated config optionMike Frysinger1-0/+1
2009-12-05Merge branch 'master' into nextWolfgang Denk1-2/+0
2009-12-05add lzop decompression supportPeter Korsgaard1-0/+1
2009-11-24Repair build fail in case CONFIG_PPC=n and CONFIG_FIT=yRemy Bohmer1-2/+0
2009-09-10mkimage: Add Kirkwood Boot Image support (kwbimage)Prafulla Wadaskar1-0/+1
2009-09-10mkimage: Make table_entry code globalPrafulla Wadaskar1-0/+24
2009-09-10mkimage: Make genimg_print_size() globalPrafulla Wadaskar1-0/+1
2009-09-10tools/mkimage: fix compiler warnings, use "const"Wolfgang Denk1-17/+17
2009-07-19compiler.h: unify system ifdef cruft hereMike Frysinger1-8/+5
2009-04-04Add support for building native win32 toolsPeter Tyser1-0/+2
2009-02-18include/image.h: Ease grepping of image_* functionsPetri Lehtinen1-22/+22
2008-12-13Fix FIT and FDT support to have CONFIG_OF_LIBFDT and CONFIG_FIT independentJean-Christophe PLAGNIOL-VILLARD1-4/+0
2008-10-29bootm: Add subcommandsKumar Gala1-1/+19
2008-10-21FDT: don't use private kernel header filesWolfgang Denk1-9/+11
2008-09-13Add support for LZMA uncompression algorithm.Luigi 'Comio' Mantellini1-0/+1
2008-09-09FIT: add ability to check hashes of all images in FIT, improve outputBartlomiej Sieka1-0/+1
2008-09-09Add support for booting of INTEGRITY operating system uImagesPeter Tyser1-0/+1
2008-08-26bootm: refactor image detection and os load stepsKumar Gala1-0/+9
2008-08-26bootm: move lmb into the bootm_headers_t structureKumar Gala1-1/+3
2008-08-26bootm: refactor fdt locating and relocation codeKumar Gala1-0/+13
2008-08-26bootm: refactor ramdisk locating codeKumar Gala1-0/+2
2008-08-26bootm: refactor entry point codeKumar Gala1-0/+2
2008-08-10Revert "[new uImage] Add autostart flag to bootm_headers structure"Wolfgang Denk1-1/+0
2008-06-12Change lmb to use phys_size_t/phys_addr_tBecky Bruce1-1/+1
2008-04-25Use watchdog-aware functions when calculating hashes of images - take twoBartlomiej Sieka1-2/+15
2008-04-24Memory footprint optimizationsBartlomiej Sieka1-6/+3
2008-04-17Restore the ability to continue booting after legacy image overwriteMarian Balakowicz1-1/+2
2008-04-08SPARC: added SPARC support for new uimage in common code.Daniel Hellstrom1-0/+4
2008-03-20[new uImage] Do not compile new uImage format support by defaultBartlomiej Sieka1-6/+0
2008-03-14Add MD5 support to the new uImage formatBartlomiej Sieka1-0/+1
2008-03-12[new uImage] Fix definition of common bootm_headers_t fieldsMarian Balakowicz1-1/+2
2008-03-12[new uImage] Add proper ramdisk/FDT handling when FIT configuration is usedMarian Balakowicz1-0/+3
2008-03-12[new uImage] Add node offsets for FIT images listed in struct bootm_headersMarian Balakowicz1-2/+5
2008-03-12[new uImage] Remove unnecessary arguments passed to ramdisk routinesMarian Balakowicz1-3/+2
2008-03-11[new uImage] Add support for new uImage format to mkimage toolBartlomiej Sieka1-4/+11
2008-03-10[new uImage] Make node unit names const in struct bootm_headersMarian Balakowicz1-3/+3
2008-03-10[new uImage] New uImage low-level APIMarian Balakowicz1-2/+151
2008-02-29[new uImage] Share common uImage code between mkimage and U-bootMarian Balakowicz1-8/+13
2008-02-29[new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz1-33/+39
2008-02-29[new uImage] Provide ability to restrict region used for boot imagesKumar Gala1-0/+2
2008-02-29[new uImage] Use lmb for bootm allocationsKumar Gala1-7/+5