summaryrefslogtreecommitdiff
path: root/boot/image-fdt.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-04android: boot: support boot image header version 3 and 4Safae Ouajih1-1/+1
2023-04-04android: boot: add vendor boot image to prepare for v3, v4 supportSafae Ouajih1-1/+2
2023-04-04android: boot: rename andr_img_hdr -> andr_boot_img_hdr_v0Safae Ouajih1-1/+1
2023-02-10Correct SPL use of CMD_PSTORESimon Glass1-1/+1
2023-02-10Correct SPL uses of CMD_FDTSimon Glass1-1/+1
2022-10-18boot: Pass the correct FDT to the EVT_FT_FIXUP eventSimon Glass1-6/+9
2022-10-18boot: Correct handling of addresses in boot_relocate_fdt()Simon Glass1-11/+11
2022-09-29event: Pass the images to EVT_FT_FIXUPSimon Glass1-0/+1
2022-09-29treewide: Drop image_header_t typedefSimon Glass1-3/+3
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass1-3/+3
2022-08-12Convert CONFIG_SYS_FDT_PAD to KconfigTom Rini1-4/+0
2022-08-12event: Add an event for device tree fixupsSimon Glass1-0/+11
2022-04-20image: fdt: Fix DT relocation handling with multiple DRAM banks with gapMarek Vasut1-4/+36
2022-04-19image-fdt: save name of FIT configuration in '/chosen' nodeDaniel Golle1-0/+6
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-1/+1
2021-11-12Create a new boot/ directorySimon Glass1-0/+666