index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
boot
/
image-fdt.c
Age
Commit message (
Expand
)
Author
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