summaryrefslogtreecommitdiffstats
path: root/include/hw/arm
diff options
context:
space:
mode:
authorAndrey Smirnov2019-07-01 18:26:14 +0200
committerPeter Maydell2019-07-01 18:28:59 +0200
commitf0d877dc5ee6418c510acc9d286035cc6b50ab0b (patch)
tree852064fbf38cd645eaecc5ae3613211bbd466a6b /include/hw/arm
parenthw/arm/virt: Add support for Cortex-A7 (diff)
downloadqemu-f0d877dc5ee6418c510acc9d286035cc6b50ab0b.tar.gz
qemu-f0d877dc5ee6418c510acc9d286035cc6b50ab0b.tar.xz
qemu-f0d877dc5ee6418c510acc9d286035cc6b50ab0b.zip
i.mx7d: Add no-op/unimplemented APBH DMA module
Instantiate no-op APBH DMA module. Needed to boot latest Linux kernel. Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Cc: Peter Maydell <peter.maydell@linaro.org> Cc: Michael S. Tsirkin <mst@redhat.com> Cc: qemu-devel@nongnu.org Cc: qemu-arm@nongnu.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include/hw/arm')
-rw-r--r--include/hw/arm/fsl-imx7.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/hw/arm/fsl-imx7.h b/include/hw/arm/fsl-imx7.h
index 4101f80251..dcd73603c3 100644
--- a/include/hw/arm/fsl-imx7.h
+++ b/include/hw/arm/fsl-imx7.h
@@ -179,6 +179,9 @@ enum FslIMX7MemoryMap {
FSL_IMX7_PCIE_REG_SIZE = 16 * 1024,
FSL_IMX7_GPR_ADDR = 0x30340000,
+
+ FSL_IMX7_DMA_APBH_ADDR = 0x33000000,
+ FSL_IMX7_DMA_APBH_SIZE = 0x2000,
};
enum FslIMX7IRQs {