]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
binman: Mention split-elf in the main docs
authorSimon Glass <sjg@chromium.org>
Thu, 18 Aug 2022 08:16:45 +0000 (02:16 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 26 Aug 2022 22:32:59 +0000 (16:32 -0600)
Since we are talking about ATF, add mention of this new feature too.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/binman.rst

index f94fd7e2a53c0ed9b5eb8bed6e748c71dad5421a..338b5500e82689151ab39a5364dbb36b8225a899 100644 (file)
@@ -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
 ------------------------------