mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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:
parent
a2664f884c
commit
b882ebab22
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user