Move smcinvoke and qseecom module to early init on neo.
Change-Id: Ifecbc9374ec920bff4e881510d9b258431cf523c
Signed-off-by: Ujjawal Sankhwar <quic_usankhwa@quicinc.com>
Add the list of modules required to exercise FBE
path during bootup. These include:
tmecom-intf.ko
hwkm.ko
crypto-qti-common.ko
crypto-qti-hwkm.ko.
Change-Id: Ibdcf13407216bc37744ceae34467be0d9ade32e1
Signed-off-by: Seshu Madhavi Puppala <quic_spuppala@quicinc.com>
Reordered modules in modules.list.neo_le and la to optimize boot time.
Removed llcc_perfmon.ko from modules.list.neo_la.
Change-Id: If7f1b58fcc761274b917de95d9890911a55aa326
Signed-off-by: Meena Pasumarthi <quic_pasumart@quicinc.com>
Add qcom-dcvs and dcvs_fp module to first stage.
Change-Id: Id0137b681b405d36502f90d9cda76e2913c305a8
Signed-off-by: Shivnandan Kumar <quic_kshivnan@quicinc.com>
Enable bq27xxx_battery modules for neo LE/LA platforms.
Add bq27xxx_battery.ko to modules.list.neo_le and
module.list.neo_la, to enable loading during first
stage init.
Change-Id: I7261b3ed0143100edd20bdf49b8101417da78429
Signed-off-by: Rakesh Kota <quic_kotarake@quicinc.com>
To catch early errors, it's important to ensure that the walt debug
module is insmodded early.
Change-Id: I8d3b55ad4419adb88d05817d401f41cf9c09e9bb
Signed-off-by: Ashay Jaiswal <quic_ashayj@quicinc.com>
Add qcom-pmu-lib to modules list in the first stage init.
Modules installing perf events need to have CAP_SYS_ADMIN
or CAP_PERFMON capabilities to install events. Moving this
module to first stage solves the problem by ensuring that
init thread insmods this module.
Change-Id: Ib9598128ec7b4eb0d94bb333460dc2b3735ea629
Signed-off-by: Shivnandan Kumar <quic_kshivnan@quicinc.com>
Add bq256xx_charger.ko to modules.list.neo_le and to
module.list.neo_la to enable it to load during first
stage init.
Change-Id: I8cd0dc1770e750ff6c41b189f9ce77fabcfb303a
Signed-off-by: Ashish Chavan <quic_ashichav@quicinc.com>
Enable PMIC related modules for neo LE/LA platforms.
While at it also add *.ko modules names to
module.list.neo_le and module.list.neo_la.
Change-Id: I9a0a61866bcd2478fe746c855da6c4995bbf3ed2
Signed-off-by: Ashish Chavan <quic_ashichav@quicinc.com>
Add tcsrcc module to first stage modules list on NEO platform,
to allow it to load during first stage bootup.
Change-Id: I5520e420bbd40bf55181df777aa7f3feb8ebad72
Signed-off-by: Kalpak Kawadkar <quic_kkawadka@quicinc.com>
Add clk-rpmh and qcom-cpufreq-hw to modules.list.neo
to enable them to load during first stage init.
Change-Id: I51717788d56a1ba5c0dde08a3f2ea1c51e80f709
Signed-off-by: Kalpak Kawadkar <quic_kkawadka@quicinc.com>
Adding support to enable neo la builds.
Updating neo build script for le builds.
Change-Id: I97f0f6187005232b9601dc3f60074f13d7477177
Signed-off-by: Amrit Anand <quic_amrianan@quicinc.com>