Files
kernel_common_drivers/scripts/amlogic/modules_sequence_list
T
wanwei.jiang 50759e133a script: optimize output [1/1]
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>
2022-03-23 22:21:20 -07:00

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[@]}
)