summaryrefslogtreecommitdiff
path: root/include/image.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* armv8: Support loading 32-bit OS which is not in the form of FITAlison Wang2017-06-091-1/+2
* lib: move hash CONFIG options to KconfigTom Rini2017-05-221-3/+2
* FIT: Rename FIT_DISABLE_SHA256 to FIT_ENABLE_SHA256_SUPPORTTom Rini2017-05-221-10/+6
* image: Fixes build warning with CONFIG_FIT_IMAGE_POST_PROCESSMadan Srinivas2017-04-081-1/+2
* Kconfig: define MD5 dependency for FIT supportAndre Przywara2017-03-171-1/+0
* bootm: relocate ramdisk if CONFIG_SYS_BOOT_RAMDISK_HIGH setRick Altherr2017-01-201-6/+0
* Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2017-01-161-0/+4
|\
| * splash: add support for loading splash from a FIT imagetomas.melin@vaisala.com2017-01-131-0/+4
* | mkimage: Add support for signing with pkcs11George McCollister2017-01-141-1/+4
|/
* tools: mkimage: add firmware-ivt image type for HAB verificationSven Ebenfeld2017-01-021-0/+1
* image: Add Trusted Execution Environment image typeAndrew F. Davis2016-12-031-0/+1
* image: Add FIT image loadable section custom processingAndrew F. Davis2016-12-031-0/+30
* image: Combine image_sig_algo with image_sign_infoAndrew Duda2016-11-211-11/+13
* image: Add crypto_algo struct for RSA infoAndrew Duda2016-11-211-2/+7
* rsa: Verify RSA padding programaticallyAndrew Duda2016-11-211-1/+2
* rsa: cosmetic: rename pad_len to key_lenAndrew Duda2016-11-211-1/+1