[meta-xilinx] [PATCH v2] qemuzynmp: Add the qemuzynqmp machine
Alistair Francis
alistair.francis at xilinx.com
Mon Jun 20 12:05:32 PDT 2016
Add the qemuzynqmp machine based on the EP108 board.
Signed-off-by: Alistair Francis <alistair.francis at xilinx.com>
---
conf/machine/ep108-zynqmp.conf | 2 ++
conf/machine/qemuzynqmp.conf | 7 +++++++
2 files changed, 9 insertions(+)
create mode 100644 conf/machine/qemuzynqmp.conf
diff --git a/conf/machine/ep108-zynqmp.conf b/conf/machine/ep108-zynqmp.conf
index 73a357f..17363ef 100644
--- a/conf/machine/ep108-zynqmp.conf
+++ b/conf/machine/ep108-zynqmp.conf
@@ -21,3 +21,5 @@ UBOOT_ENTRYPOINT = "0x80000"
EXTRA_IMAGEDEPENDS += "arm-trusted-firmware"
+QEMU_DTB = "${KERNEL_IMAGETYPE}-${@os.path.splitext(os.path.basename(d.getVar("KERNEL_DEVICETREE",True)))[0]}"
+
diff --git a/conf/machine/qemuzynqmp.conf b/conf/machine/qemuzynqmp.conf
new file mode 100644
index 0000000..8b4dd5d
--- /dev/null
+++ b/conf/machine/qemuzynqmp.conf
@@ -0,0 +1,7 @@
+#@TYPE: Machine
+#@NAME: qemuzynqmp
+#@DESCRIPTION: Zynq UltraScale+ QEMU machine support ('xlnx-ep108' model)
+
+MACHINEOVERRIDES =. "ep108-zynqmp:"
+
+require conf/machine/ep108-zynqmp.conf
--
2.7.4
More information about the meta-xilinx
mailing list