summaryrefslogtreecommitdiff
path: root/include/image.h
AgeCommit message (Expand)AuthorFilesLines
2023-05-13tools: spkgimage: add Renesas SPKG formatRalph Siemsen1-0/+1
2023-04-04android: boot: support boot image header version 3 and 4Safae Ouajih1-6/+19
2023-04-04android: boot: ramdisk: support vendor ramdiskSafae Ouajih1-2/+2
2023-04-04android: boot: update android_image_get_data to support v3, v4Safae Ouajih1-0/+11
2023-04-04android: boot: add vendor boot image to prepare for v3, v4 supportSafae Ouajih1-11/+37
2023-04-04android: boot: kcomp: support andr_image_dataSafae Ouajih1-0/+12
2023-04-04android: boot: replace android_image_check_headerSafae Ouajih1-11/+11
2023-04-04android: boot: rename andr_img_hdr -> andr_boot_img_hdr_v0Safae Ouajih1-10/+97
2023-01-17image: Move common image code to image_board and commandSimon Glass1-20/+0
2023-01-17image: Add a function to find a script in an imageSimon Glass1-0/+14
2022-12-31cmd: source: Support specifying config nameSean Anderson1-3/+12
2022-12-31image: Add fallback for fit_config_verifySean Anderson1-0/+7
2022-12-08tools: mkimage: add new image type "fdt_legacy"Marc Kleine-Budde1-0/+1
2022-11-23image: Correct strncpy() warning with image_set_name()Simon Glass1-1/+7
2022-10-31image: Allow loading a FIT image for a particular phaseSimon Glass1-5/+7
2022-10-31image: Add the concept of a phase to FITSimon Glass1-2/+72
2022-10-31image: Move comment for fit_conf_find_compat()Simon Glass1-0/+41
2022-10-11image-pre-load: Move macros/definitions to image.hSteven Lawrance1-0/+43
2022-09-29treewide: Drop image_header_t typedefSimon Glass1-24/+28
2022-09-29treewide: Drop image_info_t typedefSimon Glass1-3/+3
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass1-18/+18
2022-09-29image: Fix BOOTM_STATE valuesSimon Glass1-12/+12
2022-09-19Merge branch 'master' into nextTom Rini1-0/+70
2022-09-14image: Drop some other #ifdefs in image-board.cSimon Glass1-0/+6
2022-09-07image: fit: Add some helpers for getting dataSean Anderson1-0/+70
2022-04-11lib: rsa: Fix const-correctness of rsassa_pss functionsSESA6444251-1/+1
2022-04-05Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini1-0/+1
2022-04-05tools: mkimage: Add Allwinner TOC0 supportSamuel Holland1-0/+1
2022-03-31mkimage: add public key for image pre-load stagePhilippe Reynes1-0/+15
2022-03-31cmd: bootm: add a stage pre-loadPhilippe Reynes1-0/+1
2022-03-31boot: image: add a stage pre-loadPhilippe Reynes1-0/+14
2022-01-26tools: mkimage: Show where signatures/keys are writtenSimon Glass1-1/+22
2022-01-26image: Return destination node for add_verify_data() methodSimon Glass1-1/+2
2022-01-26tools: Pass the key blob aroundSimon Glass1-5/+18
2022-01-26tools: Improve comments in signing functionsSimon Glass1-1/+1
2022-01-24mkimage: Allow to specify the signature algorithm on the command lineJan Kiszka1-1/+2
2022-01-24image-fit: Make string of algo parameter constantJan Kiszka1-1/+1
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-28/+28
2021-10-31image.h: make image_sign_info.fit point to constHannu Lounento1-1/+1
2021-10-08image: Drop most #ifdefs in image-board.cSimon Glass1-2/+5
2021-10-08image: Drop unnecessary #ifdefs from image.hSimon Glass1-35/+4
2021-10-08image: Tidy up fit_unsupported_reset()Simon Glass1-13/+0
2021-10-08image: Drop IMAGE_ENABLE_IGNORESimon Glass1-3/+0
2021-10-08image: Drop IMAGE_OF_SYSTEM_SETUPSimon Glass1-6/+0
2021-10-08image: Drop IMAGE_OF_BOARD_SETUPSimon Glass1-6/+0
2021-10-08image: Drop IMAGE_BOOT_GET_CMDLINESimon Glass1-6/+0
2021-10-08image: Use Kconfig to enable FIT_RSASSA_PSS on hostSimon Glass1-3/+0
2021-10-08image: Use Kconfig to enable CONFIG_FIT_VERBOSE on hostSimon Glass1-3/+2
2021-10-08image: Drop IMAGE_ENABLE_OF_LIBFDTSimon Glass1-3/+0
2021-10-08image: Drop IMAGE_ENABLE_FITSimon Glass1-9/+8