Commit Graph

7 Commits

Author SHA1 Message Date
Thierry Strudel
5be9d89166 init-common.rc: set ro.boot.hardware.revision
Bootloader set androidboot.revision on kernel command line and we set
ro.boot.hardware.revision to a numerical string accordingly.

Bug: 64375827
Change-Id: Ib814f765b53155721d86035405fbc6490fb5a2c3
Signed-off-by: Thierry Strudel <tstrudel@google.com>
2017-08-09 22:04:22 -07:00
Maggie White
798459c745 UFS-specific runtime I/O tuning
Tested 1/2x, 1x, 2x, and 4x the current readahead buffer and noop and
cfq I/O schedulers for /dev/block/sda, which contains /data. The most
consistent performance boost was seen across all UFS vendors and storage
sizes using cfq and a readahead buffer of 1024.

Bug: 38000161
Test: Compared 1P app launch times using app-launcher for schedulers
(noop, cfq) and readahead buffer sizes (128,512,1024,2048)

Change-Id: Ifcc9145d6f7a77ba4b3844b7892291eb348d9e1c
2017-07-21 15:29:58 -07:00
John Dias
e49327c478 Change i/o scheduler back to cfq
With noop scheduler, I see dramatic jank with an irritant i/o thread;
going back to cfq, which doesn't have nearly the same negative impact
on UX.

Bug: 62375787
Test: boot, scroll a lot
Change-Id: I3c1ad17f432b25b5359f813e070fd1266dac1f87
2017-06-20 17:16:28 -07:00
Wei Wang
a21f76d060 init-common.rc: enable dm-verity boottime tuning
Bug: 36780513
Test: muskie boot

Change-Id: I102abd2807efd43aa66852efde6dfddf277217b6
2017-06-02 22:30:48 -07:00
Steve Muckle
a035f6bbef disable kernel module loading after boot
Disable kernel module loading after boot on user builds.

Bug: 38204366
Test: boot walleye, confirm kernel module does not load after boot
Change-Id: I40217ff37c1b1bcf00155e5bec74b92a020481f7
2017-05-10 16:28:53 -07:00
Wei Wang
2b9bd3ff9a muskie/walleye: boot time optimization
Bug: 36780513
Test: walleye boots and touch screen works
Change-Id: Ib3ff955886109a000ab43dc6013540bb03a31b78
2017-04-04 09:48:28 -07:00
Thierry Strudel
1db28dc80b init-common.rc: add muskie/walleye specific rc file
Change-Id: I4ef62518124a8c78dbb940e8f533704f9ee8fcb8
Signed-off-by: Thierry Strudel <tstrudel@google.com>
2017-03-27 20:47:11 +00:00