aboutsummaryrefslogtreecommitdiff
path: root/init (follow)
Commit message (Collapse)AuthorAge
* msm8996-common: Adapt libinit to Android 12dmd792022-08-07
| | | | Change-Id: I3fa2723d4825fe4f6efc7178a77a280fb744daf8
* msm8996-common: Move oem unlock prop set to libinitDavide Garberi2021-10-19
| | | | | | * Since eleven the property wouldn't get its new context anymore, so work around that Change-Id: If2f987dd28e1423f53460c65aaa6c03568d94eba
* msm8996-common: Adapt libinit to Android 11Lucchetto2021-10-19
| | | | Change-Id: Ia6b6f753891b639dad4e380bdba6b594faf2a550
* msm8996-common: Convert libinit_msm8996 to blueprintdianlujitao2019-11-05
| | | | Change-Id: I990a4d2c68cd51f0043390408c3b128c4bb20900
* msm8996-common: init: Remove ro.board.platform checkDavide Garberi2019-11-05
| | | | | Signed-off-by: Davide Garberi <dade.garberi@gmail.com> Change-Id: I0d7ef57b31e8cc75fadd4d5d04fd70690af01939
* msm8996-common: Remove power-off alarm stuff from init extensiondianlujitao2018-11-18
| | | | | | | | | | | | * CAF's init.qcom.early_boot.sh checks /persist/alarm/powerOffAlarmSet before setting ro.alarm_boot, but on Oreo nothing writes to that file, thus code is never executed and the prop is never set. * Without ro.alarm_boot=true, the system will boot normally instead of boot to min framework even on rtc, and alarm will ring after boot completed. Change-Id: Ie4d30358314337c229a66a16195f675198ef7d52 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: init: CleanupDavide Garberi2017-12-11
| | | | Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: init: Decent TABs indentationDavide Garberi2017-12-02
| | | | Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: init: Update for OLuca Stefani2017-12-02
| | | | | Change-Id: I635dc8d27f92f9a2fa83da62c2f32e48bd2c7680 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: init: Check if power off alarm is setMichael Bestas2017-12-02
| | | | | | | | | Check if power off alarm is set, then set alarm's properties Adapted from Mao Jinlong <c_jmao@codeaurora.org> patch in init.qcom.early_boot.sh Change-Id: Ib86584d1c09aba07c47435ac8bed39aac79a80f7 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: init: Check reboot_reason when setting alarm_boot propZhao Wei Liew2017-12-02
| | | | | | | This was missed out from init.qcom.early_boot.sh. Change-Id: Iab5b0d7782a53b97315d2aa9d0c301ed7725e01d Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: init: Use core init function to read from filesBruno Martins2017-12-02
| | | | | Change-Id: I3fd23490bcdfa4097dad73161ad226337e93cd18 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Use more conservative VM parametersDiogo Ferreira2017-12-02
| | | | | | | | | | | | | | | | | | | | | | | The maximum heap size for each virtual machine is 1GB. This is too big and puts too much pressure on both the garbage collector when it tries to perform collections in older generations. The symptoms are simple, some applications will allocate objects that live long enough to be promoted to older generations, escaping the efficient CMS collections. Eventually, a stop-the-world collection will go through this large block of memory and cause applications to pause for too long. Additionally, the out of memory killer follows a LRU approach where it tries to kill older applciations to make room for new ones. The problem arises when the least recently used applications don't have large heaps but the most recent ones do. When this happens the system halts to a crawl while older apps and services are killed and respawned in a never ending cycle of jankiness. These values were obtained experimentally but actually match the defaults for devices with >2gb of ram and xhdpi. Change-Id: I73a92269ceac61dd4d4c1b1600f55a21534a27a0 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Cleanup and update init extension for NBruno Martins2017-12-02
| | | | Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: init: Dynamically set Dalvik propertiesLuK13372017-12-02
| | | | | Change-Id: I656cbed7abf351fea4129e7ff3c930eb9d8914ae Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: init: Checkout to NDavide Garberi2017-12-02
| | | | Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Commonize the device treedd3boh2017-10-31
| | | | Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: init: Update for OLuca Stefani2017-09-07
| | | | Signed-off-by: dd3boh <dade.garberi@gmail.com>
* init: Change ro.product.modeldd3boh2017-09-06
| | | | | | I prefer it like this :P Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: init: Dynamically set Dalvik propertiesLuK13372017-09-06
| | | | | Change-Id: I656cbed7abf351fea4129e7ff3c930eb9d8914ae Signed-off-by: dd3boh <dade.garberi@gmail.com>
* aex-ifydavidevinavil2017-05-01
|
* z2_plus: DU-ifydavidevinavil2017-04-07
|
* z2_plus: Reconfigure initdavidevinavil2017-02-01
| | | | Change-Id: I4108d946fe4005af64a34b46e68dd94cdef98a6b
* Set right deviceFedor9172017-01-20
|
* z_2plus: Initial cleanupOrdenKrieger2017-01-14
| | | | *Lets start
* add local_manifest and some overlay editdavidevinavil2017-01-03
| | | | Change-Id: Ifd9184c31569d88a21d989e6df59d20e47aed135
* Fix ramdiskFrancesco Colella2016-12-13
|
* Add initFedor9172016-11-10
|
* Initialising brunch based on davidevinavil device tree (CM14.0 branch)Fedor9172016-11-10
|
* Initial commitFedor9172016-10-26