aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrei Cherechesu2022-07-27 13:08:27 -0700
committerStefano Stabellini2022-07-27 13:08:27 -0700
commitf6199342722c64a283d006b473b43918e93b4119 (patch)
tree7ac27a965168dcff817a8ab99439999a25074a30 /README.md
parentc1f3a20e36dd7837e9e715b24ce7ee6ddb73fc12 (diff)
Added the parsing for APPEND_EXTRA_CMDS variable, which enables the
user to specify the path to a text file that contains, on each line, u-boot commands that will be added to the generated script as "fixups", before the boot command. The file specified by the APPEND_EXTRA_CMDS variable parameter will be copied as-is in the generated script. Signed-off-by: Andrei Cherechesu <andrei.cherechesu@nxp.com> Signed-off-by: Stefano Stabellini <stefano.stabellini@amd.com> Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index cb15ca5..3566a6d 100644
--- a/README.md
+++ b/README.md
@@ -64,6 +64,7 @@ BOOT_AUX_FILE[1]="uboot.cfg"
UBOOT_SOURCE="boot.source"
UBOOT_SCRIPT="boot.scr"
+APPEND_EXTRA_CMDS="extra.txt"
FDTEDIT="imagebuilder.dtb"
FIT="boot.fit"
FIT_ENC_KEY_DIR="dir/key"
@@ -197,6 +198,10 @@ Where:
as you can pass -o FILENAME to uboot-script-gen as a command line
parameter
+- APPEND_EXTRA_CMDS: is optional and specifies the path to a text file
+ containing extra u-boot commands to be added to the boot script before
+ the boot command. Useful for running custom fixup commands.
+
- FDTEDIT is an optional and is off by default. Specifies the output
modified dtb, used for reference and fdt_std.