stage2: Added use/stage2/sbc
This list kernel modules for loading on single board computers.
This commit is contained in:
parent
192dca1302
commit
070bc04017
@ -15,6 +15,12 @@ use/stage2/ata use/stage2/drm use/stage2/fs use/stage2/hid use/stage2/md \
|
|||||||
use/stage2/%: use/stage2
|
use/stage2/%: use/stage2
|
||||||
@$(call add,STAGE1_MODLISTS,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
|
use/stage2/kms: use/stage2/drm
|
||||||
@$(call add,STAGE1_KMODULES_REGEXP,drm.*)
|
@$(call add,STAGE1_KMODULES_REGEXP,drm.*)
|
||||||
|
|
||||||
|
18
features.in/stage2/stage1/modules.d/50-stage2-sbc-aarch64
Normal file
18
features.in/stage2/stage1/modules.d/50-stage2-sbc-aarch64
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
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
|
Loading…
x
Reference in New Issue
Block a user