dre: update kernel scripts from fogos U1UGS34.23-110-2-1
Change-Id: I6e008352da977617e1b21c8e7b9f80df58cfdfbf
This commit is contained in:
parent
09e4c842fe
commit
384d8c5c98
4 changed files with 39 additions and 7 deletions
14
blob-patches/init-post-boot-blair.patch
Normal file
14
blob-patches/init-post-boot-blair.patch
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
--- a/init.kernel.post_boot-blair.sh
|
||||||
|
+++ b/init.kernel.post_boot-blair.sh
|
||||||
|
@@ -32,11 +32,6 @@
|
||||||
|
#=============================================================================
|
||||||
|
|
||||||
|
function configure_zram_parameters() {
|
||||||
|
- # Moto yangbq2: Skip this if we are using zram from fstab.
|
||||||
|
- using_zram_from_fstab=`getprop ro.boot.using_zram_from_fstab`
|
||||||
|
- if [ "$using_zram_from_fstab" == "true" ]; then
|
||||||
|
- return
|
||||||
|
- fi
|
||||||
|
MemTotalStr=`cat /proc/meminfo | grep MemTotal`
|
||||||
|
MemTotal=${MemTotalStr:16:8}
|
||||||
|
|
14
blob-patches/init-post-boot-holi.patch
Normal file
14
blob-patches/init-post-boot-holi.patch
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
--- a/init.kernel.post_boot-holi.sh
|
||||||
|
+++ b/init.kernel.post_boot-holi.sh
|
||||||
|
@@ -32,11 +32,6 @@
|
||||||
|
#=============================================================================
|
||||||
|
|
||||||
|
function configure_zram_parameters() {
|
||||||
|
- # Moto yangbq2: Skip this if we are using zram from fstab.
|
||||||
|
- using_zram_from_fstab=`getprop ro.boot.using_zram_from_fstab`
|
||||||
|
- if [ "$using_zram_from_fstab" == "true" ]; then
|
||||||
|
- return
|
||||||
|
- fi
|
||||||
|
MemTotalStr=`cat /proc/meminfo | grep MemTotal`
|
||||||
|
MemTotal=${MemTotalStr:16:8}
|
||||||
|
|
|
@ -66,6 +66,10 @@ blob_fixups: blob_fixups_user_type = {
|
||||||
'system_ext/lib64/libwfdnative.so': blob_fixup()
|
'system_ext/lib64/libwfdnative.so': blob_fixup()
|
||||||
.replace_needed('android.hidl.base@1.0.so', 'libhidlbase.so')
|
.replace_needed('android.hidl.base@1.0.so', 'libhidlbase.so')
|
||||||
.add_needed('libinput_shim.so'),
|
.add_needed('libinput_shim.so'),
|
||||||
|
'vendor/bin/init.kernel.post_boot-blair.sh': blob_fixup()
|
||||||
|
.patch_file('blob-patches/init-post-boot-blair.patch'),
|
||||||
|
'vendor/bin/init.kernel.post_boot-holi.sh': blob_fixup()
|
||||||
|
.patch_file('blob-patches/init-post-boot-holi.patch'),
|
||||||
'vendor/etc/init/vendor.qti.media.c2@1.0-service.rc': blob_fixup()
|
'vendor/etc/init/vendor.qti.media.c2@1.0-service.rc': blob_fixup()
|
||||||
.regex_replace('writepid /dev/cpuset/foreground/tasks', 'task_profiles ProcessCapacityHigh'),
|
.regex_replace('writepid /dev/cpuset/foreground/tasks', 'task_profiles ProcessCapacityHigh'),
|
||||||
'vendor/etc/libnfc-nci.conf': blob_fixup()
|
'vendor/etc/libnfc-nci.conf': blob_fixup()
|
||||||
|
|
|
@ -1254,13 +1254,13 @@ vendor/bin/msm_irqbalance
|
||||||
# IRQ balance - from DE2117_11.C.34
|
# IRQ balance - from DE2117_11.C.34
|
||||||
vendor/etc/msm_irqbalance.conf|1c1c2c568953546f67ce24c497ca5bd58a581cf8|298dc27a89520ed92b3c99ef0f95209e4b77279b
|
vendor/etc/msm_irqbalance.conf|1c1c2c568953546f67ce24c497ca5bd58a581cf8|298dc27a89520ed92b3c99ef0f95209e4b77279b
|
||||||
|
|
||||||
# Kernel
|
# Kernel - from Fogos U1UGS34.23-110-2-1
|
||||||
vendor/bin/init.kernel.post_boot-blair.sh
|
vendor/bin/init.kernel.post_boot-blair.sh|cd5ce1032fc750f545adea3b67066853e81d020c|7e187ca6573ce0815daac9d8a79e0f6d1142209f
|
||||||
vendor/bin/init.kernel.post_boot-holi.sh
|
vendor/bin/init.kernel.post_boot-holi.sh|85a6a76b21db596bf06180a83a7b6369af773293|da69f675aa706fd6c13d17892157bf471cdf5d9a
|
||||||
vendor/bin/init.kernel.post_boot.sh
|
vendor/bin/init.kernel.post_boot.sh|a6b39a91a61c92a42dff1f8565f37917c60827f4
|
||||||
vendor/bin/init.qti.kernel.sh
|
vendor/bin/init.qti.kernel.sh|1c17e31a8edfc0b188802d280af9a85038f96b60
|
||||||
vendor/bin/vendor_modprobe.sh
|
vendor/bin/vendor_modprobe.sh|d6f572abb7aba5c12077607ec18c221388b86394
|
||||||
vendor/etc/init/hw/init.qti.kernel.rc
|
vendor/etc/init/hw/init.qti.kernel.rc|91245b402447c148f770abe09c416c05c6757a21
|
||||||
|
|
||||||
# Keymaster
|
# Keymaster
|
||||||
vendor/bin/hw/android.hardware.keymaster@4.1-service-qti
|
vendor/bin/hw/android.hardware.keymaster@4.1-service-qti
|
||||||
|
|
Loading…
Reference in a new issue