From fda10db5497de7616cabf757183ed5a5b616b1b7 Mon Sep 17 00:00:00 2001 From: Stefano Stabellini Date: Thu, 1 Aug 2019 15:19:03 -0700 Subject: Move multi-domain configuration to imagebuilder Previously it was expected to come with zynqmp-dt-config-package. Add documentation on how to add addition VMs to the automatic boot. Signed-off-by: Stefano Stabellini --- config | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 config (limited to 'config') diff --git a/config b/config new file mode 100644 index 0000000..274e636 --- /dev/null +++ b/config @@ -0,0 +1,17 @@ +MEMORY_START="0x0" +MEMORY_END="0x80000000" + +DEVICE_TREE="mpsoc.dtb" +XEN="xen" +DOM0_KERNEL="Image-dom0" +DOM0_RAMDISK="dom0-ramdisk.cpio" + +NUM_DOMUS=2 +DOMU_KERNEL[0]="zynqmp-dom1/Image-domU" +DOMU_RAMDISK[0]="zynqmp-dom1/domU-ramdisk.cpio" +DOMU_PASSTHROUGH_DTB[0]="zynqmp-dom1/passthrough-example-part.dtb" +DOMU_KERNEL[1]="zynqmp-dom2/Image-domU" +DOMU_RAMDISK[1]="zynqmp-dom2/domU-ramdisk.cpio" + +UBOOT_SOURCE="boot.source" +UBOOT_SCRIPT="boot.scr" -- cgit v1.2.3