xen, rpi4: apply workaround to fix crash on boot with Xen 4.14

Apply update to the device tree to allow Xen 4.14 to boot.

Suggested-by: Bertrand Marquis <bertrand.marquis@arm.com>
Signed-off-by: Christopher Clark <christopher.w.clark@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Christopher Clark 2021-04-24 01:31:01 -07:00 committed by Bruce Ashfield
parent a2664f884c
commit b882ebab22

View File

@ -25,6 +25,9 @@ fdt set /chosen/dom0 compatible "multiboot,module"
# Tell Xen where PCI is
fdt set /scb/pcie@7d500000 device_type "pci"
# Workaround to fix:
# "Unable to retrieve address 0 for /scb/pcie@7d500000/pci@1,0/usb@1,0"
fdt rm /scb/pcie@7d500000/pci@1,0/usb@1,0
echo Delay to allow the MMC card to be ready
sleep 1