aboutsummaryrefslogtreecommitdiff
path: root/rootdir (follow)
Commit message (Collapse)AuthorAge
...
* 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
* init: Use GID "wakelock" to control access to kernel wakelockPavlin Radoslavov2017-04-07
| | | | | Bug: 25864142 Change-Id: Ibec143499b7165213f26d511361b36794d2b9fdb
* init: move /data/tombstone creation to system/coreNick Kralevich2017-04-07
| | | | | Bug: https://code.google.com/p/android/issues/detail?id=93207 Change-Id: Ib65bc78e680cc79b44f8ab29b331db3af9a29d0e
* init: usb: add model & manufacturer infoOndrej Hlavac2017-04-07
| | | | The device is reported as "Android", correct that.
* Remove alipay/ifaa packages and permissionsÁlvaro Brey2017-04-07
|
* ramdisk: Add setprop persist.camera.gyro.disable 0davidevinavil2017-04-07
|
* z2_plus: Update ramdiskdavidevinavil2017-04-07
|
* z2_plus: Update cpusets at boot completeTim Murray2017-01-31
| | | | | | | | | We don't need aggressive load balancing during boot, only after boot has been completed. bug 30040263 Change-Id: Id22ac312751983f774208399b1673459e2351b93
* z2_plus: Fix mac addressdavidevinavil2017-01-29
| | | | | | | | * Let's ensure that wlan_mac.bin exists in persist partition and is valid, otherwise WiFi MAC address is randomized on every boot because qca_cld can't properly read it Change-Id: I82d66b84104802eaa1becdc72a1aec5fd185e5fa
* z2_plus: Remove remaining unused servicesdavidevinavil2017-01-27
| | | | Change-Id: Ibef2c6909b0fa80ae7eb68b70f47cee70f5e78da
* z2_plus: Remove writes to non-existent IPv6 nodesfluxi2017-01-27
| | | | | | | | * Fixes dmesg errors like: init: write_file: Unable to open 'proc/sys/net/ipv6/rmnet_sdio0/accept_ra': No such file or directory Change-Id: I412895a67e3e7c764b2226589658b9242c3608db
* Ramdisk: Move init to rootdirdavidevinavil2017-01-27
| | | | Change-Id: I9926097f65e084c322ce320d43a1654e613e596b
* z2_plus: Add camera-daemon cpusetTim Murray2017-01-27
| | | | | | cameraserver needs to live in its own cpuset on M/S. Change-Id: I1f04ed17d52dffb29d8b379e387c07d0f6ab3ea6
* z2_plus: perflock: Changes in the initialization of perf lockVijay Ganti2017-01-26
| | | | | | | Change the order of initializing perflock and add property to trigger post boot stage completed. Change-Id: I1ac6f2c19ed0993e62fd7ebec96b21998fe68ae6
* ramdisk: Restore cpusetsdavidevinavil2017-01-26
| | | | Change-Id: I7204bb7d9f80742c2678eef612427075876ebddb
* Ramdisk: disable cpusetsdavidevinavil2017-01-22
| | | | Change-Id: I3107be3dc4f9e584394cf46747467851e5714092