aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-09bootm: Create a function to run through the booti statesTEST/cmdd-working-rebaseSimon Glass2-0/+26
2023-12-09stm32: Use bootm_run() and bootz_run()Simon Glass1-9/+13
2023-12-09bootm: Create a function to run through the bootz statesSimon Glass3-7/+28
2023-12-09stm32: Use local vars in stm32prog for initrd and fdtSimon Glass1-9/+14
2023-12-09bootm: Create a function to run through the bootm statesSimon Glass3-13/+33
2023-12-09bootm: Drop arguments from do_bootm_states() and renameSimon Glass6-85/+160
2023-12-09bootm: Adjust how the board is resetSimon Glass1-3/+5
2023-12-09riscv: Add a reset_cpu() functionSimon Glass2-5/+15
2023-12-09nios2: Add a reset_cpu() functionSimon Glass1-1/+7
2023-12-09ppc: Add a reset_cpu() functionSimon Glass1-0/+10
2023-12-09m68k: Add a reset_cpu() functionSimon Glass1-0/+7
2023-12-09mips: Add a reset_cpu() functionSimon Glass1-1/+7
2023-12-09bootm: Drop arguments from boot_selected_os()Simon Glass3-8/+6
2023-12-09treewide: bootm: Drop command-line args to boot_os_fnSimon Glass15-60/+34
2023-12-09nios2: Drop separate parsing of bootm argsSimon Glass1-2/+0
2023-12-09bootm: qnxelf: Drop passing of argumentsSimon Glass1-4/+5
2023-12-09bootm: plan: Drop passing of argumentsSimon Glass1-22/+4
2023-12-09bootm: netbds: Drop passing of argumentsSimon Glass1-13/+3
2023-12-09bootm: Support kernel_noload with compressionSimon Glass1-0/+18
2023-12-09bootm: Move arm64-image processing laterSimon Glass1-18/+27
2023-12-09image: Show the load address when decompressingSimon Glass1-4/+9
2023-12-09image: Correct load_bug typoSimon Glass1-1/+1
2023-12-09rpiSimon Glass2-1/+7
2023-12-09command: Introduce functions to obtain command argumentsSimon Glass10-16/+49
2023-12-09bootstd: Introduce programmatic bootSimon Glass5-0/+85
2023-12-09bootm: Reduce arguments to bootm_find_other()Simon Glass1-9/+11
2023-12-09bootm: Add a function to check overlapSimon Glass1-17/+34
2023-12-09bootm: Adjust the parameters of bootm_find_images()Simon Glass4-36/+43
2023-12-09bootm: optee: Drop special call to bootm_find_other()Simon Glass2-11/+1
2023-12-09bootm: efi: Drop special call to bootm_find_other()Simon Glass2-11/+5
2023-12-09bootm: Simplify Android ramdisk addr in bootm_find_images()Simon Glass1-3/+7
2023-12-09bootm: Reduce arguments to boot_get_loadables()Simon Glass3-20/+13
2023-12-09bootm: Reduce arguments to boot_get_fpga()Simon Glass3-7/+10
2023-12-09bootm: Reduce arguments to boot_get_fdt()Simon Glass3-11/+8
2023-12-09bootm: Pass image buffer to boot_get_fdt()Simon Glass3-36/+38
2023-12-09bootm: Drop #ifdef in bootm_find_images()Simon Glass1-21/+21
2023-12-09fdt: Allow use of fdt_support inside if() statementsSimon Glass1-3/+2
2023-12-09bootm: Reduce arguments to boot_get_ramdisk()Simon Glass3-40/+41
2023-12-09bootm: Reduce arguments to bootm_find_os()Simon Glass1-6/+11
2023-12-09bootm: Move error printing out of boot_get_kernel()Simon Glass1-14/+11
2023-12-09bootstage: Drop BOOTSTAGE_ID_FIT_KERNEL_INFOSimon Glass2-2/+1
2023-12-09bootm: Use the error return from boot_get_kernel()Simon Glass1-3/+3
2023-12-09bootm: Adjust position of unmap_sysmem() in boot_get_kernel()Simon Glass1-2/+2
2023-12-09bootm: Adjust boot_get_kernel() to return an errorSimon Glass1-14/+21
2023-12-09image: Document error codes from fit_image_load()Simon Glass1-1/+7
2023-12-09bootm: Reduce arguments to boot_get_kernel()Simon Glass1-9/+13
2023-12-09image: Tidy up genimg_get_kernel_addr_fit()Simon Glass3-21/+28
2023-12-09bootm: Move boot_get_kernel() higher in the fileSimon Glass1-190/+186
2023-12-09bootm: Simplify arguments for bootm_pre_load()Simon Glass1-7/+16
2023-12-09bootm: Drop arguments from bootm_start()Simon Glass1-3/+2