diff options
author | 2016-09-03 23:33:28 +1000 | |
---|---|---|
committer | 2016-09-30 00:27:20 +1000 | |
commit | ebb718efd39c2fd64ebee6e7c40acaa2b5f8050d (patch) | |
tree | ce033c9b7910f3ae299c750f9e33b97ffaf994ae /README.md | |
parent | 981d04a0dd3eb4e48ac12937c0d15fb846bc5a5f (diff) | |
download | meta-xilinx-ebb718efd39c2fd64ebee6e7c40acaa2b5f8050d.tar.gz meta-xilinx-ebb718efd39c2fd64ebee6e7c40acaa2b5f8050d.tar.bz2 meta-xilinx-ebb718efd39c2fd64ebee6e7c40acaa2b5f8050d.zip |
ep108-zynqmp, zcu102-zynqmp: Add runqemu support
The ep108-zynqmp machine already has support in QEMU however was exposed
as the qemuzynqmp machine. QEMU 2.7 introduced support for the
'xlnx-zcu102' machine model. This allows for runqemu to boot a machine
based on the ep108 or zcu102 hardware. The support added is based on the
configuration that was in qemuzynqmp.
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ Boards/Machines supported by this layer: * [Digilent Zybo Linux BD](conf/machine/zybo-linux-bd-zynq7.conf) - `zybo-linux-bd-zynq7` * ZynqMP: * [Xilinx EP108](conf/machine/ep108-zynqmp.conf) - `ep108-zynqmp` (QEMU support) - * [Xilinx ZCU102](conf/machine/zcu102-zynqmp.conf) - `zcu102-zynqmp` + * [Xilinx ZCU102](conf/machine/zcu102-zynqmp.conf) - `zcu102-zynqmp` (QEMU support) Additional information on Xilinx architectures can be found at: http://www.xilinx.com/support/index.htm |