summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-12-31 16:30:31 -0500
committerTom Rini <[email protected]>2022-12-31 16:30:31 -0500
commit3aa14d76182dbbaf9fed4deeaf362f083b9d2f5b (patch)
tree9a4c733db8ec3b99444a5ff9177aeb709459ad07 /doc
parent3e4cbe184a0f6537abb457d6afa61224396c4e46 (diff)
parentbcc85b96b5ffbbce19a89747138feb873d918915 (diff)
Merge branch '2022-12-31-cmd-source-support-specifying-config-name' into next
To quote the author: This series adds support for using configs with the source command. And to paraphrase the rest, see the patch commit messages for more details.
Diffstat (limited to 'doc')
-rw-r--r--doc/uImage.FIT/source_file_format.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/uImage.FIT/source_file_format.txt b/doc/uImage.FIT/source_file_format.txt
index 4640e38e3cc..269e1fa0b58 100644
--- a/doc/uImage.FIT/source_file_format.txt
+++ b/doc/uImage.FIT/source_file_format.txt
@@ -247,6 +247,7 @@ o config-1
|- kernel = "kernel sub-node unit name"
|- fdt = "fdt sub-node unit-name" [, "fdt overlay sub-node unit-name", ...]
|- loadables = "loadables sub-node unit-name"
+ |- script = "
|- compatible = "vendor,board-style device tree compatible string"
@@ -268,6 +269,8 @@ o config-1
of strings. U-Boot will load each binary at its given start-address and
may optionally invoke additional post-processing steps on this binary based
on its component image node type.
+ - script : The image to use when loading a U-Boot script (for use with the
+ source command).
- compatible : The root compatible string of the U-Boot device tree that
this configuration shall automatically match when CONFIG_FIT_BEST_MATCH is
enabled. If this property is not provided, the compatible string will be