summaryrefslogtreecommitdiff
path: root/boot/bootm.c
AgeCommit message (Expand)Author
2023-12-13bootm: Reduce arguments to boot_get_fdt()Simon Glass
2023-12-13bootm: Pass image buffer to boot_get_fdt()Simon Glass
2023-12-13bootm: Drop #ifdef in bootm_find_images()Simon Glass
2023-12-13bootm: Reduce arguments to boot_get_ramdisk()Simon Glass
2023-12-13bootm: Reduce arguments to bootm_find_os()Simon Glass
2023-12-13bootm: Move error printing out of boot_get_kernel()Simon Glass
2023-12-13bootstage: Drop BOOTSTAGE_ID_FIT_KERNEL_INFOSimon Glass
2023-12-13bootm: Use the error return from boot_get_kernel()Simon Glass
2023-12-13bootm: Adjust position of unmap_sysmem() in boot_get_kernel()Simon Glass
2023-12-13bootm: Adjust boot_get_kernel() to return an errorSimon Glass
2023-12-13bootm: Reduce arguments to boot_get_kernel()Simon Glass
2023-12-13image: Tidy up genimg_get_kernel_addr_fit()Simon Glass
2023-12-13bootm: Move boot_get_kernel() higher in the fileSimon Glass
2023-12-13bootm: Simplify arguments for bootm_pre_load()Simon Glass
2023-12-13bootm: Drop arguments from bootm_start()Simon Glass
2023-10-27Merge tag 'tpm-next-27102023' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2023-10-27bootm: Support boot measurementEddie James
2023-10-06command: Include a required header in command.hSimon Glass
2023-08-11bootstd: cros: Add ARM supportSimon Glass
2023-06-16bootm: don't call booti_setup for EFI imagesHeinrich Schuchardt
2023-04-04android: boot: support boot image header version 3 and 4Safae Ouajih
2023-04-04android: boot: add vendor boot image to prepare for v3, v4 supportSafae Ouajih
2023-02-09Correct SPL uses of CMD_FDTSimon Glass
2023-02-09Correct SPL uses of CMD_BOOTM_PRE_LOADSimon Glass
2023-02-09Correct SPL use of CMD_BOOTISimon Glass
2022-12-07net: Remove eth_legacy.cTom Rini
2022-10-17bootm: Change incorrect 'unsupported' errorSimon Glass
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-08-31bootm: Fix upper bound of FDT overlap checksPali Rohár
2022-08-31image-fit: don't set compression if it can't be readDaniel Golle
2022-08-31bootm: fix typo imape_comp -> image_compDaniel Golle
2022-07-07Convert CONFIG_SYS_BOOTM_LEN to KconfigTom Rini
2022-06-06bootm: Fix Linux silent console on newer kernelsSean Anderson
2022-03-31cmd: bootm: add a stage pre-loadPhilippe Reynes
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-11-11Create a new boot/ directorySimon Glass