diff options
author | Simon Glass <sjg@chromium.org> | 2020-10-26 17:39:59 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2020-10-29 14:42:59 -0600 |
commit | f3243303a01eb58eef2a0cd320d562a7af486ddb (patch) | |
tree | 7f2df996ce5d7eb2280bd01abad4184d295cc21e /tools | |
parent | 7b82ce882c3871636fd18205e4684896104b740d (diff) | |
download | u-boot-f3243303a01eb58eef2a0cd320d562a7af486ddb.tar.gz u-boot-f3243303a01eb58eef2a0cd320d562a7af486ddb.tar.bz2 u-boot-f3243303a01eb58eef2a0cd320d562a7af486ddb.zip |
binman: Update the entry docs
This has got out of sync with the entries. Regenerate it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/binman/README.entries | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/tools/binman/README.entries b/tools/binman/README.entries index bdb4fd6ee5..13b930d518 100644 --- a/tools/binman/README.entries +++ b/tools/binman/README.entries @@ -406,6 +406,10 @@ The 'default' property, if present, will be automatically set to the name if of configuration whose devicetree matches the 'default-dt' entry argument, e.g. with '-a default-dt=sun50i-a64-pine64-lts'. +Available substitutions for '@' property values are: + + DEFAULT-SEQ Sequence number of the default fdt,as provided by the + 'default-dt' entry argument Properties (in the 'fit' node itself): fit,external-offset: Indicates that the contents of the FIT are external @@ -739,6 +743,16 @@ placed at offset 'RESET_VECTOR_ADDRESS - 0xffc'. +Entry: scp: Entry containing a System Control Processor (SCP) firmware blob +--------------------------------------------------------------------------- + +Properties / Entry arguments: + - scp-path: Filename of file to read into the entry, typically scp.bin + +This entry holds firmware for an external platform-specific coprocessor. + + + Entry: section: Entry that contains other entries ------------------------------------------------- @@ -878,6 +892,15 @@ relocated to any address for execution. +Entry: u-boot-env: An entry which contains a U-Boot environment +--------------------------------------------------------------- + +Properties / Entry arguments: + - filename: File containing the environment text, with each line in the + form var=value + + + Entry: u-boot-img: U-Boot legacy image -------------------------------------- |