Skip to content
Commit 40c8bdd8 authored by Simon Glass's avatar Simon Glass
Browse files

binman: Support splitting an ELF file into multiple nodes



Some boards need to load an ELF file using the 'loadables' property, but
the file has segments at different memory addresses. This means that it
cannot be supplied as a flat binary.

Allow generating a separate node in the FIT for each segment in the ELF,
with a different load address for each.

Also add checks that the fit,xxx directives are valid.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
Acked-by: default avatarAlper Nebi Yasak <alpernebiyasak@gmail.com>
parent 2337eca2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment