aboutsummaryrefslogtreecommitdiff
path: root/boot/bootm.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-06boot: Remove <common.h> and add needed includesTom Rini1-1/+0
2024-04-11boot: fdt: Change type of env_get_bootm_low() to phys_addr_tMarek Vasut1-2/+2
2024-01-11boot: Support decompressing non-kernel OS imagesSimon Glass1-0/+1
2023-12-21Merge patch series "Complete decoupling of bootm logic from commands"WIP/21Dec2023-nextTom Rini1-55/+64
2023-12-21bootm: Create a new boot_run() function to handle bootingSimon Glass1-26/+14
2023-12-21bootm: Create a function to run through the booti statesSimon Glass1-0/+13
2023-12-21bootm: Create a function to run through the bootz statesSimon Glass1-0/+13
2023-12-21bootm: Create a function to run through the bootm statesSimon Glass1-0/+17
2023-12-21bootm: Tidy up boot_selected_os()Simon Glass1-4/+2
2023-12-21bootm: Rename do_bootm_states() to bootm_run_states()Simon Glass1-2/+2
2023-12-21bootm: Drop arguments from do_bootm_states()Simon Glass1-31/+21
2023-12-21bootm: Move do_bootm_states() comment to header fileSimon Glass1-25/+0
2023-12-21bootm: Add more fields to bootm_infoSimon Glass1-0/+8
2023-12-21bootm: Adjust arguments of boot_os_fnSimon Glass1-3/+8
2023-12-21bootm: Adjust how the board is resetSimon Glass1-3/+5
2023-12-20bootm: Fix flags used for bootargs string substitutionPiotr Kubik1-1/+5
2023-12-15Merge patch series "bootm: Handle compressed arm64 images with bootm"Tom Rini1-18/+45
2023-12-15bootm: Support kernel_noload with compressionSimon Glass1-0/+18
2023-12-15bootm: Move arm64-image processing laterSimon Glass1-18/+27
2023-12-13command: Introduce functions to obtain command argumentsSimon Glass1-2/+2
2023-12-13bootm: Reduce arguments to bootm_find_other()Simon Glass1-9/+11
2023-12-13bootm: Add a function to check overlapSimon Glass1-17/+34
2023-12-13bootm: Adjust the parameters of bootm_find_images()Simon Glass1-31/+14
2023-12-13bootm: optee: Drop special call to bootm_find_other()Simon Glass1-1/+1
2023-12-13bootm: efi: Drop special call to bootm_find_other()Simon Glass1-5/+5
2023-12-13bootm: Simplify Android ramdisk addr in bootm_find_images()Simon Glass1-3/+7
2023-12-13bootm: Reduce arguments to boot_get_loadables()Simon Glass1-2/+1
2023-12-13bootm: Reduce arguments to boot_get_fpga()Simon Glass1-2/+1
2023-12-13bootm: Reduce arguments to boot_get_fdt()Simon Glass1-2/+3
2023-12-13bootm: Pass image buffer to boot_get_fdt()Simon Glass1-4/+7
2023-12-13bootm: Drop #ifdef in bootm_find_images()Simon Glass1-21/+21
2023-12-13bootm: Reduce arguments to boot_get_ramdisk()Simon Glass1-1/+14
2023-12-13bootm: Reduce arguments to bootm_find_os()Simon Glass1-6/+11
2023-12-13bootm: Move error printing out of boot_get_kernel()Simon Glass1-14/+11
2023-12-13bootstage: Drop BOOTSTAGE_ID_FIT_KERNEL_INFOSimon Glass1-1/+1
2023-12-13bootm: Use the error return from boot_get_kernel()Simon Glass1-3/+3
2023-12-13bootm: Adjust position of unmap_sysmem() in boot_get_kernel()Simon Glass1-2/+2
2023-12-13bootm: Adjust boot_get_kernel() to return an errorSimon Glass1-14/+21
2023-12-13bootm: Reduce arguments to boot_get_kernel()Simon Glass1-9/+13
2023-12-13image: Tidy up genimg_get_kernel_addr_fit()Simon Glass1-2/+1
2023-12-13bootm: Move boot_get_kernel() higher in the fileSimon Glass1-190/+186
2023-12-13bootm: Simplify arguments for bootm_pre_load()Simon Glass1-7/+16
2023-12-13bootm: Drop arguments from bootm_start()Simon Glass1-3/+2
2023-10-27Merge tag 'tpm-next-27102023' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini1-0/+74
2023-10-27bootm: Support boot measurementEddie James1-0/+74
2023-10-06command: Include a required header in command.hSimon Glass1-1/+1
2023-08-11bootstd: cros: Add ARM supportSimon Glass1-0/+37
2023-06-16bootm: don't call booti_setup for EFI imagesHeinrich Schuchardt1-1/+2
2023-04-04android: boot: support boot image header version 3 and 4Safae Ouajih1-5/+32
2023-04-04android: boot: add vendor boot image to prepare for v3, v4 supportSafae Ouajih1-4/+4