From 64114beedf775d16033032852694ccaabcea267d Mon Sep 17 00:00:00 2001 From: Brian Woods Date: Mon, 19 Jul 2021 15:28:24 -0700 Subject: 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 Reviewed-by: Stefano Stabellini Signed-off-by: Stefano Stabellini --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') 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: ``` -- cgit v1.2.3