aboutsummaryrefslogtreecommitdiff
path: root/include/image.h
AgeCommit message (Expand)AuthorFilesLines
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-18/+1
2013-07-12bootm: Use selected configuration for ramdisk and fdtSimon Glass1-3/+4
2013-07-10bootm: Clean up bootz_setup() functionSimon Glass1-0/+11
2013-06-28mkimage: Build signing only if board has CONFIG_FIT_SIGNATURESimon Glass1-3/+0
2013-06-26image: Add support for signing of FIT configurationsSimon Glass1-0/+16
2013-06-26image: Support signing of imagesSimon Glass1-4/+55
2013-06-26image: Add signing infrastructureSimon Glass1-2/+88
2013-06-26Add a 'fake' go command to the bootm commandSimon Glass1-1/+2
2013-06-26Refactor the bootm command to reduce code duplicationSimon Glass1-7/+9
2013-06-04image: Use fit_image_load() to load kernelSimon Glass1-1/+0
2013-06-04image: Use fit_image_load() to load FDTSimon Glass1-3/+3
2013-06-04image: Use fit_image_load() to load ramdiskSimon Glass1-1/+0
2013-06-04image: Introduce fit_image_load() to load images from FITsSimon Glass1-2/+95
2013-05-14image: Add device tree setup to image librarySimon Glass1-9/+52
2013-05-14image: Add CONFIG_FIT_SPL_PRINT to control FIT image printing in SPLSimon Glass1-2/+31
2013-05-14image: Remove remaining #ifdefs in image-fit.cSimon Glass1-0/+2
2013-05-14sandbox: image: Add support for booting images in sandboxSimon Glass1-1/+1
2013-05-14image: Rename hash printing to fit_image_print_verification_data()Simon Glass1-1/+0
2013-05-14image: Rename fit_add_hashes() to fit_add_verification_data()Simon Glass1-2/+8
2013-05-14image: Export fit_conf_get_prop_node()Simon Glass1-0/+14
2013-05-14image: Move hash checking into its own functionSimon Glass1-3/+5
2013-05-14image: Rename fit_image_check_hashes() to fit_image_verify()Simon Glass1-2/+2
2013-05-14image: Convert fit_image_hash_set_value() to static, and renameSimon Glass1-2/+0
2013-05-14image: Move HOSTCC image code to tools/Simon Glass1-0/+3
2013-05-14image: Export fit_check_ramdisk()Simon Glass1-0/+3
2013-05-14image: Move timestamp #ifdefs to header fileSimon Glass1-0/+8
2013-03-27image: Add support for Plan 9Steven Stallion1-0/+1
2013-02-07treewide: 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-12fdt: 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-15fdt: 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-27Add cmd_spl commandSimon Schwarz1-0/+2
2012-01-13openrisc: 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-27image: Fix inverted logic in architecture check.Thierry Reding1-1/+1
2011-10-23mkimage: 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-17sandbox: Add architecture image supportSimon Glass1-0/+1
2011-10-05image: 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-25Respect memreserve regions specified in the device treeGrant Likely1-0/+1
2011-04-25Default to bootm_size() when CONFIG_SYS_BOOTMAPSZ is not definedGrant Likely1-0/+1