summaryrefslogtreecommitdiffstats
path: root/include/image.h
Commit message (Expand)AuthorAgeFilesLines
* image: Add device tree setup to image librarySimon Glass2013-05-141-9/+52
* image: Add CONFIG_FIT_SPL_PRINT to control FIT image printing in SPLSimon Glass2013-05-141-2/+31
* image: Remove remaining #ifdefs in image-fit.cSimon Glass2013-05-141-0/+2
* sandbox: image: Add support for booting images in sandboxSimon Glass2013-05-141-1/+1
* image: Rename hash printing to fit_image_print_verification_data()Simon Glass2013-05-141-1/+0
* image: Rename fit_add_hashes() to fit_add_verification_data()Simon Glass2013-05-141-2/+8
* image: Export fit_conf_get_prop_node()Simon Glass2013-05-141-0/+14
* image: Move hash checking into its own functionSimon Glass2013-05-141-3/+5
* image: Rename fit_image_check_hashes() to fit_image_verify()Simon Glass2013-05-141-2/+2
* image: Convert fit_image_hash_set_value() to static, and renameSimon Glass2013-05-141-2/+0
* image: Move HOSTCC image code to tools/Simon Glass2013-05-141-0/+3
* image: Export fit_check_ramdisk()Simon Glass2013-05-141-0/+3
* image: Move timestamp #ifdefs to header fileSimon Glass2013-05-141-0/+8
* image: Add support for Plan 9Steven Stallion2013-03-271-0/+1
* treewide: include libfdt_env.h before fdt.hKim Phillips2013-02-071-1/+0
* Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2013-01-081-0/+3
|\
| * tools: imximage: Load a size that is multiple of 512Fabio Estevam2013-01-051-0/+3
* | env: Use getenv_yesno() more generallyJoe Hershberger2012-12-131-1/+0
|/
* fdt: Add option to default to most compatible conf in a fit imageGabe Black2012-11-121-0/+1
* include/image.h: sparse fixesKim Phillips2012-11-041-7/+8
* fdt: Check for a token to skip auto-hash validationJoe Hershberger2012-10-151-0/+4
* powerpc/CoreNet: add tool to support pbl image build.Shaohui Xie2012-08-231-0/+1
* image/fit: drop inline markings on parser codeMike Frysinger2012-04-301-2/+2
* Add cmd_spl commandSimon Schwarz2012-03-271-0/+2
* openrisc: Add architecture image supportStefan Kristiansson2012-01-131-0/+1
* image: Implement IH_TYPE_KERNEL_NOLOADStephen Warren2011-12-011-0/+1
* Fix clash between IH_ARCH_NDS32 and IH_ARCH_SANDBOXStefan Kristiansson2011-11-231-1/+1
* image: Fix inverted logic in architecture check.Thierry Reding2011-10-271-1/+1
* mkimage: adding support for Davinci AIS imageStefano Babic2011-10-231-0/+1
* checkpatch whitespace cleanupsStephen Warren2011-10-221-115/+115
* nds32: common bdinfo, bootm, image supportMacpaul Lin2011-10-221-0/+1
* sandbox: Add architecture image supportSimon Glass2011-10-171-0/+1
* image: push default arch values to arch headersMike Frysinger2011-10-051-55/+4
* mkimage: Add OMAP boot image supportJohn Rigby2011-08-031-0/+1
* mkimage: add UBL header support for booting davinci cpusHeiko Schocher2011-07-281-0/+1
* Respect memreserve regions specified in the device treeGrant Likely2011-04-251-0/+1
* Default to bootm_size() when CONFIG_SYS_BOOTMAPSZ is not definedGrant Likely2011-04-251-0/+1
* Stop passing around bootmem_base value.Grant Likely2011-04-251-5/+3
* image: constify lookup tablesMike Frysinger2010-11-281-2/+2
* boot: change some arch ifdefs to feature ifdefsJohn Rigby2010-10-181-3/+6
* Add support for operating system OSETorkel Lundgren2010-09-281-0/+1
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-041-2/+2
* image.h: remove bogus ';' after function declarationsWolfgang Denk2010-06-291-22/+22
* nios: remove nios-32 archThomas Chou2010-05-281-5/+0
* mkimage: Add Freescale imx Boot Image support (imximage)Stefano Babic2010-01-251-0/+1
* image.h: avoid command.h for host toolsMike Frysinger2010-01-211-2/+1
* lmb: only force on arches that use itMike Frysinger2010-01-211-1/+1
* sha1: add dedicated config optionMike Frysinger2010-01-211-0/+1
* Merge branch 'master' into nextWolfgang Denk2009-12-051-2/+0
|\
| * Repair build fail in case CONFIG_PPC=n and CONFIG_FIT=yRemy Bohmer2009-11-241-2/+0
OpenPOWER on IntegriCloud