summaryrefslogtreecommitdiff
path: root/boot/bootm.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-02-10Correct SPL uses of CMD_FDTSimon Glass1-1/+1
2023-02-10Correct SPL uses of CMD_BOOTM_PRE_LOADSimon Glass1-2/+2
2023-02-10Correct SPL use of CMD_BOOTISimon Glass1-1/+1
2022-12-08net: Remove eth_legacy.cTom Rini1-3/+0
2022-10-18bootm: Change incorrect 'unsupported' errorSimon Glass1-1/+1
2022-09-29treewide: Drop image_header_t typedefSimon Glass1-4/+4
2022-09-29treewide: Drop image_info_t typedefSimon Glass1-1/+1
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass1-8/+8
2022-08-31bootm: Fix upper bound of FDT overlap checksPali Rohár1-2/+2
2022-08-31image-fit: don't set compression if it can't be readDaniel Golle1-4/+2
2022-08-31bootm: fix typo imape_comp -> image_compDaniel Golle1-4/+4
2022-07-07Convert CONFIG_SYS_BOOTM_LEN to KconfigTom Rini1-13/+11
2022-06-07bootm: Fix Linux silent console on newer kernelsSean Anderson1-7/+9
2022-03-31cmd: bootm: add a stage pre-loadPhilippe Reynes1-0/+33
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-5/+5
2021-11-12Create a new boot/ directorySimon Glass1-0/+1038