summaryrefslogtreecommitdiffstats
path: root/tools/binman/README.entries
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2018-09-14 04:57:35 -0600
committerSimon Glass <sjg@chromium.org>2018-09-29 11:49:35 -0600
commitfe1ae3ecc3a2203babd7837bd2d5cf514a374c1f (patch)
tree8a6ebd631bb6fe83a419ae23b136680e81f435e8 /tools/binman/README.entries
parentf8f8df6eb870b53e025aa447f8d40cd2ce2a77f6 (diff)
downloadu-boot-fe1ae3ecc3a2203babd7837bd2d5cf514a374c1f.tar.gz
u-boot-fe1ae3ecc3a2203babd7837bd2d5cf514a374c1f.tar.xz
u-boot-fe1ae3ecc3a2203babd7837bd2d5cf514a374c1f.zip
binman: Support ELF files for U-Boot and SPL
For sandbox we want to put ELF files in the image since that is what we need to execute. Add support for this. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/binman/README.entries')
-rw-r--r--tools/binman/README.entries22
1 files changed, 22 insertions, 0 deletions
diff --git a/tools/binman/README.entries b/tools/binman/README.entries
index 4dd67d64fa..69b435f96e 100644
--- a/tools/binman/README.entries
+++ b/tools/binman/README.entries
@@ -361,6 +361,17 @@ it available to u_boot_ucode.
+Entry: u-boot-elf: U-Boot ELF image
+-----------------------------------
+
+Properties / Entry arguments:
+ - filename: Filename of u-boot (default 'u-boot')
+
+This is the U-Boot ELF image. It does not include a device tree but can be
+relocated to any address for execution.
+
+
+
Entry: u-boot-img: U-Boot legacy image
--------------------------------------
@@ -444,6 +455,17 @@ to activate.
+Entry: u-boot-spl-elf: U-Boot SPL ELF image
+-------------------------------------------
+
+Properties / Entry arguments:
+ - filename: Filename of SPL u-boot (default 'spl/u-boot')
+
+This is the U-Boot SPL ELF image. It does not include a device tree but can
+be relocated to any address for execution.
+
+
+
Entry: u-boot-spl-nodtb: SPL binary without device tree appended
----------------------------------------------------------------