aboutsummaryrefslogtreecommitdiffstats
path: root/include/image.h
Commit message (Expand)AuthorAgeFilesLines
* boot: fdt: Change type of env_get_bootm_low() to phys_addr_tMarek Vasut2024-04-111-1/+1
* tools: fix build without LIBCRYPTO supportPaul-Erwan Rio2024-01-111-1/+1
* Merge patch series "bootm: Handle compressed arm64 images with bootm"Tom Rini2023-12-151-1/+1
|\
| * image: Correct load_bug typoSimon Glass2023-12-151-1/+1
* | boot: Drop size parameter from image_setup_libfdt()Simon Glass2023-12-131-2/+1
* | bootm: Reduce arguments to boot_get_loadables()Simon Glass2023-12-131-15/+9
* | bootm: Reduce arguments to boot_get_fpga()Simon Glass2023-12-131-2/+7
* | bootm: Reduce arguments to boot_get_fdt()Simon Glass2023-12-131-3/+2
* | bootm: Pass image buffer to boot_get_fdt()Simon Glass2023-12-131-3/+28
* | bootm: Reduce arguments to boot_get_ramdisk()Simon Glass2023-12-131-2/+25
* | image: Document error codes from fit_image_load()Simon Glass2023-12-131-1/+7
* | image: Tidy up genimg_get_kernel_addr_fit()Simon Glass2023-12-131-3/+26
|/
* bootm: Support boot measurementEddie James2023-10-271-0/+1
* tools: mkimage: Add StarFive SPL image supportHeinrich Schuchardt2023-09-201-0/+1
* tools: spkgimage: add Renesas SPKG formatRalph Siemsen2023-05-131-0/+1
* android: boot: support boot image header version 3 and 4Safae Ouajih2023-04-041-6/+19
* android: boot: ramdisk: support vendor ramdiskSafae Ouajih2023-04-041-2/+2
* android: boot: update android_image_get_data to support v3, v4Safae Ouajih2023-04-041-0/+11
* android: boot: add vendor boot image to prepare for v3, v4 supportSafae Ouajih2023-04-041-11/+37
* android: boot: kcomp: support andr_image_dataSafae Ouajih2023-04-041-0/+12
* android: boot: replace android_image_check_headerSafae Ouajih2023-04-041-11/+11
* android: boot: rename andr_img_hdr -> andr_boot_img_hdr_v0Safae Ouajih2023-04-041-10/+97
* image: Move common image code to image_board and commandSimon Glass2023-01-161-20/+0
* image: Add a function to find a script in an imageSimon Glass2023-01-161-0/+14
* cmd: source: Support specifying config nameWIP/2022-12-31-cmd-source-support-specifying-config-nameSean Anderson2022-12-311-3/+12
* image: Add fallback for fit_config_verifySean Anderson2022-12-311-0/+7
* tools: mkimage: add new image type "fdt_legacy"Marc Kleine-Budde2022-12-081-0/+1
* image: Correct strncpy() warning with image_set_name()Simon Glass2022-11-221-1/+7
* image: Allow loading a FIT image for a particular phaseSimon Glass2022-10-311-5/+7
* image: Add the concept of a phase to FITSimon Glass2022-10-311-2/+72
* image: Move comment for fit_conf_find_compat()Simon Glass2022-10-311-0/+41
* image-pre-load: Move macros/definitions to image.hSteven Lawrance2022-10-111-0/+43
* treewide: Drop image_header_t typedefSimon Glass2022-09-291-24/+28
* treewide: Drop image_info_t typedefSimon Glass2022-09-291-3/+3
* treewide: Drop bootm_headers_t typedefSimon Glass2022-09-291-18/+18
* image: Fix BOOTM_STATE valuesSimon Glass2022-09-291-12/+12
* Merge branch 'master' into nextTom Rini2022-09-191-0/+70
|\
| * image: fit: Add some helpers for getting dataSean Anderson2022-09-071-0/+70
* | image: Drop some other #ifdefs in image-board.cWIP/2022-09-14-refactor-ramdisk-code-againSimon Glass2022-09-141-0/+6
|/
* lib: rsa: Fix const-correctness of rsassa_pss functionsSESA6444252022-04-111-1/+1
* Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2022-04-051-0/+1
|\
| * tools: mkimage: Add Allwinner TOC0 supportSamuel Holland2022-04-041-0/+1
* | mkimage: add public key for image pre-load stagePhilippe Reynes2022-03-311-0/+15
* | cmd: bootm: add a stage pre-loadPhilippe Reynes2022-03-311-0/+1
* | boot: image: add a stage pre-loadPhilippe Reynes2022-03-311-0/+14
|/
* tools: mkimage: Show where signatures/keys are writtenSimon Glass2022-01-261-1/+22
* image: Return destination node for add_verify_data() methodSimon Glass2022-01-261-1/+2
* tools: Pass the key blob aroundSimon Glass2022-01-261-5/+18
* tools: Improve comments in signing functionsSimon Glass2022-01-261-1/+1
* mkimage: Allow to specify the signature algorithm on the command lineJan Kiszka2022-01-241-1/+2