b89de436ff
Add a model of Xilinx Versal SoC. Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> Message-id: 20181102131913.1535-2-edgar.iglesias@xilinx.com Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
13 lines
257 B
Makefile
13 lines
257 B
Makefile
# Default configuration for aarch64-softmmu
|
|
|
|
# We support all the 32 bit boards so need all their config
|
|
include arm-softmmu.mak
|
|
|
|
CONFIG_AUX=y
|
|
CONFIG_DDC=y
|
|
CONFIG_DPCD=y
|
|
CONFIG_XLNX_ZYNQMP=y
|
|
CONFIG_XLNX_ZYNQMP_ARM=y
|
|
CONFIG_XLNX_VERSAL=y
|
|
CONFIG_ARM_SMMUV3=y
|