diff options
| author | Alistair Francis <alistair.francis@xilinx.com> | 2016-06-20 12:05:32 -0700 |
|---|---|---|
| committer | Nathan Rossi <nathan@nathanrossi.com> | 2016-06-22 00:42:30 +1000 |
| commit | d520b1d45660c70e514dc8345c6c636b63aae8d3 (patch) | |
| tree | 053bae1506ba3546f24a790c853782516e07484d /conf | |
| parent | 89088fe13e510c50de073ede95bb3e6e0efb85cc (diff) | |
| download | meta-xilinx-d520b1d45660c70e514dc8345c6c636b63aae8d3.tar.gz | |
qemuzynmp: Add the qemuzynqmp machine
Add the qemuzynqmp machine based on the EP108 board.
Signed-off-by: Alistair Francis <alistair.francis@xilinx.com>
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/machine/ep108-zynqmp.conf | 2 | ||||
| -rw-r--r-- | conf/machine/qemuzynqmp.conf | 7 |
2 files changed, 9 insertions, 0 deletions
diff --git a/conf/machine/ep108-zynqmp.conf b/conf/machine/ep108-zynqmp.conf index 73a357f2..17363ef5 100644 --- a/conf/machine/ep108-zynqmp.conf +++ b/conf/machine/ep108-zynqmp.conf | |||
| @@ -21,3 +21,5 @@ UBOOT_ENTRYPOINT = "0x80000" | |||
| 21 | 21 | ||
| 22 | EXTRA_IMAGEDEPENDS += "arm-trusted-firmware" | 22 | EXTRA_IMAGEDEPENDS += "arm-trusted-firmware" |
| 23 | 23 | ||
| 24 | QEMU_DTB = "${KERNEL_IMAGETYPE}-${@os.path.splitext(os.path.basename(d.getVar("KERNEL_DEVICETREE",True)))[0]}" | ||
| 25 | |||
diff --git a/conf/machine/qemuzynqmp.conf b/conf/machine/qemuzynqmp.conf new file mode 100644 index 00000000..8b4dd5d2 --- /dev/null +++ b/conf/machine/qemuzynqmp.conf | |||
| @@ -0,0 +1,7 @@ | |||
| 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 | ||
