527773eeef
The patch introduces the smmu base device and class for the ARM smmu. Devices for specific versions will be derived from this base device. We also introduce some important datatypes. Signed-off-by: Eric Auger <eric.auger@redhat.com> Signed-off-by: Prem Mallappa <prem.mallappa@broadcom.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 1524665762-31355-2-git-send-email-eric.auger@redhat.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
12 lines
236 B
Makefile
12 lines
236 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_ARM_SMMUV3=y
|