+1
−1
hw/arm/smmuv3-internal.h
0 → 100644
+142
−0
hw/arm/smmuv3.c
0 → 100644
+366
−0
+3
−0
include/hw/arm/smmuv3.h
0 → 100644
+87
−0
Loading
This patch implements a skeleton for the smmuv3 device. Datatypes and register definitions are introduced. The MMIO region, the interrupts and the queue are initialized. Only the MMIO read operation is implemented here. Signed-off-by:Prem Mallappa <prem.mallappa@broadcom.com> Signed-off-by:
Eric Auger <eric.auger@redhat.com> Reviewed-by:
Peter Maydell <peter.maydell@linaro.org> Message-id: 1524665762-31355-5-git-send-email-eric.auger@redhat.com Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>