]> Git Repo - J-u-boot.git/commit
ARM: qemu-arm: Fix qemu_arm64_defconfig for QEMU 3.0
authorTuomas Tynkkynen <[email protected]>
Tue, 4 Sep 2018 15:16:52 +0000 (18:16 +0300)
committerTom Rini <[email protected]>
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 <[email protected]>
Signed-off-by: Tuomas Tynkkynen <[email protected]>
Tested-by: Jonathan Gray <[email protected]>
board/emulation/qemu-arm/qemu-arm.c
This page took 0.034816 seconds and 4 git commands to generate.