summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-08-18 02:16:45 -0600
committerSimon Glass <sjg@chromium.org>2022-08-26 16:32:59 -0600
commit071286021a862bf35fb92777cfa5b4f722d95394 (patch)
treea73ae5caa2ee355c55df6db4994924862c4ff9eb /tools
parent65af8f2c60354e0e4adddac86a7062edfb6d9400 (diff)
binman: Mention split-elf in the main docs
Since we are talking about ATF, add mention of this new feature too. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/binman/binman.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/binman/binman.rst b/tools/binman/binman.rst
index f94fd7e2a5..338b5500e8 100644
--- a/tools/binman/binman.rst
+++ b/tools/binman/binman.rst
@@ -236,6 +236,10 @@ variable. Within binman, this EntryArg is picked up by the `Entry_atf_bl31`
etype. An EntryArg is simply an argument to the entry. The `atf-bl31-path`
name is documented in :ref:`etype_atf_bl31`.
+Taking this a little further, when binman is used to create a FIT, it supports
+using an ELF file, e.g. `bl31.elf` and splitting it into separate pieces (with
+`fit,operation = "split-elf"`), each with its own load address.
+
Invoking binman outside U-Boot
------------------------------