summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2016-09-03 23:34:26 +1000
committerNathan Rossi <nathan@nathanrossi.com>2016-09-30 00:27:20 +1000
commit981d04a0dd3eb4e48ac12937c0d15fb846bc5a5f (patch)
tree351f9f38f2d3ad118fc4823bd26f3ad133617500
parentaa1afe6327fb34734dfdc8fd843cb75ac820dcdf (diff)
downloadmeta-xilinx-981d04a0dd3eb4e48ac12937c0d15fb846bc5a5f.tar.gz
qemuzynqmp: Remove this machine
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@nathanrossi.com>
-rw-r--r--conf/machine/qemuzynqmp.conf19
1 files changed, 0 insertions, 19 deletions
diff --git a/conf/machine/qemuzynqmp.conf b/conf/machine/qemuzynqmp.conf
deleted file mode 100644
index 6fa93b16..00000000
--- a/conf/machine/qemuzynqmp.conf
+++ /dev/null
@@ -1,19 +0,0 @@
1#@TYPE: Machine
2#@NAME: qemuzynqmp
3#@DESCRIPTION: Zynq UltraScale+ QEMU machine support ('xlnx-ep108' model)
4
5MACHINEOVERRIDES =. "ep108-zynqmp:"
6
7require conf/machine/ep108-zynqmp.conf
8
9# For runqemu
10IMAGE_CLASSES += "qemuboot"
11QB_SYSTEM_NAME = "qemu-system-aarch64"
12QB_MACHINE = "-machine xlnx-ep108"
13QB_CPU = "-cpu cortex-a57"
14QB_MEM = "-m 2048"
15QB_DTB = "${QEMU_DTB}.dtb"
16QB_SERIAL_OPT = "-serial mon:stdio -serial null"
17QB_DEFAULT_KERNEL = "Image"
18QB_DEFAULT_FSTYPE = "cpio"
19QB_KERNEL_CMDLINE_APPEND = "console=ttyPS0"