OSDN Git Service

hw/arm: versal: Add a virtual Xilinx Versal board
authorEdgar E. Iglesias <edgar.iglesias@xilinx.com>
Fri, 2 Nov 2018 13:19:13 +0000 (14:19 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 2 Nov 2018 14:11:31 +0000 (14:11 +0000)
commit6f16da53ffe4567c0353f85055df04860eb4e6fc
treea03f541f1d8428df86d971981e1bde3fd263a493
parentb89de436ff63218d31122b2176f7785b0628b3c6
hw/arm: versal: Add a virtual Xilinx Versal board

Add a virtual Xilinx Versal board.

This board is based on the Xilinx Versal SoC. The exact
details of what peripherals are attached to this board
will remain in control of QEMU. QEMU will generate an
FDT on the fly for Linux and other software to auto-discover
peripherals.

Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Message-id: 20181102131913.1535-3-edgar.iglesias@xilinx.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/Makefile.objs
hw/arm/xlnx-versal-virt.c [new file with mode: 0644]