summaryrefslogtreecommitdiff
path: root/boot/bootm.c
Commit message (Expand)AuthorAgeFilesLines
* android: boot: support boot image header version 3 and 4Safae Ouajih2023-04-041-5/+32
* android: boot: add vendor boot image to prepare for v3, v4 supportSafae Ouajih2023-04-041-4/+4
* Correct SPL uses of CMD_FDTSimon Glass2023-02-091-1/+1
* Correct SPL uses of CMD_BOOTM_PRE_LOADSimon Glass2023-02-091-2/+2
* Correct SPL use of CMD_BOOTISimon Glass2023-02-091-1/+1
* net: Remove eth_legacy.cTom Rini2022-12-071-3/+0
* bootm: Change incorrect 'unsupported' errorSimon Glass2022-10-171-1/+1
* treewide: Drop image_header_t typedefSimon Glass2022-09-291-4/+4
* treewide: Drop image_info_t typedefSimon Glass2022-09-291-1/+1
* treewide: Drop bootm_headers_t typedefSimon Glass2022-09-291-8/+8
* bootm: Fix upper bound of FDT overlap checksPali Rohár2022-08-311-2/+2
* image-fit: don't set compression if it can't be readDaniel Golle2022-08-311-4/+2
* bootm: fix typo imape_comp -> image_compDaniel Golle2022-08-311-4/+4
* Convert CONFIG_SYS_BOOTM_LEN to KconfigTom Rini2022-07-071-13/+11
* bootm: Fix Linux silent console on newer kernelsSean Anderson2022-06-061-7/+9
* cmd: bootm: add a stage pre-loadPhilippe Reynes2022-03-311-0/+33
* doc: replace @return by Return:Heinrich Schuchardt2022-01-191-5/+5
* Create a new boot/ directorySimon Glass2021-11-111-0/+1038