mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
50759e133a
PD#SWPL-64232 Problem: ramdisk and vendor related scripts and modules are in the "modules" folder Solution: 1. create a ramdisk and vendor folder 2. put the file in the corresponding path Verify: s4d and C2 AF400 Change-Id: Id65df11fb6ecd922904c4ea6bd3db2cbf1980c30 Signed-off-by: wanwei.jiang <wanwei.jiang@amlogic.com>
36 lines
533 B
Plaintext
36 lines
533 B
Plaintext
RAMDISK_MODULES_LOAD_LIST=(
|
|
amlogic-gkitool
|
|
amlogic-secmon
|
|
amlogic-clk
|
|
amlogic-gpiolib
|
|
amlogic-pinctrl
|
|
amlogic-irqchip
|
|
amlogic-mailbox
|
|
amlogic-pwm
|
|
pwm-regulator
|
|
amlogic-power
|
|
amlogic-cpuinfo
|
|
amlogic-cpufreq
|
|
amlogic-reset
|
|
amlogic-efuse-unifykey
|
|
amlogic-mmc
|
|
)
|
|
|
|
VENDOR_MODULES_LOAD_FIRST_LIST=(
|
|
amlogic-i2c
|
|
amlogic-spi
|
|
amlogic-rng
|
|
amlogic-crypto-dma
|
|
amlogic-tee
|
|
)
|
|
|
|
VENDOR_MODULES_LOAD_LAST_LIST=(
|
|
dwc3
|
|
dwc_otg
|
|
)
|
|
|
|
MODULES_LOAD_BLACK_LIST=(
|
|
${VENDOR_MODULES_LOAD_BLACK_LIST[@]}
|
|
${OEM_MODULES_LOAD_BLACK_LIST[@]}
|
|
)
|