summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2015-04-22 18:44:34 +1000
committerNathan Rossi <nathan.rossi@xilinx.com>2015-04-22 18:44:34 +1000
commit276717514962728501de0b69aee0d9052d9a1366 (patch)
tree8efcaf0b524ee6a4d0a0ed2e8ade93e1d1173912
parent63ec4d29fe501c65dd2a8092df60e288a7556a90 (diff)
downloadmeta-xilinx-276717514962728501de0b69aee0d9052d9a1366.tar.gz
qemuzynqmp: Drop this machine
* This machine does not match a QEMU machine model * This is superseeded by the ep108-zynqmp machine being modelled by QEMU Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
-rw-r--r--README2
-rw-r--r--conf/machine/qemuzynqmp.conf25
2 files changed, 1 insertions, 26 deletions
diff --git a/README b/README
index 2bc66efa..e9a206cb 100644
--- a/README
+++ b/README
@@ -18,7 +18,7 @@ Boards Supported by this layer:
18QEMU Models Supported by this layer: 18QEMU Models Supported by this layer:
19 * qemumicroblaze (MicroBlaze) 19 * qemumicroblaze (MicroBlaze)
20 * qemuzynq (Zynq) 20 * qemuzynq (Zynq)
21 * qemuzynqmp (ZynqMP) 21 * Xilinx EP108 (ZynqMP)
22 22
23(Please refer to the associate .conf for more information) 23(Please refer to the associate .conf for more information)
24 24
diff --git a/conf/machine/qemuzynqmp.conf b/conf/machine/qemuzynqmp.conf
deleted file mode 100644
index d212190a..00000000
--- a/conf/machine/qemuzynqmp.conf
+++ /dev/null
@@ -1,25 +0,0 @@
1#@TYPE: Machine
2#@NAME: qemuzynqmp
3#@DESCRIPTION: QEMU Zynq MP model
4
5require conf/machine/include/tune-zynqmp.inc
6require conf/machine/include/machine-xilinx-default.inc
7
8MACHINE_FEATURES = ""
9
10EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native"
11
12# Mainline QEMU does not support Zynq MP, use the Zynq MP specific version.
13PREFERRED_VERSION_qemu-native ?= "2.2.0+master+zynqmp%"
14PREFERRED_VERSION_nativesdk-qemu ?= "2.2.0+master+zynqmp%"
15
16SERIAL_CONSOLE = "115200 ttyPS0"
17
18# Use ZynqMP recipes for Kernal and U-Boot
19PREFERRED_PROVIDER_virtual/kernel ?= "linux-zynqmp-mainline"
20PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-zynqmp-mainline"
21
22UBOOT_MACHINE = "xilinx_zynqmp_config"
23UBOOT_LOADADDRESS = "0x80000"
24UBOOT_ENTRYPOINT = "0x80000"
25