aboutsummaryrefslogtreecommitdiff
path: root/include/image.h
AgeCommit message (Expand)Author
2012-01-13openrisc: Add architecture image supportStefan Kristiansson
2011-12-01image: Implement IH_TYPE_KERNEL_NOLOADStephen Warren
2011-11-23Fix clash between IH_ARCH_NDS32 and IH_ARCH_SANDBOXStefan Kristiansson
2011-10-27image: Fix inverted logic in architecture check.Thierry Reding
2011-10-23mkimage: adding support for Davinci AIS imageStefano Babic
2011-10-22checkpatch whitespace cleanupsStephen Warren
2011-10-22nds32: common bdinfo, bootm, image supportMacpaul Lin
2011-10-17sandbox: Add architecture image supportSimon Glass
2011-10-05image: push default arch values to arch headersMike Frysinger
2011-08-03mkimage: Add OMAP boot image supportJohn Rigby
2011-07-28mkimage: add UBL header support for booting davinci cpusHeiko Schocher
2011-04-25Respect memreserve regions specified in the device treeGrant Likely
2011-04-25Default to bootm_size() when CONFIG_SYS_BOOTMAPSZ is not definedGrant Likely
2011-04-25Stop passing around bootmem_base value.Grant Likely
2010-11-28image: constify lookup tablesMike Frysinger
2010-10-18boot: change some arch ifdefs to feature ifdefsJohn Rigby
2010-09-28Add support for operating system OSETorkel Lundgren
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk
2010-06-29image.h: remove bogus ';' after function declarationsWolfgang Denk
2010-05-28nios: remove nios-32 archThomas Chou
2010-01-25mkimage: Add Freescale imx Boot Image support (imximage)Stefano Babic
2010-01-21image.h: avoid command.h for host toolsMike Frysinger
2010-01-21lmb: only force on arches that use itMike Frysinger
2010-01-21sha1: add dedicated config optionMike Frysinger
2009-12-05Merge branch 'master' into nextWolfgang Denk
2009-12-05add lzop decompression supportPeter Korsgaard
2009-11-24Repair build fail in case CONFIG_PPC=n and CONFIG_FIT=yRemy Bohmer
2009-09-10mkimage: Add Kirkwood Boot Image support (kwbimage)Prafulla Wadaskar
2009-09-10mkimage: Make table_entry code globalPrafulla Wadaskar
2009-09-10mkimage: Make genimg_print_size() globalPrafulla Wadaskar
2009-09-10tools/mkimage: fix compiler warnings, use "const"Wolfgang Denk
2009-07-19compiler.h: unify system ifdef cruft hereMike Frysinger
2009-04-04Add support for building native win32 toolsPeter Tyser
2009-02-18include/image.h: Ease grepping of image_* functionsPetri Lehtinen
2008-12-13Fix FIT and FDT support to have CONFIG_OF_LIBFDT and CONFIG_FIT independentJean-Christophe PLAGNIOL-VILLARD
2008-10-29bootm: Add subcommandsKumar Gala
2008-10-21FDT: don't use private kernel header filesWolfgang Denk
2008-09-13Add support for LZMA uncompression algorithm.Luigi 'Comio' Mantellini
2008-09-09FIT: add ability to check hashes of all images in FIT, improve outputBartlomiej Sieka
2008-09-09Add support for booting of INTEGRITY operating system uImagesPeter Tyser
2008-08-26bootm: refactor image detection and os load stepsKumar Gala
2008-08-26bootm: move lmb into the bootm_headers_t structureKumar Gala
2008-08-26bootm: refactor fdt locating and relocation codeKumar Gala
2008-08-26bootm: refactor ramdisk locating codeKumar Gala
2008-08-26bootm: refactor entry point codeKumar Gala
2008-08-10Revert "[new uImage] Add autostart flag to bootm_headers structure"Wolfgang Denk
2008-06-12Change lmb to use phys_size_t/phys_addr_tBecky Bruce
2008-04-25Use watchdog-aware functions when calculating hashes of images - take twoBartlomiej Sieka
2008-04-24Memory footprint optimizationsBartlomiej Sieka
2008-04-17Restore the ability to continue booting after legacy image overwriteMarian Balakowicz