aboutsummaryrefslogtreecommitdiff
path: root/boot/image-fdt.c
Commit message (Expand)AuthorAgeFilesLines
* boot: add support for fdt_fixup command in environmentMatthias Schiffer2023-12-211-3/+17
* fdt: Move ft_verify_fdt() before the final fixupsSimon Glass2023-12-131-3/+4
* fdt: Drop the confusing casts in lmb_free()Simon Glass2023-12-131-3/+2
* boot: Move adding initrd earlier in image_setup_libfdt()Simon Glass2023-12-131-1/+4
* fdt: ppc: Drop extra size for ramdiskSimon Glass2023-12-131-7/+0
* boot: Drop size parameter from image_setup_libfdt()Simon Glass2023-12-131-1/+2
* bootm: Reduce arguments to boot_get_fdt()Simon Glass2023-12-131-6/+3
* bootm: Pass image buffer to boot_get_fdt()Simon Glass2023-12-131-29/+3
* android: boot: support boot image header version 3 and 4Safae Ouajih2023-04-041-1/+1
* android: boot: add vendor boot image to prepare for v3, v4 supportSafae Ouajih2023-04-041-1/+2
* android: boot: rename andr_img_hdr -> andr_boot_img_hdr_v0Safae Ouajih2023-04-041-1/+1
* Correct SPL use of CMD_PSTORESimon Glass2023-02-091-1/+1
* Correct SPL uses of CMD_FDTSimon Glass2023-02-091-1/+1
* boot: Pass the correct FDT to the EVT_FT_FIXUP eventSimon Glass2022-10-171-6/+9
* boot: Correct handling of addresses in boot_relocate_fdt()Simon Glass2022-10-171-11/+11
* event: Pass the images to EVT_FT_FIXUPSimon Glass2022-09-291-0/+1
* treewide: Drop image_header_t typedefSimon Glass2022-09-291-3/+3
* treewide: Drop bootm_headers_t typedefSimon Glass2022-09-291-3/+3
* Convert CONFIG_SYS_FDT_PAD to KconfigTom Rini2022-08-121-4/+0
* event: Add an event for device tree fixupsSimon Glass2022-08-121-0/+11
* image: fdt: Fix DT relocation handling with multiple DRAM banks with gapMarek Vasut2022-04-201-4/+36
* image-fdt: save name of FIT configuration in '/chosen' nodeDaniel Golle2022-04-191-0/+6
* doc: replace @return by Return:Heinrich Schuchardt2022-01-191-1/+1
* Create a new boot/ directorySimon Glass2021-11-111-0/+666