aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Orzel2022-09-12 13:59:18 +0200
committerStefano Stabellini2022-09-12 17:51:32 -0700
commit4e2a9e720b9616d16ac1cd1f3021164190cd4508 (patch)
treedab567e6540c3098198c7951396c46ea1f3bda9f
parentb687773b5046beea17064041e543f91b063b50b6 (diff)
Update README.md
Get rid of references to XEN_PASSTHROUGH_PATHS, as there is no such option and it should be replaced with DOMU_PASSTHROUGH_PATHS[number]. Update PASSTHROUGH_DTS_REPO example. The directory storing partial device trees is now device-trees-2021.2/zcu102 instead of device-trees-2021.2. Signed-off-by: Michal Orzel <michal.orzel@amd.com> Reviewed-by: Ayan Kumar Halder <ayankuma@amd.com> Acked-by: Stefano Stabellini <sstabellini@kernel.org>
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 0418183..da9ba78 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ BOOT_CMD="booti"
DEVICE_TREE="mpsoc.dtb"
XEN="xen"
XEN_CMD="console=dtuart dtuart=serial0 dom0_mem=1G dom0_max_vcpus=1 bootscrub=0 vwfi=native sched=null"
-PASSTHROUGH_DTS_REPO="git@github.com:Xilinx/xen-passthrough-device-trees.git device-trees-2021.2"
+PASSTHROUGH_DTS_REPO="git@github.com:Xilinx/xen-passthrough-device-trees.git device-trees-2021.2/zcu102"
DOM0_KERNEL="Image-dom0"
DOM0_CMD="console=hvc0 earlycon=xen earlyprintk=xen clk_ignore_unused"
DOM0_RAMDISK="dom0-ramdisk.cpio"
@@ -99,9 +99,9 @@ Where:
- PASSTHROUGH_DTS_REPO specifies the git repository and/or the directory
which contains the partial device trees. This is optional. However, if
- this is specified, then XEN_PASSTHROUGH_PATHS need to be specified.
+ this is specified, then DOMU_PASSTHROUGH_PATHS[number] need to be specified.
uboot-script-gen will compile the partial device trees which have
- been specified in XEN_PASSTHROUGH_PATHS.
+ been specified in DOMU_PASSTHROUGH_PATHS[number].
- DOM0_KERNEL specifies the Dom0 kernel file to load.
For dom0less configurations, the parameter is optional.