There is considerable performance impact when STM logging
is enabled. Disable STM logging temporarily till we can root
cause the issue.
Change-Id: I15c9dff0c8865dc422b7b3456e552b09b2dbe9ec
init.qcom.rc has an entry to launch hostapd with root/root
permission, where as external/wpa_supplicant_8/hostapd/hostapd.android.rc
has similar entry launch hostapd with wifi/wifi.
We should be using the hostapd.android.rc instead of init.qcom.rc
Hence remove the entry.
Change-Id: Ieefef245fef584c707b25da8acbe1776ee80c5ca
CRs-Fixed: 2053279
The Sleep modes for CPU was incorrectly disabled with previous
patch. Change command to enable the low power mode.
Change-Id: I1a7ae82d50f4d22ece38f58b7799485dcb44965e
In this patch, the following tasks are performed
1. ZRAM disk creation code is refactored.
2. ZRAM & Swap system property modified to align
with new naming convention.
3. Memory parameters configured for msm8996.
Change-Id: I32d5f705afd447f2ba061212113e3c16c1e4bb12
System graphics needs to write hdr metadata stream to hdr_stream
node for HDMI, hence add correct permission to the node.
Change-Id: I3bdfd2562c25b9fc2f845bedc1176a0373c9dfe7
Crs-fixed: 1109137
Set default values for scheduler group up and down migration tunables.
These will be used for co-located groups of tasks.
Change-Id: Ie8b91ca28524fb34298520769dc91b6591a721d8
Modify post boot configuration so hbtp daemon program will
not be launched for HDK and QVR in QRD HW platform family.
Change-Id: Ic207c2b4290d66c92758c60d9d1ac1ce3b928ff0
Disable ubwc only if the fb node for mdp caps exists and enable it
only if mdp supports ubwc feature.
Change-Id: Icb7387023af29acfcddd06e220b58d317d5f8e06
Latest AOSP requires vendor data binaries to be started from vendor
partition. Start netmgrd, qmuxd and port-bridge from vendor
partition. bridgemgrd is deprecated and not compiled so remove the
startup entry. Move the logging to /data/vendor from /data
CRs-Fixed: 2042402
Change-Id: Iaa32a99a325005aea5431004250ae9b3e9facf39
As per Android-O architecture, cnd dameon is moved to vendor
partition. Updating the path to change the path to new vendor
binary
Change-Id: Ia692af706e663e5837e7856212c4b5acca4c4361
CRs-Fixed: 2002881
Set cpufreq governor for mincpubw device so that it starts making
DDR freq votes based on CPU frequency.
Change-Id: I13b2f94a5b21beb3341c5d43d86a2a171fabdf89
Add support for handling changes to sysfs naming convention. Add
stub to enable DCC configuration for SDM845.
Change-Id: Ibcd8d1a1ac56e41a1d9dedeb6fd3f20a853d845f
Currently .rc updates serialnumber from ro.serialno on boot and before
enabling .sh to execute. Once .sh starts executing, it tries to read
ro.serialno and if it shows empty string, it tries to write dummy value
for adb interface to work properly. But it happens that .sh couldn't
access ro.serialno due to sepolicy permission and in that .sh endup
overriding serialnumber with dummy value. This causes all devices
get same dummy value instead of having different serialnumber for each
hardware. Fix the issue by checking serialnumber in .sh if it is already
updated by .rc rule or not and write dummy value to serialnumber sysfs entry
only if it is empty.
Change-Id: Ie07dfa6f05d9847800143b4c318c55367e865935