summaryrefslogtreecommitdiff
path: root/include/image.h
AgeCommit message (Expand)AuthorFilesLines
2017-10-06fit: If no matching config is found in fit_find_config_node(), use the defaul...Jean-Jacques Hiblot1-0/+13
2017-09-15fit: Introduce methods for applying overlays on fit-loadPantelis Antoniou1-0/+25
2017-09-13image: Add TI PMMC image typeAndrew F. Davis1-0/+1
2017-08-16env: Rename some other getenv()-related functionsSimon Glass1-3/+3
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+1
2017-07-10boot_fit: Create helper functions that can be used to select DTB out of FITCooper Jr., Franklin1-0/+3
2017-07-10spl: fit: Break out some functions into a common fileCooper Jr., Franklin1-0/+2
2017-06-10armv8: Support loading 32-bit OS which is not in the form of FITAlison Wang1-1/+2
2017-05-22lib: move hash CONFIG options to KconfigTom Rini1-3/+2
2017-05-22FIT: Rename FIT_DISABLE_SHA256 to FIT_ENABLE_SHA256_SUPPORTTom Rini1-10/+6
2017-04-09image: Fixes build warning with CONFIG_FIT_IMAGE_POST_PROCESSMadan Srinivas1-1/+2
2017-03-17Kconfig: define MD5 dependency for FIT supportAndre Przywara1-1/+0
2017-01-20bootm: relocate ramdisk if CONFIG_SYS_BOOT_RAMDISK_HIGH setRick Altherr1-6/+0
2017-01-17Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini1-0/+4
2017-01-15mkimage: Add support for signing with pkcs11George McCollister1-1/+4
2017-01-13splash: add support for loading splash from a FIT imagetomas.melin@vaisala.com1-0/+4
2017-01-02tools: mkimage: add firmware-ivt image type for HAB verificationSven Ebenfeld1-0/+1
2016-12-03image: Add Trusted Execution Environment image typeAndrew F. Davis1-0/+1
2016-12-03image: Add FIT image loadable section custom processingAndrew F. Davis1-0/+30
2016-11-21image: Combine image_sig_algo with image_sign_infoAndrew Duda1-11/+13
2016-11-21image: Add crypto_algo struct for RSA infoAndrew Duda1-2/+7
2016-11-21rsa: Verify RSA padding programaticallyAndrew Duda1-1/+2
2016-11-21rsa: cosmetic: rename pad_len to key_lenAndrew Duda1-1/+1
2016-10-06tools: mkimage: add support for Vybrid image formatAlbert ARIBAUD \(3ADEV\)1-0/+1
2016-08-16xtensa: add support for the xtensa processor architecture [1/2]Chris Zankel1-0/+1
2016-07-21image: fix IH_ARCH_... values for uImage compatibilityMasahiro Yamada1-0/+13
2016-07-15image: Add functions to obtain category informationSimon Glass1-0/+34
2016-07-15image: Create a table of information for each categorySimon Glass1-0/+9
2016-07-15image: Convert the IH_... values to enumsSimon Glass1-86/+101
2016-07-15spl: fit: add support for post-processing of imagesDaniel Allred1-0/+17
2016-06-25common: image: minimal android image iminfo supportMichael Trimarchi1-0/+1
2016-05-31Revert "image.h: Tighten up content using handy CONFIG_IS_ENABLED() macro."Masahiro Yamada1-12/+57
2016-05-27image.h: Tighten up content using handy CONFIG_IS_ENABLED() macro.Robert P. J. Day1-57/+12
2016-05-24image: Add boot_get_fpga() to load fpga with bootmMichal Simek1-0/+2
2016-05-24mkimage: Report information about fpgaMichal Simek1-1/+3
2016-05-24tools: zynqmpimage: Add Xilinx ZynqMP boot header generationMichal Simek1-1/+2
2016-03-15spl: Add an option to load a FIT containing U-BootSimon Glass1-1/+1
2016-03-15spl: Add a way for boards to select which device tree to loadSimon Glass1-0/+13
2016-03-15image: Add functions to obtain short namesSimon Glass1-0/+27
2016-03-15fdt: Allow libfdt to be used in SPLSimon Glass1-8/+4
2016-03-15Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass1-5/+10
2016-03-14Move CONFIG_OF_LIBFDT to KconfigSimon Glass1-1/+0
2016-02-26image: Correct the OS location code to work on sandboxSimon Glass1-4/+1
2015-11-19tools: zynqimage: Add Xilinx Zynq boot header generation to mkimageNathan Rossi1-1/+2
2015-10-12Add support for LZ4 decompression algorithmJulius Werner1-0/+1
2015-09-03rockchip: Add support for the SPI imageSimon Glass1-1/+2
2015-09-03rockchip: Add support for the SD imageSimon Glass1-1/+2
2015-09-03rockchip: Add the rkimage format to mkimageSimon Glass1-1/+2
2015-07-22mkimage: Display a better list of available image typesSimon Glass1-0/+11
2015-05-28add boot_get_loadables() to load listed imagesKarl Apsite1-1/+26