summaryrefslogtreecommitdiff
path: root/include/image.h
AgeCommit message (Expand)AuthorFilesLines
2013-02-08treewide: include libfdt_env.h before fdt.hKim Phillips1-1/+0
2013-01-08Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD1-0/+3
2013-01-05tools: imximage: Load a size that is multiple of 512Fabio Estevam1-0/+3
2012-12-13env: Use getenv_yesno() more generallyJoe Hershberger1-1/+0
2012-11-13fdt: Add option to default to most compatible conf in a fit imageGabe Black1-0/+1
2012-11-04include/image.h: sparse fixesKim Phillips1-7/+8
2012-10-16fdt: Check for a token to skip auto-hash validationJoe Hershberger1-0/+4
2012-08-23powerpc/CoreNet: add tool to support pbl image build.Shaohui Xie1-0/+1
2012-04-30image/fit: drop inline markings on parser codeMike Frysinger1-2/+2
2012-03-28Add cmd_spl commandSimon Schwarz1-0/+2
2012-01-14openrisc: Add architecture image supportStefan Kristiansson1-0/+1
2011-12-01image: Implement IH_TYPE_KERNEL_NOLOADStephen Warren1-0/+1
2011-11-23Fix clash between IH_ARCH_NDS32 and IH_ARCH_SANDBOXStefan Kristiansson1-1/+1
2011-10-28image: Fix inverted logic in architecture check.Thierry Reding1-1/+1
2011-10-24mkimage: adding support for Davinci AIS imageStefano Babic1-0/+1
2011-10-22checkpatch whitespace cleanupsStephen Warren1-115/+115
2011-10-22nds32: common bdinfo, bootm, image supportMacpaul Lin1-0/+1
2011-10-18sandbox: Add architecture image supportSimon Glass1-0/+1
2011-10-06image: push default arch values to arch headersMike Frysinger1-55/+4
2011-08-03mkimage: Add OMAP boot image supportJohn Rigby1-0/+1
2011-07-28mkimage: add UBL header support for booting davinci cpusHeiko Schocher1-0/+1
2011-04-26Respect memreserve regions specified in the device treeGrant Likely1-0/+1
2011-04-26Default to bootm_size() when CONFIG_SYS_BOOTMAPSZ is not definedGrant Likely1-0/+1
2011-04-26Stop passing around bootmem_base value.Grant Likely1-5/+3
2010-11-28image: constify lookup tablesMike Frysinger1-2/+2
2010-10-19boot: change some arch ifdefs to feature ifdefsJohn Rigby1-3/+6
2010-09-28Add support for operating system OSETorkel Lundgren1-0/+1
2010-07-05Make 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-26mkimage: Add Freescale imx Boot Image support (imximage)Stefano Babic1-0/+1
2010-01-22image.h: avoid command.h for host toolsMike Frysinger1-2/+1
2010-01-22lmb: only force on arches that use itMike Frysinger1-1/+1
2010-01-22sha1: 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-25Repair build fail in case CONFIG_PPC=n and CONFIG_FIT=yRemy Bohmer1-2/+0
2009-09-11mkimage: Add Kirkwood Boot Image support (kwbimage)Prafulla Wadaskar1-0/+1
2009-09-11mkimage: Make table_entry code globalPrafulla Wadaskar1-0/+24
2009-09-11mkimage: Make genimg_print_size() globalPrafulla Wadaskar1-0/+1
2009-09-11tools/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-14Fix 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