summaryrefslogtreecommitdiff
path: root/boot/image-fdt.c
AgeCommit message (Expand)Author
2025-07-09Merge patch series "Improve Verdin AM62P thermal setup by generalizing ft_boa...Tom Rini
2025-07-09boot: Make ft_board_setup_ex() genericJoão Paulo Gonçalves
2025-06-25lmb: use a single function to free up memorySughosh Ganu
2025-06-25lmb: replace the lmb_alloc() and lmb_alloc_base() API'sSughosh Ganu
2025-06-25lmb: replace lmb_reserve() and lmb_alloc_addr() API'sSughosh Ganu
2025-03-26blkmap: pass information on ISO image to the OSSughosh Ganu
2024-12-30lmb: Remove lmb_alloc_base_flags()Ilias Apalodimas
2024-12-30lmb: Remove lmb_reserve_flags()Ilias Apalodimas
2024-12-30lmb: Move enum lmb_flags to a u32Ilias Apalodimas
2024-12-12boot: fdt: Handle already reserved memory in boot_fdt_reserve_region()Sam Protsenko
2024-10-29lmb: Fix lmb_add_region_flags() return codes and testingIlias Apalodimas
2024-10-29fdt: lmb: add reserved regions as no-overwriteSughosh Ganu
2024-09-03lmb: make LMB memory map persistent and globalSughosh Ganu
2024-07-18boot: android: Provide vendor_bootimg_addr in boot_get_fdt()Mattijs Korpershoek
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06boot: Remove <common.h> and add needed includesTom Rini
2024-04-18boot: fdt: Turn all addresses and sizes into u64Marek Vasut
2024-04-11boot: fdt: Move usable variable below updated commentMarek Vasut
2024-04-11boot: fdt: Drop lmb_alloc*() typecastsMarek Vasut
2024-04-11boot: fdt: Change type of env_get_bootm_low() to phys_addr_tMarek Vasut
2024-03-13fdt: Fix bootm_low handlingMarek Vasut
2023-12-21boot: add support for fdt_fixup command in environmentMatthias Schiffer
2023-12-13fdt: Move ft_verify_fdt() before the final fixupsSimon Glass
2023-12-13fdt: Drop the confusing casts in lmb_free()Simon Glass
2023-12-13boot: Move adding initrd earlier in image_setup_libfdt()Simon Glass
2023-12-13fdt: ppc: Drop extra size for ramdiskSimon Glass
2023-12-13boot: Drop size parameter from image_setup_libfdt()Simon Glass
2023-12-13bootm: Reduce arguments to boot_get_fdt()Simon Glass
2023-12-13bootm: Pass image buffer to boot_get_fdt()Simon Glass
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-04-04android: boot: rename andr_img_hdr -> andr_boot_img_hdr_v0Safae Ouajih
2023-02-09Correct SPL use of CMD_PSTORESimon Glass
2023-02-09Correct SPL uses of CMD_FDTSimon Glass
2022-10-17boot: Pass the correct FDT to the EVT_FT_FIXUP eventSimon Glass
2022-10-17boot: Correct handling of addresses in boot_relocate_fdt()Simon Glass
2022-09-29event: Pass the images to EVT_FT_FIXUPSimon Glass
2022-09-29treewide: Drop image_header_t typedefSimon Glass
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass
2022-08-12Convert CONFIG_SYS_FDT_PAD to KconfigTom Rini
2022-08-12event: Add an event for device tree fixupsSimon Glass
2022-04-20image: fdt: Fix DT relocation handling with multiple DRAM banks with gapMarek Vasut
2022-04-19image-fdt: save name of FIT configuration in '/chosen' nodeDaniel Golle
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-11-11Create a new boot/ directorySimon Glass