diff options
| author | Nathan Rossi <nathan.rossi@xilinx.com> | 2015-04-22 18:44:34 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2015-04-22 18:44:34 +1000 |
| commit | 276717514962728501de0b69aee0d9052d9a1366 (patch) | |
| tree | 8efcaf0b524ee6a4d0a0ed2e8ade93e1d1173912 | |
| parent | 63ec4d29fe501c65dd2a8092df60e288a7556a90 (diff) | |
| download | meta-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-- | README | 2 | ||||
| -rw-r--r-- | conf/machine/qemuzynqmp.conf | 25 |
2 files changed, 1 insertions, 26 deletions
| @@ -18,7 +18,7 @@ Boards Supported by this layer: | |||
| 18 | QEMU Models Supported by this layer: | 18 | QEMU 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 | |||
| 5 | require conf/machine/include/tune-zynqmp.inc | ||
| 6 | require conf/machine/include/machine-xilinx-default.inc | ||
| 7 | |||
| 8 | MACHINE_FEATURES = "" | ||
| 9 | |||
| 10 | EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native" | ||
| 11 | |||
| 12 | # Mainline QEMU does not support Zynq MP, use the Zynq MP specific version. | ||
| 13 | PREFERRED_VERSION_qemu-native ?= "2.2.0+master+zynqmp%" | ||
| 14 | PREFERRED_VERSION_nativesdk-qemu ?= "2.2.0+master+zynqmp%" | ||
| 15 | |||
| 16 | SERIAL_CONSOLE = "115200 ttyPS0" | ||
| 17 | |||
| 18 | # Use ZynqMP recipes for Kernal and U-Boot | ||
| 19 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-zynqmp-mainline" | ||
| 20 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-zynqmp-mainline" | ||
| 21 | |||
| 22 | UBOOT_MACHINE = "xilinx_zynqmp_config" | ||
| 23 | UBOOT_LOADADDRESS = "0x80000" | ||
| 24 | UBOOT_ENTRYPOINT = "0x80000" | ||
| 25 | |||
