summaryrefslogtreecommitdiff
path: root/include/image.h
Commit message (Expand)AuthorAgeFilesLines
* image: android: Add routine to get dtbo paramsSam Protsenko2020-02-041-0/+1
* image: android: Add functions for handling dtb fieldSam Protsenko2020-02-041-0/+5
* common: Rename and move source()Simon Glass2020-01-171-0/+12
* common: Move the image globals into image.hSimon Glass2020-01-171-0/+4
* u-boot: fit: add support to decrypt fit with aesWIP/2020-01-17-improve-aes-supportPhilippe Reynes2020-01-171-0/+12
* mkimage: fit: add support to encrypt image with aesPhilippe Reynes2020-01-171-0/+63
* image: Add IH_OS_EFI for EFI chain-load bootCristian Ciocaltea2020-01-071-0/+1
* tools: image.h: Use portable uint32_t instead of linux-specific __be32Bin Meng2019-10-281-7/+7
* image: add new "copro" image typePatrick Delaunay2019-08-271-0/+1
* spl: support booting via RISC-V OpenSBILukas Auer2019-08-261-0/+1
* common: Move bootm_decomp_image() to image.c (as image_decomp())Julius Werner2019-07-291-0/+17
* configs: Rename CONFIG_IMAGE_FORMAT_LEGACY to CONFIG_LEGACY_IMAGE_FORMATTom Rini2019-07-111-1/+1
* ARM: socfpga: Add FPGA drivers for Arria 10 FPGA bitstream loadingTien Fong Chee2019-05-101-0/+4
* Remove #define CONFIG_CRC32Chris Packham2019-05-101-1/+0
* Refactor IMAGE_ENABLE_VERIFY to handle builds without SPL verificationAlex Kiernan2019-05-051-6/+6
* image: android: allow booting lz4-compressed kernelsEugeniu Rosca2019-04-241-0/+2
* Restore compatibility of image type IDsStefano Babic2018-12-171-5/+10
* rsa: add support of padding pssPhilippe Reynes2018-12-031-0/+1
* rsa: add a structure for the paddingPhilippe Reynes2018-12-031-0/+16
* tools: MediaTek: add MTK boot header generation to mkimageRyder Lee2018-11-281-0/+1
* tools: add i.MX8/8X image supportPeng Fan2018-10-221-0/+1
* mkimage: fit_image: Add support for SOURCE_DATE_EPOCH in signaturesAlex Kiernan2018-07-101-1/+2
* ARM: image: Add option for ignoring ep bit 3Marek Vasut2018-06-191-1/+4
* add FIT data-position & data-offset property supportKelvin Cheung2018-05-261-0/+2
* fit: Add standalone image type handlingMarek Vasut2018-05-231-0/+1
* FIT: Make fit_conf_print() be a static functionTom Rini2018-05-231-2/+0
* Merge tag 'xilinx-for-v2018.07' of git://www.denx.de/git/u-boot-microblazeTom Rini2018-05-111-0/+1
|\
| * tools: zynqmpimage: Add bif supportAlexander Graf2018-05-111-0/+1
* | image: socfpga: Add SFP image version 1 definitionMarek Vasut2018-05-081-1/+2
|/
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* image: fit: Show firmware configuration property if presentMichal Simek2018-04-061-0/+1
* image.h: add forward declaration of struct fdt_regionMasahiro Yamada2018-04-011-0/+1
* image: Add IH_OS_TEE for TEE chain-load bootBryan O'Donoghue2018-03-191-0/+1
* tools/mkimage: add support for STM32 image formatPatrick Delaunay2018-03-191-0/+1
* SPL: Add signature verification when loading imageJun Nie2018-03-191-0/+2
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-051-1/+1
* move booti_setup to arch/arm/lig/image.cBin Chen2018-02-071-0/+9
* parse the second area of android imageBin Chen2018-02-071-0/+2
* fix incorrect usage of DT node unit address in commentsAndre Przywara2018-01-151-13/+13
* riscv: Modify generic codes to support RISC-VRick Chen2018-01-121-0/+1
* SPL: Add FIT data-position property supportPeng Fan2017-12-121-0/+3
* image: add IH_OS_ARM_TRUSTED_FIRMWARE for ARM Trusted FirmwarePhilipp Tomsich2017-11-261-0/+1
* common: Remove genimg_get_image()Tuomas Tynkkynen2017-10-161-1/+0
* fit: If no matching config is found in fit_find_config_node(), use the defaul...Jean-Jacques Hiblot2017-10-051-0/+13
* fit: Introduce methods for applying overlays on fit-loadPantelis Antoniou2017-09-151-0/+25
* image: Add TI PMMC image typeAndrew F. Davis2017-09-121-0/+1
* env: Rename some other getenv()-related functionsSimon Glass2017-08-161-3/+3
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-1/+1
* boot_fit: Create helper functions that can be used to select DTB out of FITCooper Jr., Franklin2017-07-101-0/+3
* spl: fit: Break out some functions into a common fileCooper Jr., Franklin2017-07-101-0/+2