index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
boot
/
image-fdt.c
Age
Commit message (
Expand
)
Author
2025-12-27
boot: Warn users about fdt_high=~0 usage
Marek Vasut
2025-07-09
Merge patch series "Improve Verdin AM62P thermal setup by generalizing ft_boa...
Tom Rini
2025-07-09
boot: Make ft_board_setup_ex() generic
João Paulo Gonçalves
2025-06-25
lmb: use a single function to free up memory
Sughosh Ganu
2025-06-25
lmb: replace the lmb_alloc() and lmb_alloc_base() API's
Sughosh Ganu
2025-06-25
lmb: replace lmb_reserve() and lmb_alloc_addr() API's
Sughosh Ganu
2025-03-26
blkmap: pass information on ISO image to the OS
Sughosh Ganu
2024-12-30
lmb: Remove lmb_alloc_base_flags()
Ilias Apalodimas
2024-12-30
lmb: Remove lmb_reserve_flags()
Ilias Apalodimas
2024-12-30
lmb: Move enum lmb_flags to a u32
Ilias Apalodimas
2024-12-12
boot: fdt: Handle already reserved memory in boot_fdt_reserve_region()
Sam Protsenko
2024-10-29
lmb: Fix lmb_add_region_flags() return codes and testing
Ilias Apalodimas
2024-10-29
fdt: lmb: add reserved regions as no-overwrite
Sughosh Ganu
2024-09-03
lmb: make LMB memory map persistent and global
Sughosh Ganu
2024-07-18
boot: android: Provide vendor_bootimg_addr in boot_get_fdt()
Mattijs Korpershoek
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-06
boot: Remove <common.h> and add needed includes
Tom Rini
2024-04-18
boot: fdt: Turn all addresses and sizes into u64
Marek Vasut
2024-04-11
boot: fdt: Move usable variable below updated comment
Marek Vasut
2024-04-11
boot: fdt: Drop lmb_alloc*() typecasts
Marek Vasut
2024-04-11
boot: fdt: Change type of env_get_bootm_low() to phys_addr_t
Marek Vasut
2024-03-13
fdt: Fix bootm_low handling
Marek Vasut
2023-12-21
boot: add support for fdt_fixup command in environment
Matthias Schiffer
2023-12-13
fdt: Move ft_verify_fdt() before the final fixups
Simon Glass
2023-12-13
fdt: Drop the confusing casts in lmb_free()
Simon Glass
2023-12-13
boot: Move adding initrd earlier in image_setup_libfdt()
Simon Glass
2023-12-13
fdt: ppc: Drop extra size for ramdisk
Simon Glass
2023-12-13
boot: Drop size parameter from image_setup_libfdt()
Simon Glass
2023-12-13
bootm: Reduce arguments to boot_get_fdt()
Simon Glass
2023-12-13
bootm: Pass image buffer to boot_get_fdt()
Simon Glass
2023-04-04
android: boot: support boot image header version 3 and 4
Safae Ouajih
2023-04-04
android: boot: add vendor boot image to prepare for v3, v4 support
Safae Ouajih
2023-04-04
android: boot: rename andr_img_hdr -> andr_boot_img_hdr_v0
Safae Ouajih
2023-02-09
Correct SPL use of CMD_PSTORE
Simon Glass
2023-02-09
Correct SPL uses of CMD_FDT
Simon Glass
2022-10-17
boot: Pass the correct FDT to the EVT_FT_FIXUP event
Simon Glass
2022-10-17
boot: Correct handling of addresses in boot_relocate_fdt()
Simon Glass
2022-09-29
event: Pass the images to EVT_FT_FIXUP
Simon Glass
2022-09-29
treewide: Drop image_header_t typedef
Simon Glass
2022-09-29
treewide: Drop bootm_headers_t typedef
Simon Glass
2022-08-12
Convert CONFIG_SYS_FDT_PAD to Kconfig
Tom Rini
2022-08-12
event: Add an event for device tree fixups
Simon Glass
2022-04-20
image: fdt: Fix DT relocation handling with multiple DRAM banks with gap
Marek Vasut
2022-04-19
image-fdt: save name of FIT configuration in '/chosen' node
Daniel Golle
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
2021-11-11
Create a new boot/ directory
Simon Glass