summaryrefslogtreecommitdiff
path: root/include/image.h
AgeCommit message (Expand)Author
2019-05-10ARM: socfpga: Add FPGA drivers for Arria 10 FPGA bitstream loadingTien Fong Chee
2019-05-10Remove #define CONFIG_CRC32Chris Packham
2019-05-05Refactor IMAGE_ENABLE_VERIFY to handle builds without SPL verificationAlex Kiernan
2019-04-24image: android: allow booting lz4-compressed kernelsEugeniu Rosca
2018-12-17Restore compatibility of image type IDsStefano Babic
2018-12-03rsa: add support of padding pssPhilippe Reynes
2018-12-03rsa: add a structure for the paddingPhilippe Reynes
2018-11-28tools: MediaTek: add MTK boot header generation to mkimageRyder Lee
2018-10-22tools: add i.MX8/8X image supportPeng Fan
2018-07-10mkimage: fit_image: Add support for SOURCE_DATE_EPOCH in signaturesAlex Kiernan
2018-06-19ARM: image: Add option for ignoring ep bit 3Marek Vasut
2018-05-26add FIT data-position & data-offset property supportKelvin Cheung
2018-05-23fit: Add standalone image type handlingMarek Vasut
2018-05-23FIT: Make fit_conf_print() be a static functionTom Rini
2018-05-11Merge tag 'xilinx-for-v2018.07' of git://www.denx.de/git/u-boot-microblazeTom Rini
2018-05-11tools: zynqmpimage: Add bif supportAlexander Graf
2018-05-08image: socfpga: Add SFP image version 1 definitionMarek Vasut
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-06image: fit: Show firmware configuration property if presentMichal Simek
2018-04-01image.h: add forward declaration of struct fdt_regionMasahiro Yamada
2018-03-19image: Add IH_OS_TEE for TEE chain-load bootBryan O'Donoghue
2018-03-19tools/mkimage: add support for STM32 image formatPatrick Delaunay
2018-03-19SPL: Add signature verification when loading imageJun Nie
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada
2018-02-07move booti_setup to arch/arm/lig/image.cBin Chen
2018-02-07parse the second area of android imageBin Chen
2018-01-15fix incorrect usage of DT node unit address in commentsAndre Przywara
2018-01-12riscv: Modify generic codes to support RISC-VRick Chen
2017-12-12SPL: Add FIT data-position property supportPeng Fan
2017-11-26image: add IH_OS_ARM_TRUSTED_FIRMWARE for ARM Trusted FirmwarePhilipp Tomsich
2017-10-16common: Remove genimg_get_image()Tuomas Tynkkynen
2017-10-05fit: If no matching config is found in fit_find_config_node(), use the defaul...Jean-Jacques Hiblot
2017-09-15fit: Introduce methods for applying overlays on fit-loadPantelis Antoniou
2017-09-12image: Add TI PMMC image typeAndrew F. Davis
2017-08-16env: Rename some other getenv()-related functionsSimon Glass
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-07-10boot_fit: Create helper functions that can be used to select DTB out of FITCooper Jr., Franklin
2017-07-10spl: fit: Break out some functions into a common fileCooper Jr., Franklin
2017-06-09armv8: Support loading 32-bit OS which is not in the form of FITAlison Wang
2017-05-22lib: move hash CONFIG options to KconfigTom Rini
2017-05-22FIT: Rename FIT_DISABLE_SHA256 to FIT_ENABLE_SHA256_SUPPORTTom Rini
2017-04-08image: Fixes build warning with CONFIG_FIT_IMAGE_POST_PROCESSMadan Srinivas
2017-03-17Kconfig: define MD5 dependency for FIT supportAndre Przywara
2017-01-20bootm: relocate ramdisk if CONFIG_SYS_BOOT_RAMDISK_HIGH setRick Altherr
2017-01-16Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini
2017-01-14mkimage: Add support for signing with pkcs11George McCollister
2017-01-13splash: add support for loading splash from a FIT imagetomas.melin@vaisala.com
2017-01-02tools: mkimage: add firmware-ivt image type for HAB verificationSven Ebenfeld
2016-12-03image: Add Trusted Execution Environment image typeAndrew F. Davis
2016-12-03image: Add FIT image loadable section custom processingAndrew F. Davis