diff options
author | Nathan Rossi <nathan@nathanrossi.com> | 2016-09-03 23:34:26 +1000 |
---|---|---|
committer | Nathan Rossi <nathan@nathanrossi.com> | 2016-09-30 00:27:20 +1000 |
commit | 981d04a0dd3eb4e48ac12937c0d15fb846bc5a5f (patch) | |
tree | 351f9f38f2d3ad118fc4823bd26f3ad133617500 | |
parent | aa1afe6327fb34734dfdc8fd843cb75ac820dcdf (diff) | |
download | meta-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.conf | 19 |
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 | |||
5 | MACHINEOVERRIDES =. "ep108-zynqmp:" | ||
6 | |||
7 | require conf/machine/ep108-zynqmp.conf | ||
8 | |||
9 | # For runqemu | ||
10 | IMAGE_CLASSES += "qemuboot" | ||
11 | QB_SYSTEM_NAME = "qemu-system-aarch64" | ||
12 | QB_MACHINE = "-machine xlnx-ep108" | ||
13 | QB_CPU = "-cpu cortex-a57" | ||
14 | QB_MEM = "-m 2048" | ||
15 | QB_DTB = "${QEMU_DTB}.dtb" | ||
16 | QB_SERIAL_OPT = "-serial mon:stdio -serial null" | ||
17 | QB_DEFAULT_KERNEL = "Image" | ||
18 | QB_DEFAULT_FSTYPE = "cpio" | ||
19 | QB_KERNEL_CMDLINE_APPEND = "console=ttyPS0" | ||