aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* msm8916-common: Tone memoryscript to be less aggressiveHEADn7.1karthick1112017-07-211-3/+3
| | | | Signed-off-by: karthick111 <karthickrko61@gmail.com>
* msm8916-common: fix bluetooth mac address partial loadingdev-harsh19982017-07-104-8/+256
| | | | | | | *Added bttnv tool flag in board config reverted commit LineageOS/android_device_cyanogen_msm8916-common@6a3f34a65b3abb3a08d66b53216d18ff84fad7c4 reverted commit LineageOS/android_device_cyanogen_msm8916-common@e8e03e896b709550d1181e5cb95e244a911b5012
* msm8916-common: Tone down minimum frequency for msm8916mayankbali2017-07-101-1/+1
|
* msm8916-common: rootdir: cleanup msm8916 power scriptmayankbali2017-07-101-11/+10
|
* msm8916-common: fix rmt_storage denied to read/write file perms on efs partitionmayankbali2017-07-101-1/+2
|
* mm8916-common: Time to live freedev-harsh19982017-07-103-0/+13
| | | | *All needed denials are now killed
* msm8916-common: address kernel denialsAnik Khan2017-07-101-0/+15
|
* msm8916-common: Die Selinux Diedev-harsh19982017-07-108-5/+9
|
* sepolicy: rmt_storage: fixup some evergreen denialsdev-harsh19982017-07-101-0/+5
|
* sepolicy: fix radio denialsdev-harsh19982017-07-101-0/+4
| | | | | | | | | | | * Addresses the following denial: <5>[ 508.313455] type=1400 audit(1389033492.145:78): avc: denied { search } for pid=3932 comm=QcRilReceiver name=qmux_radio dev=tmpfs ino=6056 scontext=u:r:radio:s0 tcontext=u:object_r:qmuxd_socket:s0 tclass=dir And the following logcat error messages: E/QcrilMsgTunnelSocket( 3916): IOExceptionjava.io.IOException: Permission deniedReason: Permission denied E/QcrilMsgTunnelSocket( 3916): Couldn't find 'qmux_radio/rild_oem0' socket after 8 times, continuing to retry silently
* msm8916-common: Adress sepolicy issuesLouis Popi2017-07-103-0/+6
| | | | | | | | | [ 9.385228] type=1400 audit(232341.949:9): avc: denied { read write } for pid=319 comm="qmuxd" name="diag" dev="tmpfs" ino=3955 scontext=u:r:qmuxd:s0 tcontext=u:object_r:diag_device:s0 tclass=chr_file permissive=0 [ 46.353785] type=1400 audit(1498635921.459:11): avc: denied { search } for pid=334 comm="mediacodec" name="/" dev="mmcblk0p1" ino=1 scontext=u:r:mediacodec:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0 [ 46.399228] type=1400 audit(1498635921.509:12): avc: denied { search } for pid=334 comm="mediacodec" name="/" dev="mmcblk0p1" ino=1 scontext=u:r:mediacodec:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0 [ 46.542030] type=1400 audit(1498635921.649:13): avc: denied { search } for pid=334 comm="mediacodec" name="/" dev="mmcblk0p1" ino=1 scontext=u:r:mediacodec:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0 [ 46.559826] type=1400 audit(1498635921.669:14): avc: denied { search } for pid=334 comm="mediacodec" name="/" dev="mmcblk0p1" ino=1 scontext=u:r:mediacodec:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0 [ 46.950779] type=1400 audit(1498635922.059:15): avc: denied { read } for pid=1514 comm="system_server" name="fonts.xml" dev="mmcblk0p29" ino=707793 scontext=u:r:system_server:s0 tcontext=u:object_r:theme_data_file:s0 tclass=file permissive=0
* msm8916-common: overlay: Kang CarrierConfig overlay from op3karthick1112017-07-101-0/+621
| | | | Signed-off-by: karthick111 <karthickrko61@gmail.com>
* msm8916-common: product: enable google assistant!karthick1112017-07-101-0/+3
| | | | Signed-off-by: karthick111 <karthickrko61@gmail.com>
* msm8916-common: Die ant+karthick1112017-07-102-9/+0
| | | | Signed-off-by: karthick111 <karthickrko61@gmail.com>
* msm8916-common: kickout non-required cm's crapmayankbali2017-07-106-449/+0
|
* msm8916-common: Enable sdcardfsLouis Popi2017-07-041-0/+4
| | | | Change-Id: Ib730065b4d3ab70c5a860ac32caab11493cf7f2c
* msm8916-common: Disable adaptative LMKLouis Popi2017-07-042-5/+1
| | | | | | | * More and more users are reported too agressive behaviour * Move leftover echos to the common script Change-Id: Ie798b7d3221b25c9e37e148102cfe46c88cdcc6e
* msm8916: Add core_ctl propsKilian von Pflugk2017-07-041-1/+3
| | | | | | * perfd uses them to restore proper min/max cpus values Change-Id: I39e910afc48c869f7796da9c1ed78996798cf427
* msm8939: Add power HAL extension to disable big clusterDanny Baumann2017-07-045-2/+60
| | | | | | | * Taken from oppo msm8939 * Tweak min_cpus to match oppo msm8939 as well Change-Id: Ice639dc225543a1d78e9dfca7382d2e40ceb5d0c
* msm8939: Update sysfs paths after device tree changes.Danny Baumann2017-07-041-5/+4
| | | | Change-Id: I2447189e45d512d2d550d54694ad86aa04321d4b
* msm8939: Set OpenGLES version to 3.2Louis Popi2017-07-041-1/+1
| | | | Change-Id: I7139f27d385a1d183161209b716506c214755f9d
* msm8916: Remove deprecated BT propsLuca Stefani2017-06-281-7/+0
| | | | Change-Id: I7543cb0272039612d2959333610973c81ab68fa6
* msm8916: Fix foreground/boost cpusetElektroschmock2017-06-281-1/+1
| | | | | | | As per cpuset man-page child cpusets can only have a subset of the parent's cpus Change-Id: Ib78196b13da29c9cc8241f476c45c667e7199e86
* msm8916: Give additional cores to background cpusetSteve Kondik2017-06-272-2/+2
| | | | | | | | | | | | | | * When a device with hundreds of apps is booted up, hundreds of apps will spawn their BOOT_COMPLETED receivers which start up their background initialization services. Since only one core is allowed for these processes, the time for all these services to complete is extremely long. * To improve this, allow three cores for background processes, keeping the fourth for idle wakeups. This ends up producing a better thermal profile for the device as well, since the small cores are not the aggressor on this SoC. Change-Id: I98bbf8bf565bd77066ff7726014e6fa5730a4e09
* msm8916: Use cpusets for all servicesEthan Chen2017-06-273-1/+23
| | | | | | | * Move more services to system-background * Move camera to camera-daemon Change-Id: Icdb634c9b69083b6a58dbef8d9045e332cd3d2a3
* msm8916: Enable automatic brightness by defaultChristopher N. Hesse2017-06-171-0/+22
| | | | Change-Id: I3748b890a7431b89102462264831e9c76a1af15a
* msm8916: Hide sRGB toggle in developer optionsdianlujitao2017-06-171-0/+29
| | | | | | | * This is only available on Nexus/Pixel devices, and we have our own implementation in livedisplay. Change-Id: Ic7f44d7e74fc3ce8efa6ff38bc3f03749d0d5314
* Revert "msm8916-common: Enable framework sched boost"Michael Bestas2017-05-141-1/+0
| | | | | | This reverts commit 844cbfaada4daab53dce9b4178f5277402a109fd. Change-Id: I666f1a52178a546e84ad2c82eb97e6b6133067d1
* msm8916-common: Enable framework sched boostSultanxda2017-05-141-0/+1
| | | | Change-Id: Ieb0124823750e69705c926d3caa244c407912696
* msm8916-common: Fix wireless displayshrukul2017-05-141-0/+5
| | | | Change-Id: I0661da3b3e141278ab4dadd5a6d81f89f7b6caf7
* recovery: Use project pathmap for recovery libMichael Bestas2017-04-281-1/+1
| | | | Change-Id: Ia71bf250d8082363187b1febbe60d1895874015c
* recovery: Calculate baseband/TrustZone size at runtimedianlujitao2017-04-281-9/+20
| | | | Change-Id: I0e9154efb96f07347f87f7ca9d6829803815b40f
* Adapt recovery updater lib to new recovery code.Danny Baumann2017-04-281-4/+4
| | | | Change-Id: Ib326e7c3df588c941e94bfd4cbb029cada062ab7
* recovery: Add support for bootdevice symlinksRashed Abdel-Tawab2017-04-282-0/+13
| | | | | | | | * Recent devices use /dev/block/bootdevice/by-name symlinks instead of /dev/block/platform/msm_sdcc.1/by-name so enable support for the new path in the assert. Change-Id: Ida3ff1df72cfe1a807b1fcdeb06404ce2b1149af
* recovery: Fix multi version baseband/TrustZone supportKetut Putu Kumajaya2017-04-281-24/+42
| | | | | | * Also improve the UI messages a bit Change-Id: I4000a76c875cd063f4e5f16708fba9bf5368a073
* msm8916-common: memory: Enable SVELTE memory configurationKarthik Gopalan2017-04-231-0/+1
| | | | | | Enable SVELTE memory configuration. Change-Id: I2653de0eb18b207ee453fdd549a5d1a69f3ad33e
* msm8916-common: Allow F2FS userimageLouis Popi2017-04-091-0/+1
| | | | Change-Id: I2df8e0cc66e9229adc70f07367e5d82b39bd8a1e
* msm8916: Use PLATFORM_PATH instead of VENDOR_PATHdianlujitao2017-03-113-4/+4
| | | | Change-Id: I80a2a830a6f8a8480d98d7c28412a49539c7a199
* msm8916-common: Update media_codecs to latest CAF LA.BR.1.2.9_rb1.12Louis Popi2017-03-112-21/+25
| | | | | | | | * Advertise encoder intra-refresh support * Align files with original files from CAF * Cleanup spacing while we are at it Change-Id: Ie3533cee9a704b784228bdc3c6b0d0bb7ed5d87b
* msm8916-common: Enable core_ctlLouis Popi2017-03-022-0/+22
| | | | Change-Id: Ieb914c33ea1821f6094911c3309c309ff6c74dc2
* msm8916-common: Use CAF Memory configuration scriptLouis Popi2017-03-026-7/+100
| | | | Change-Id: I9f38d9176c646f7951203f626b82dfbd251ed3b9
* msm8916-common: Commonize WCNSS_qcom_cfg.ini accross platformsLouis Popi2017-03-022-1/+403
| | | | | | * Taken from CAF LA.BR.1.2.9_rb1.12 Change-Id: I28a7dd7a1782be7b49a54df333ec3978e58c26ba
* msm8916-common: Always ship ssr scriptLouis Popi2017-03-021-5/+1
| | | | Change-Id: If45cb863aa912c6aef72379566743a16f2f1fe54
* msm8916-common: Allow rmt_storage to use dac_override, net_raw capabilitiesLuK13372017-02-161-0/+1
| | | | Change-Id: Ie5e567c96278711ca5c84258ecb4602aa2fafcc3
* init: disable rfs_access on 8939Sahitya Tummala2017-02-041-5/+0
| | | | | | | This is only meant for internal usage and must not be used in the final product. Hence, disable it by default on 8939 Change-Id: I7e790f2e4ec572537ca6b55094a1ad888a6ea2e7
* Revert "init: add base includes"NeoDarkness2017-02-011-3/+1
| | | | | | | | *wt88047 no longer need this This reverts commit 43e28ca3dc5005cdbd1d0d71ffdad38b7a426451. Change-Id: I0d80abc48bb7327c1ef0787289bb3c9518d5384c
* msm8916-common: Use GID "wakelock" to control access to kernel wakelockPavlin Radoslavov2017-01-271-2/+3
| | | | | Bug: 25864142 Change-Id: Ief59e26ce63b341115d42d0145a43a845b1645da
* msm8916-common: add system group to netmgrd processAbhinav Kannan2017-01-271-0/+1
| | | | | | | | | To allow netmgrd to acquire wakelocks correctly we need to ensure that it belongs to system group Bug: 24546055 Change-Id: I00b9effa7351f1cd8ef9fc062de12b5276254801
* msm8916-common: Use BOARD_HAVE_QCOM_FM flagArvin Quilao2017-01-171-0/+1
| | | | | | | This flag is now needed to build libfmjni. See https://review.lineageos.org/#/c/156827/ Change-Id: Id584846f87817c8220c36d1f86063cffd9d9318f
* releasetools: Allow asserting baseband versionMichael Bestas2017-01-072-0/+86
| | | | Change-Id: I101c0f7497014a43bd4cc1e3261de352d5aa0c52