aboutsummaryrefslogtreecommitdiff
path: root/rootdir (follow)
Commit message (Collapse)AuthorAge
...
* z2_plus: rootdir: Cleanupdd3boh2017-10-31
| | | | | | * Not needed at all anymore Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: rootdir: For sure we don't need these loldd3boh2017-10-31
| | | | | | Not having any module anymore we don't need this isnmod that probably weren't even useful before being the paths wrong :P Signed-off-by: dd3boh <dade.garberi@gmail.com>
* Revert "z2_plus: Change how we mount the wlan.ko module"dd3boh2017-09-19
| | | | This reverts commit 32702d3c707d088f8aa9543833c1bd2cb5606742.
* z2_plus: Squash revert of libshimsdd3boh2017-09-17
| | | | Signed-off-by: dd3boh <dade.garberi@gmail.com>
* Set cnss-sh user to systemLuca Stefani2017-09-17
| | | | | | | * /persist/wlan_bt/ff_flag owner is system and running the script as root needs dac_override capability -> Run the script as system and change /sys/module/cnss_common/parameters/bdwlan_file owner accordly
* z2_plus: Change how we mount the wlan.ko moduledd3boh2017-09-17
| | | | | | Readaptation of https://review.lineageos.org/#/c/190121/ Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: rootdir: Fix LD_SHIM_LIBSdd3boh2017-09-07
| | | | Signed-off-by: dd3boh <dade.garberi@gmail.com>
* oneplus3: Remove hostapd daemonLuca Stefani2017-09-07
| | | | | | * It lives in it's own rc extension now Change-Id: Ieacfd08a428081645cff88cc10136b6612aa3b8b
* oneplus3: Use proper seclabel for charger serviceLuca Stefani2017-09-07
| | | | | | * Partically taken from angler f2f207d2594b Change-Id: I5c590ff231d385a0747395004d0d60facca0c4c2
* oneplus3: Add rild socket shimLuca Stefani2017-09-07
| | | | Change-Id: Ia5aa2cf867678045215625f6297708db6f49fdaa
* oneplus3: rootdir: Add hci_filter_rootLuca Stefani2017-09-07
| | | | | | | * Also update start_hci_filter from pixel Change-Id: I32f48029bbfb607a267ae8b55a08d9fc9aad348f Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: Build Biometrics HIDL HALLuca Stefani2017-09-07
| | | | | | * Remove now unused fingerprintd daemon service Change-Id: I1a265388ef44b4eb9a1e4713fa9ccc22a20c2c36
* gps: Add get_process_name shimLuca Stefani2017-09-07
| | | | | Change-Id: I10ce654b14866d41610c7e4098df9691b983d515 Signed-off-by: dd3boh <dade.garberi@gmail.com>
* oneplus3: rootdir: Update second RIL daemon serviceBruno Martins2017-09-07
| | | | | | | * Match the new changes introduced in O Change-Id: I43c6fa60214ce91d6a149f15416a9f3170abfdd5 Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: rootdir: Get rid of qcom_diagLuca Stefani2017-09-07
| | | | | Change-Id: Ie301a2699ab1f203af4042ffe28ae61535287abf Signed-off-by: dd3boh <dade.garberi@gmail.com>
* wifi: Move wpa_supplicant to vendor partitionRoshan Pius2017-09-07
| | | | | | | Bug: 35684372 Test: Compiles Change-Id: I1bf1355c22f5fc4f6a68032f3b30cced91d0bfed Signed-off-by: dd3boh <dade.garberi@gmail.com>
* wifi: Remove wigig_supplicantLuca Stefani2017-09-07
| | | | Change-Id: Idd08474392c169404e9b075da53d812e8d752c3f
* wifi: Do not define superfluous wpa_supplicant serviceChristopher Wiley2017-09-07
| | | | | | Bug: 30816535 Change-Id: Iab4e212b1c2dcbb97e73945e6b807b37174e0ae0 Signed-off-by: dd3boh <dade.garberi@gmail.com>
* init: Change ownership of wifi firmware reload sysfs pathsRoshan Pius2017-09-07
| | | | | | | | | This will let the wifi hal run as "wifi" user and not need root permissions to access this path for firmware reloads. Bug: 33435250 Test: Compiles. Change-Id: I84a38cea5e0f729147c3191c3485a3738d7838ef
* fs: symlink platform/soc/${ro.boot.bootdevice} to bootdeviceWoody Lin2017-09-07
| | | | | | | | | Make symbolic link from /dev/block/platform/soc/${ro.boot.bootdevice} to /dev/block/bootdevice. Change-Id: I7b7f4c728656103445e7fb68ccca92402fa36ff5 Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: Remove all the calls to the sepolicydd3boh2017-09-07
| | | | Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: Remove init.target.rcdd3boh2017-09-07
| | | | | | Basically a duplicate Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: wifi: Remove fstman.ini and cleanup [1/2]dd3boh2017-09-06
| | | | Signed-off-by: dd3boh <dade.garberi@gmail.com>
* rootdir: Cleanup the qcom-post-boot partdd3boh2017-09-06
| | | | Signed-off-by: dd3boh <dade.garberi@gmail.com>
* Squash revert of the msm thermal simple drivers [1/2]dd3boh2017-08-25
| | | | | | | | | | | | | | | | | | | | It doesn't seem so efficent right now, so let's try to fall back to the old thermal engine driver for now at least Revert "rootdir: Fall back to the old power management" This reverts commit 98204762dd6569f4b4ded1ee0a51710efe7edacc. Revert "z2_plus: Configure msm-thermal-simple driver" This reverts commit d1830933a6c54a6ac9c7a5ac9a3edebdb326420b. Revert "z2_plus: Optimize power config on boot" This reverts commit 5c12086dac733836c91a4ad415aea5a728aa8fab. Revert "z2_plus: Remove msm-thermal, thermal-engine, and bcl" This reverts commit f4bd79af37442fbf594c6523950e3e9945a7cd70.
* z2_plus: rootdir: Enable ZRAM for msm8996 targetsDiogo Ferreira2017-08-21
| | | | | | | | Check the accompanying kernel patch for more info and also https://source.android.com/devices/tech/debug/jank_jitter#page_cache. Change-Id: I69b9dabf2100701a55f99056facfe6978c60cfb6 Signed-off-by: dd3boh <dade.garberi@gmail.com>
* rootdir: Fall back to the old power managementdd3boh2017-08-21
| | | | Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: Configure msm-thermal-simple driverSultanxda2017-08-21
| | | | Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: Optimize power config on bootSultanxda2017-08-21
| | | | | | *Set sched_boost earlier *Enable balanced power config later *Set I/O scheduler to noop during boot, and cfq after boot
* z2_plus: Remove msm-thermal, thermal-engine, and bclSultanxda2017-08-21
| | | | We will use msm-thermal-simple instead.
* Set rights and owners for new attributes of ledFedor9172017-08-02
| | | | Signed-off-by: dd3boh <dade.garberi@gmail.com>
* noatime implies nodiratime.Cosme Domínguez Díaz2017-08-02
| | | | https://lwn.net/Articles/244941/
* rootdir: Import some ramdisk edits from the zui 2.5.412dd3boh2017-07-22
| | | | | * Completely imported init.target.rc * Imported only some parts and edited some others of init.qcom.rc and init.qcom.power.rc
* z2_plus: rootdir: Update fs tune from marlinLuca Stefani2017-07-15
| | | | | Change-Id: I142e2842a3a88852d0e0e3598b00cd219259e6a0 Signed-off-by: Simao Gomes Viana <xdevs23@outlook.com>
* init.qcom.rc: Change one line that caused some visualization problemsdd3boh2017-07-15
|
* Readd init.target.rc backdd3boh2017-07-13
|
* z2_plus: Fix KeyDisablerOndrej Hlavac2017-07-13
| | | | | | - fix path in cmhw - change permissions on boot for sysfs - add selinux rule for sysfs
* z2_plus: Add HBM supportdianlujitao2017-07-13
| | | | Change-Id: I161e93149ddaf9dfb735480789cfe9b6398b108f
* Turn down the heat bishMoshe Barash2017-07-13
| | | | Change-Id: Ib35c1c4dd1babbd341b54a083fefe6bc05e9086d
* z2_plus: Move rootdir files to rootdir/etcdavidevinavil2017-06-30
|
* ramdisk: Don't set default GPU power levelKristof Petho2017-04-12
| | | | | | | | Let the kernel figure out the best setting! This drastically lowers UX in some apps (eg Pokemon Go). I have not observed the expected battery savings with this either. Stock OOS also does not have this set.
* ramdisk: Fix setting sched_downmigrate valueAltaf-Mahdi2017-04-12
| | | | | | The value for sched_upmigrate needs to be set first, otherwise it's not possible to set the value for sched_downmigrate, as noticed on dmesg:
* ramdisk: Drop aggressive load balancingBruno Martins2017-04-12
|
* ramdisk: Set restart level to related for all subsystemssultanxda2017-04-07
|
* fstab: Disable realtime trim for /systemÁlvaro Brey2017-04-07
| | | | /system is readonly, so TRIM doesn't even make sense
* Set permissions for Vibrator intensity controloptimumpr2017-04-07
|
* init: usb: fix broken idVendorOndrej Hlavac2017-04-07
| | | | wtf was that...
* init: remove additional userOndrej Hlavac2017-04-07
| | | | [ 2.623325] init: /init.qcom.rc: 842: user requires 1 argument
* init: Delete /mnt/sdcard symlinkNick Kralevich2017-04-07
| | | | | Bug: 28108983 Change-Id: Id3fd161d607d8193d53c4a5536560120fe89f6d3
* init: Delete dhcpcd entries, since dhcpcd is no more.Lorenzo Colitti2017-04-07
| | | | | Bug: 27192644 Change-Id: I1aa25190c07f027884421d91c1e93f214493382d