For some reason, even when KERNEL_MODULES_OUT is set
it's using the no_modules script. Avoid this and set
the modules.ready prop directly if there are no modules.
This partially reverts commit 93382fa26a.
Change-Id: I237c6b31f335a71913d24a9c15f9c120ac24b1ba
The device under /dev/byte-cntr1 should be with permission
root diag.
Change-Id: Id5e45789995b706360742253fc93dc2304f70442
Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
[1] - The old definition wasn't working, and init post_boot.sh and early_boot.sh
was being used on legacy devices, which shouldn't happen.
[2] - Yes I've tried other ways to pin but only this worked.
Change-Id: I2b3f41b34ba6297fe1019773c2e7d5fd7d17d00c
Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
init.qti.kernel.rc waits for vendor.all.modules.ready to be
set before finishing init. This is never set when there
are no modules present. Adding vendor_modprobe_no_modules.sh
to unconditionally set vendor.all.modules.ready and boot.
Change-Id: I59f9ae8408f1341469ab7dd02c2ad1222f711fae
This allows legacy devices to keep working with
new init without increasing maintenance or affecting
more recent SoCs.
Change-Id: Ia66fa4b044bc9d7f2fabe9a0f6e4b18f6f1189e9
Remove init.qcom.factory.rc because it is not needed.
init.kernel* and init.qti.* are from LA.VENDOR.1.0.r1-15600-WAIPIO.QSSI13.0
Change-Id: Ia16d51b80f402634bd918314ee3cf7691421668d
- Add soc id for Diwar Gaming,IOT
- Set target version to pick correct
config file for Divar
Change-Id: I1a8d13645ed42db11a1c4c4441b34a20bc216c54
Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
Remove legacy rild vendor.ril-daemon services
commands as they are not used now.
Change-Id: Ib1a88d34dc73ff72f553b923e75ef084dd5d56f1
CRs-Fixed: 3262433
Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
power tuning settings related sched and dcvs
Change-Id: I747e8bbb2cc88f188f7ee7bab17dfb2b57c610a1
Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
Legacy ril is deprecated and no longer included in the builds.
Remove legacy ril starting logic as legacy ril is deprecated.
Change-Id: Ie4354592fe9f5d6aefdde2d37479cd5879c059c6
Signed-off-by: chrisw444 <wandersonrodriguesf1@gmail.com>
power tuning settings related sched and dcvs
Change-Id: I0130c077543a0c5d2d198a7b30e0417121c14dd1
Signed-off-by: chrisw444 <wandersonrodriguesf1@gmail.com>
Remove media netflix prop for bengal variants.
This is moved to video project.
Change-Id: I8dddd001d8d91431d254a00e6e013e0ea0922ac5
Signed-off-by: chrisw444 <wandersonrodriguesf1@gmail.com>
As replacing TARGET_PRODUCT with TARGET_BOARD_PLATFORM,
also need replace ro.build.product with ro.board.platform.
Change-Id: I01b27fad7fa263816964a3b53e75bdf3e55a26d5
CRs-Fixed: 2988932
Signed-off-by: chrisw444 <wandersonrodriguesf1@gmail.com>
remove logic from init scripts where getprop is used,
causing avc denials. Removed logic is not applicable
to current targets using this.
Change-Id: Ib783c6b2c341da59d24b8f4626e0461e1fbbdd0d
Signed-off-by: chrisw444 <wandersonrodriguesf1@gmail.com>
Set property to disable cdsprpcd daemon when
remote cdsp status returns false.
Change-Id: Id90290fb8bb26df51804c21b98a74774dffd60fa
Signed-off-by: Swathi K <quic_c_kataka@quicinc.com>
Signed-off-by: chrisw444 <wandersonrodriguesf1@gmail.com>
The device under /dev/ipa_lnx_stats_ioctl should be with permission
radio radio.
Change-Id: I531cbda9954e17012b247f6505b51cd5adda7c3d
Signed-off-by: chrisw444 <wandersonrodriguesf1@gmail.com>
Some KGSL sysfs nodes need to be access controlled. Set proper
permissions for the same.
Change-Id: Idc7e2447d02742074873901c6539f2c6d9d25862
Signed-off-by: chrisw444 <wandersonrodriguesf1@gmail.com>
This removes the default mounting of debugfs, as
it is no longer allowed from android-S new-launch.
Change-Id: Ifeda709613c68234093947f7a92638b4069b089a
Signed-off-by: chrisw444 <wandersonrodriguesf1@gmail.com>
Disabling UFS clkgate and ah8 during boot time helps in reducing
IO delays, which helps in reducing the total boot time. This change
will disable UFS clkgate and ah8 during early-init and then enable
it back after boot completion.
Change-Id: I6a10cd57a30fe3bdc4fba72a0d84cdfa3b1fd513
Some devices may want to override these default settings
and use its own customized post-boot script.
Set vendor.post_boot.custom to "true" from the device tree to override.
Change-Id: If1a71b489710be39df250eda65450d7e4c3a9a13
Signed-off-by: Juhyung Park <qkrwngud825@gmail.com>