summaryrefslogtreecommitdiff
path: root/include/image.h
AgeCommit message (Expand)AuthorFilesLines
2019-04-24image: android: allow booting lz4-compressed kernelsEugeniu Rosca1-0/+2
2018-12-17Restore compatibility of image type IDsStefano Babic1-5/+10
2018-12-03rsa: add support of padding pssPhilippe Reynes1-0/+1
2018-12-03rsa: add a structure for the paddingPhilippe Reynes1-0/+16
2018-11-29tools: MediaTek: add MTK boot header generation to mkimageRyder Lee1-0/+1
2018-10-22tools: add i.MX8/8X image supportPeng Fan1-0/+1
2018-07-10mkimage: fit_image: Add support for SOURCE_DATE_EPOCH in signaturesAlex Kiernan1-1/+2
2018-06-19ARM: image: Add option for ignoring ep bit 3Marek Vasut1-1/+4
2018-05-27add FIT data-position & data-offset property supportKelvin Cheung1-0/+2
2018-05-24fit: Add standalone image type handlingMarek Vasut1-0/+1
2018-05-24FIT: Make fit_conf_print() be a static functionTom Rini1-2/+0
2018-05-11Merge tag 'xilinx-for-v2018.07' of git://www.denx.de/git/u-boot-microblazeTom Rini1-0/+1
2018-05-11tools: zynqmpimage: Add bif supportAlexander Graf1-0/+1
2018-05-08image: socfpga: Add SFP image version 1 definitionMarek Vasut1-1/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-07image: fit: Show firmware configuration property if presentMichal Simek1-0/+1
2018-04-01image.h: add forward declaration of struct fdt_regionMasahiro Yamada1-0/+1
2018-03-19image: Add IH_OS_TEE for TEE chain-load bootBryan O'Donoghue1-0/+1
2018-03-19tools/mkimage: add support for STM32 image formatPatrick Delaunay1-0/+1
2018-03-19SPL: Add signature verification when loading imageJun Nie1-0/+2
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2018-02-08move booti_setup to arch/arm/lig/image.cBin Chen1-0/+9
2018-02-08parse the second area of android imageBin Chen1-0/+2
2018-01-16fix incorrect usage of DT node unit address in commentsAndre Przywara1-13/+13
2018-01-12riscv: Modify generic codes to support RISC-VRick Chen1-0/+1
2017-12-13SPL: Add FIT data-position property supportPeng Fan1-0/+3
2017-11-26image: add IH_OS_ARM_TRUSTED_FIRMWARE for ARM Trusted FirmwarePhilipp Tomsich1-0/+1
2017-10-16common: Remove genimg_get_image()Tuomas Tynkkynen1-1/+0
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