Commit 070bc040 authored by Anton Midyukov's avatar Anton Midyukov

stage2: Added use/stage2/sbc

This list kernel modules for loading on single board computers.
parent 192dca13
......@@ -15,6 +15,12 @@ use/stage2/ata use/stage2/drm use/stage2/fs use/stage2/hid use/stage2/md \
use/stage2/%: use/stage2
@$(call add,STAGE1_MODLISTS,stage2-$*)
use/stage2/sbc: use/stage2
ifeq (,$(filter-out aarch64,$(ARCH)))
@$(call add,STAGE1_MODLISTS,stage2-sbc-aarch64)
endif
@:
use/stage2/kms: use/stage2/drm
@$(call add,STAGE1_KMODULES_REGEXP,drm.*)
......
bcm2835.ko
dwc2.ko
dwc2_pci.ko
dwc3.ko
dwc3_pci.ko
dwc3-qcom.ko
dwc3-of-simple.ko
dwc3-meson-g12a.ko
dwc3-hisi.ko
dwc3-haps.ko
dwc3-exynos.ko
ehci-orion.ko
sl811-hcd.ko
u132-hcd.ko
xhci-tegra.ko
phy-generic.ko
phy-tegra-usb.ko
sunxi.ko
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