aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBrian Woods2021-07-19 15:28:26 -0700
committerStefano Stabellini2021-07-19 17:08:00 -0700
commit13016833786fb07b121cb881c0d6663d91c4a0a2 (patch)
treee90af37190711e7f07ae95da63b52ceba8120fcc /README.md
parent814e04d2e52455bf4de442aa0274992746e34a6c (diff)
Add FIT support with script
Add a "fit" option that uses a script rather than a standard FIT format. This allows traditional imagerbuilder script support to be used with FIT images. Dom0less and everything else works and is free of the limitations that the standard FIT format of using configs has. Signed-off-by: Brian Woods <brian.woods@xilinx.com> Reviewed-by: Stefano Stabellini <sstabellini@kernel.org> Tested-by: Stefano Stabellini <sstabellini@kernel.org> Signed-off-by: Stefano Stabellini <stefano.stabellini@xilinx.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index d3affae..0ba5fe7 100644
--- a/README.md
+++ b/README.md
@@ -112,9 +112,10 @@ Where:\
-t specifies the u-boot command to load the binaries. "tftp", "sd" and
"scsi" are shorthands for "tftpb", "load mmc 0:1" and
"load scsi 0:1", but actually any arbitrary command can be used, for
- instance -t "fatload" is valid. The only special command is fit_std,
- which produces a standard style of fit image without a script, but
- has issues with dom0less configurations and isn't recommended. \
+ instance -t "fatload" is valid. The only special commands are:
+ fit, which generates a FIT image using a script, and fit_std, which
+ produces a standard style of fit image without a script, but has
+ issues with dom0less configurations and isn't recommended. \
-o specifies the output filename for the uboot script and its source.\