build.config: Update first stage modules for Anorak

These modules are required to get the storage and serial driver
working at first stage. Then the vendor modules can be loaded
from storage device for second stage loading.

Change-Id: I8070fae4e4124cadcc414a62cad6d0a16760ba0a
Signed-off-by: Sahitya Tummala <quic_stummala@quicinc.com>
This commit is contained in:
Sahitya Tummala 2022-06-28 15:50:41 +05:30
parent 7ad63ac951
commit c0a190627b

View File

@ -1,7 +1,13 @@
qcom_cpu_vendor_hooks.ko qcom_cpu_vendor_hooks.ko
qcom-pdc.ko
arm_smmu.ko arm_smmu.ko
clk-dummy.ko clk-dummy.ko
clk-qcom.ko clk-qcom.ko
cmd-db.ko
icc-rpmh.ko
icc-bcm-voter.ko
icc-debug.ko
qcom_rpmh.ko
deferred-free-helper.ko deferred-free-helper.ko
iommu-logger.ko iommu-logger.ko
debug-regulator.ko debug-regulator.ko
@ -21,6 +27,8 @@ mem-hooks.ko
gdsc-regulator.ko gdsc-regulator.ko
pinctrl-anorak.ko pinctrl-anorak.ko
pinctrl-msm.ko pinctrl-msm.ko
qnoc-anorak.ko
qnoc-qos.ko
secure_buffer.ko secure_buffer.ko
msm_geni_serial.ko msm_geni_serial.ko
msm-geni-se.ko msm-geni-se.ko