summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAristo Chen <[email protected]>2025-09-14 10:59:32 +0000
committerTom Rini <[email protected]>2025-09-23 13:35:22 -0600
commit4907a920e8292e9e38ddab4d211dfd5499097a8c (patch)
treead65d7c59f1011f06a3c4e48cf0ff516c61e6782 /scripts
parent8f3d3510e31ebc7b2057f431322a7174b6b60ea6 (diff)
doc: binman: Add guidance for determining ELF load addresses
Add documentation to help users understand how to determine where ELF files will be loaded when using binman's 'fit,load' property. This addresses the common confusion about how load addresses are determined from ELF files. The documentation explains three methods: 1. Using readelf to examine program headers 2. Checking the linker script (.lds file) 3. Using objdump to see section addresses Also includes a specific example from binman tests showing how elf_sections.lds sets ATF load address to 0x00000010 and elf_sections_tee.lds sets TEE load address to 0x00100010 to avoid memory overlap conflicts. This helps users debug memory layout conflicts more efficiently when working with FIT images containing multiple ELF components. Signed-off-by: Aristo Chen <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions