ARM: qemu-arm: Fix qemu_arm64_defconfig for QEMU 3.0
authorTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
Tue, 4 Sep 2018 15:16:52 +0000 (18:16 +0300)
committerTom Rini <trini@konsulko.com>
Thu, 6 Sep 2018 02:14:37 +0000 (22:14 -0400)
commit861b85c482b3aec5bbb8cdcc364aa6f15aebeba5
treecbc6a64965760be37727a72af91f724437717874
parentf2906e5f586d4ff238f5370b77717279bf5b0639
ARM: qemu-arm: Fix qemu_arm64_defconfig for QEMU 3.0

QEMU 3.0 introduced additional memory-mapped regions for PCI-E ECAM and
MMIO. Thus we need to add them to our MMU map or U-Boot will crash with
a Synchronous Abort during PCI-E probing when it tries to access the
unmapped ECAM memory area.

Reported-by: Jonathan Gray <jsg@jsg.id.au>
Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
Tested-by: Jonathan Gray <jsg@jsg.id.au>
board/emulation/qemu-arm/qemu-arm.c