mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
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>
This commit is contained in:
parent
4414942e7e
commit
f0d877dc5e
2 changed files with 9 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue