aboutsummaryrefslogtreecommitdiff
path: root/include/image.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-15Merge patch series "bootm: Handle compressed arm64 images with bootm"Tom Rini1-1/+1
2023-12-15image: Correct load_bug typoSimon Glass1-1/+1
2023-12-13boot: Drop size parameter from image_setup_libfdt()Simon Glass1-2/+1
2023-12-13bootm: Reduce arguments to boot_get_loadables()Simon Glass1-15/+9
2023-12-13bootm: Reduce arguments to boot_get_fpga()Simon Glass1-2/+7
2023-12-13bootm: Reduce arguments to boot_get_fdt()Simon Glass1-3/+2
2023-12-13bootm: Pass image buffer to boot_get_fdt()Simon Glass1-3/+28
2023-12-13bootm: Reduce arguments to boot_get_ramdisk()Simon Glass1-2/+25
2023-12-13image: Document error codes from fit_image_load()Simon Glass1-1/+7
2023-12-13image: Tidy up genimg_get_kernel_addr_fit()Simon Glass1-3/+26
2023-10-27bootm: Support boot measurementEddie James1-0/+1
2023-09-20tools: mkimage: Add StarFive SPL image supportHeinrich Schuchardt1-0/+1
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-16image: Move common image code to image_board and commandSimon Glass1-20/+0
2023-01-16image: Add a function to find a script in an imageSimon Glass1-0/+14
2022-12-31cmd: source: Support specifying config nameWIP/2022-12-31-cmd-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-22image: 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.cWIP/2022-09-14-refactor-ramdisk-code-againSimon 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-04tools: 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