summaryrefslogtreecommitdiff
path: root/include/image.h
AgeCommit message (Expand)Author
2023-04-05android: boot: support boot image header version 3 and 4Safae Ouajih
2023-04-05android: boot: ramdisk: support vendor ramdiskSafae Ouajih
2023-04-05android: boot: update android_image_get_data to support v3, v4Safae Ouajih
2023-04-05android: boot: add vendor boot image to prepare for v3, v4 supportSafae Ouajih
2023-04-05android: boot: kcomp: support andr_image_dataSafae Ouajih
2023-04-05android: boot: replace android_image_check_headerSafae Ouajih
2023-04-05android: boot: rename andr_img_hdr -> andr_boot_img_hdr_v0Safae Ouajih
2023-01-16image: Move common image code to image_board and commandSimon Glass
2023-01-16image: Add a function to find a script in an imageSimon Glass
2022-12-31cmd: source: Support specifying config nameSean Anderson
2022-12-31image: Add fallback for fit_config_verifySean Anderson
2022-12-08tools: mkimage: add new image type "fdt_legacy"Marc Kleine-Budde
2022-11-22image: Correct strncpy() warning with image_set_name()Simon Glass
2022-10-31image: Allow loading a FIT image for a particular phaseSimon Glass
2022-10-31image: Add the concept of a phase to FITSimon Glass
2022-10-31image: Move comment for fit_conf_find_compat()Simon Glass
2022-10-11image-pre-load: Move macros/definitions to image.hSteven Lawrance
2022-09-29treewide: Drop image_header_t typedefSimon Glass
2022-09-29treewide: Drop image_info_t typedefSimon Glass
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass
2022-09-29image: Fix BOOTM_STATE valuesSimon Glass
2022-09-19Merge branch 'master' into nextTom Rini
2022-09-14image: Drop some other #ifdefs in image-board.cSimon Glass
2022-09-07image: fit: Add some helpers for getting dataSean Anderson
2022-04-11lib: rsa: Fix const-correctness of rsassa_pss functionsSESA644425
2022-04-05Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini
2022-04-04tools: mkimage: Add Allwinner TOC0 supportSamuel Holland
2022-03-31mkimage: add public key for image pre-load stagePhilippe Reynes
2022-03-31cmd: bootm: add a stage pre-loadPhilippe Reynes
2022-03-31boot: image: add a stage pre-loadPhilippe Reynes
2022-01-26tools: mkimage: Show where signatures/keys are writtenSimon Glass
2022-01-26image: Return destination node for add_verify_data() methodSimon Glass
2022-01-26tools: Pass the key blob aroundSimon Glass
2022-01-26tools: Improve comments in signing functionsSimon Glass
2022-01-24mkimage: Allow to specify the signature algorithm on the command lineJan Kiszka
2022-01-24image-fit: Make string of algo parameter constantJan Kiszka
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-10-31image.h: make image_sign_info.fit point to constHannu Lounento
2021-10-08image: Drop most #ifdefs in image-board.cSimon Glass
2021-10-08image: Drop unnecessary #ifdefs from image.hSimon Glass
2021-10-08image: Tidy up fit_unsupported_reset()Simon Glass
2021-10-08image: Drop IMAGE_ENABLE_IGNORESimon Glass
2021-10-08image: Drop IMAGE_OF_SYSTEM_SETUPSimon Glass
2021-10-08image: Drop IMAGE_OF_BOARD_SETUPSimon Glass
2021-10-08image: Drop IMAGE_BOOT_GET_CMDLINESimon Glass
2021-10-08image: Use Kconfig to enable FIT_RSASSA_PSS on hostSimon Glass
2021-10-08image: Use Kconfig to enable CONFIG_FIT_VERBOSE on hostSimon Glass
2021-10-08image: Drop IMAGE_ENABLE_OF_LIBFDTSimon Glass
2021-10-08image: Drop IMAGE_ENABLE_FITSimon Glass
2021-10-08hash: Use Kconfig to enable hashing in host tools and SPLSimon Glass