index
:
u-boot-toradex.git
2011.12-colibri_vf
2014.04-toradex
2014.10-toradex
2014.10-toradex-next
2015.04-imx7-1.1.0_ga-toradex-next
2015.04-toradex
2015.04-toradex-next
2016.11-toradex
2016.11-toradex-next
colibri
colibri-next
colibri_vf
master
toradex_2019.07
toradex_2019.07-next
toradex_2020.07
toradex_imx6
toradex_imx_lf_v2022.04
toradex_imx_lf_v2024.04
toradex_imx_v2017.03_4.9.123_imx8mm_ga-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta1-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta2-bring_up
toradex_imx_v2018.03_4.14.62_1.0.0_beta-bringup
toradex_imx_v2018.03_4.14.78_1.0.0_ga-bringup
toradex_imx_v2018.03_4.14.98_2.3.0_bringup
toradex_imx_v2020.04_5.4.24_2.1.0
toradex_imx_v2020.04_5.4.70_2.3.0
toradex_ti-u-boot-2021.01_bringup
toradex_ti-u-boot-2023.04
toradex_ti-u-boot-2024.04
toradex_u-boot-2024.07_smarc-imx8mp-bringup
U-Boot bootloader for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
boot
/
image-fdt.c
Age
Commit message (
Expand
)
Author
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