Commit 9040722f authored by Anton Midyukov's avatar Anton Midyukov

kernel: added initrd modules for support USB boot on Raspberry Pi

xhci-plat-hcd needed for USB boot on Raspberry Pi 4B dwc2 needed for USB boot on Raspberry Pi 3B, 3B+
parent 01e0d9a4
......@@ -44,7 +44,8 @@ use/kernel/initrd-setup: use/kernel
@$(call add,VM_INITRDFEATURES,add-modules compress cleanup)
@$(call try,VM_FSTYPE,ext4)
@$(call add,VM_INITRDMODULES,$$(VM_FSTYPE))
@$(call add,VM_INITRDMODULES,ehci-pci ohci-pci uhci-hcd xhci-pci uas sdhci-pci)
@$(call add,VM_INITRDMODULES,ehci-pci ohci-pci uhci-hcd xhci-pci uas)
@$(call add,VM_INITRDMODULES,sdhci-pci xhci-plat-hcd dwc2)
@$(call add,VM_INITRDMODULES,usbhid)
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
@$(call add,VM_INITRDMODULES,ata_piix)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment