aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBrian Woods2021-07-19 15:28:24 -0700
committerStefano Stabellini2021-07-19 17:08:00 -0700
commit64114beedf775d16033032852694ccaabcea267d (patch)
treec06bd357d68f960442e6c3c4e5cb04764efdc8f9 /README.md
parentf4b1ad9e1bfe85d36956a8b6272d816202a36e22 (diff)
Add support for modding device tree
Rather than using an uboot script to modify the device tree, allow an config option to be specified so that a device tree is generated as well. Making it to see what exactly is given to Xen. Signed-off-by: Brian Woods <brian.woods@xilinx.com> Reviewed-by: Stefano Stabellini <sstabellini@kernel.org> Signed-off-by: Stefano Stabellini <stefano.stabellini@xilinx.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0dade3c..740c872 100644
--- a/README.md
+++ b/README.md
@@ -47,6 +47,7 @@ DOMU_VCPUS[1]=1
UBOOT_SOURCE="boot.source"
UBOOT_SCRIPT="boot.scr"
+FDTEDIT="imagebuilder.dtb"
```
Where:
@@ -94,6 +95,9 @@ Where:
as you can pass -o FILENAME to uboot-script-gen as a command line
parameter
+- FDTEDIT is an optional and is off by default. Specifies the output
+ modifited dtb, used for reference only.
+
Then you can invoke uboot-script-gen as follows:
```