From 276717514962728501de0b69aee0d9052d9a1366 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Wed, 22 Apr 2015 18:44:34 +1000 Subject: 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 --- README | 2 +- conf/machine/qemuzynqmp.conf | 25 ------------------------- 2 files changed, 1 insertion(+), 26 deletions(-) delete mode 100644 conf/machine/qemuzynqmp.conf diff --git a/README b/README index 2bc66efa..e9a206cb 100644 --- a/README +++ b/README @@ -18,7 +18,7 @@ Boards Supported by this layer: QEMU Models Supported by this layer: * qemumicroblaze (MicroBlaze) * qemuzynq (Zynq) - * qemuzynqmp (ZynqMP) + * Xilinx EP108 (ZynqMP) (Please refer to the associate .conf for more information) 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 @@ -#@TYPE: Machine -#@NAME: qemuzynqmp -#@DESCRIPTION: QEMU Zynq MP model - -require conf/machine/include/tune-zynqmp.inc -require conf/machine/include/machine-xilinx-default.inc - -MACHINE_FEATURES = "" - -EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native" - -# Mainline QEMU does not support Zynq MP, use the Zynq MP specific version. -PREFERRED_VERSION_qemu-native ?= "2.2.0+master+zynqmp%" -PREFERRED_VERSION_nativesdk-qemu ?= "2.2.0+master+zynqmp%" - -SERIAL_CONSOLE = "115200 ttyPS0" - -# Use ZynqMP recipes for Kernal and U-Boot -PREFERRED_PROVIDER_virtual/kernel ?= "linux-zynqmp-mainline" -PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-zynqmp-mainline" - -UBOOT_MACHINE = "xilinx_zynqmp_config" -UBOOT_LOADADDRESS = "0x80000" -UBOOT_ENTRYPOINT = "0x80000" - -- cgit v1.2.3-54-g00ecf