[meta-xilinx] [PATCH 13/29] qemuzynqmp: Remove this machine

Nathan Rossi nathan at nathanrossi.com
Wed Sep 28 08:15:40 PDT 2016


Remove this machine due to it not being required. The runqemu tools now
support running machines base on bsp layer configuration which
ep108-zynqmp now provides.

Signed-off-by: Nathan Rossi <nathan at nathanrossi.com>
---
 conf/machine/qemuzynqmp.conf | 19 -------------------
 1 file changed, 19 deletions(-)
 delete mode 100644 conf/machine/qemuzynqmp.conf

diff --git a/conf/machine/qemuzynqmp.conf b/conf/machine/qemuzynqmp.conf
deleted file mode 100644
index 6fa93b164b..0000000000
--- a/conf/machine/qemuzynqmp.conf
+++ /dev/null
@@ -1,19 +0,0 @@
-#@TYPE: Machine
-#@NAME: qemuzynqmp
-#@DESCRIPTION: Zynq UltraScale+ QEMU machine support ('xlnx-ep108' model)
-
-MACHINEOVERRIDES =. "ep108-zynqmp:"
-
-require conf/machine/ep108-zynqmp.conf
-
-# For runqemu
-IMAGE_CLASSES += "qemuboot"
-QB_SYSTEM_NAME = "qemu-system-aarch64"
-QB_MACHINE = "-machine xlnx-ep108"
-QB_CPU = "-cpu cortex-a57"
-QB_MEM = "-m 2048"
-QB_DTB = "${QEMU_DTB}.dtb"
-QB_SERIAL_OPT = "-serial mon:stdio -serial null"
-QB_DEFAULT_KERNEL = "Image"
-QB_DEFAULT_FSTYPE = "cpio"
-QB_KERNEL_CMDLINE_APPEND = "console=ttyPS0"
-- 
2.9.3



More information about the meta-xilinx mailing list