Commit graph

1601 commits

Author SHA1 Message Date
George Lee
433a2566e6 bcl: enable batoilo thermal zone
Enabling batoilo thermal zone.
Reduced soft_ocp_warn per bug 184739333.

Bug: 194240210
Test: Local test: flash and boot
Signed-off-by: George Lee <geolee@google.com>
Change-Id: I4cad70946af1cd8ffd2131df9f505dac49b8c8f8
2021-07-30 20:49:41 +00:00
Lisa Liu
92e363fd0b gs101: Start bootanimation explicitly. am: d0d93ba55f am: 1044f6b98b
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15427350

Change-Id: I02233c6295c305d36b89956f43b4e50c303f08e9
2021-07-30 14:38:29 +00:00
Lisa Liu
3dc387bc59 gs101: Start bootanimation explicitly. am: d0d93ba55f am: 55c126ed27
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15427350

Change-Id: I6ca00052432b24e6129825a482d5cc39ec905383
2021-07-30 14:33:14 +00:00
Lisa Liu
2fae219f92 gs101: Start bootanimation explicitly. am: d0d93ba55f
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15427350

Change-Id: I9871829fadac217984b6016bb110fed1245b7dfd
2021-07-30 14:17:29 +00:00
Ryan Chu
253dc040d2 Updating the default layouts for factory image am: c4ad81bb30
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15424990

Change-Id: I808c76b8955122cd2e962f6bc6821db69e7fbb54
2021-07-30 08:20:20 +00:00
Ryan Chu
81122b43d2 Updating the default layouts for factory image
Add 3 Apps to the home screen hotseat

AndroidTestTool
LabelBarcode
BatteryChargeTool

Bug: 194880256
Change-Id: I52c77ac7bbcd5e7bded9ea8687bda14f7aa7e4f9
2021-07-30 06:20:26 +00:00
Lisa Liu
d79a11550b gs101: Start bootanimation explicitly.
Start bootanimation explicitly by name. Let animation start before
surfaceflinger to avoid the condition ctl.start bootanim queued after mount_all command.

Bug: 193726798
Bug: 191910503
Test: boot test
Change-Id: Id0d276ac8bca39c6ac1dae2b2d542107a9522b91
2021-07-30 14:08:15 +08:00
chened
cdf723a5d7 camera: re-enable ebuf for factory build am: 75e4d9308d
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15416422

Change-Id: Ia3dd7b50683a515b808012f0b18077b4fb8da61e
2021-07-30 04:30:01 +00:00
chened
7e2a8f38b1 camera: re-enable ebuf for factory build
Test: build pass
Bug: 192041653
Change-Id: I39b7a244c5b511c02892e5bafcb684dd4d07a308
2021-07-30 04:16:51 +00:00
Tom Hsu
98c29f3b14 Revert "Disable TTY as it is not supported on these devices." am: 3dd20c16d4 am: 0bae33831e
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15416424

Change-Id: I7be299b377b38da2f3ef9d85dc456011ba762b03
2021-07-30 02:35:02 +00:00
Tom Hsu
768c6c5d3b Revert "Disable TTY as it is not supported on these devices." am: 3dd20c16d4
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15416424

Change-Id: Ie67da23efe093ece76530621611e2cd20b3350d1
2021-07-30 02:25:55 +00:00
Tom Hsu
fbf3ed5d4c Revert "Disable TTY as it is not supported on these devices."
This reverts commit ce6f6da1587615240b7cd2582209c6838cb3bec8.

Reason for revert: Due to b/194243206, TTY shall keep supporting for WCDMA/GSM devcie. Thus revert this CL for pixel 2021 and after.

Bug:194243206
Test: b/194243206#comment22
Change-Id: I650eb50a12bebcd55d04a4ab18bf1d78480a0af5
2021-07-30 02:06:55 +00:00
Bart Van Assche
60b8369403 init.gs101.rc: Reduce the queue depth for /dev/sda am: 0a5e639661 am: 41610d9911
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15394230

Change-Id: I4d4fcd478aa234ca625301d9b254e18b2c1d7738
2021-07-29 22:00:01 +00:00
Bart Van Assche
0d0c125d57 init.gs101.rc: Reduce the queue depth for /dev/sda am: 0a5e639661
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15394230

Change-Id: I98cd726e6a550ea77703463d536e7e21be769e2d
2021-07-29 21:45:23 +00:00
Bart Van Assche
864a08d3a7 init.gs101.rc: Reduce the queue depth for /dev/sda
Use the default chosen by the block layer (64). The purpose of this patch is
to reduce storage latency. Without this patch:

 # grep -aH . /sys/block/sd*/queue/nr_requests
/sys/block/sda/queue/nr_requests:256
/sys/block/sdb/queue/nr_requests:64
/sys/block/sdc/queue/nr_requests:64
/sys/block/sdd/queue/nr_requests:64

With this patch applied:

 # grep -aH . /sys/block/sd*/queue/nr_requests
/sys/block/sda/queue/nr_requests:64
/sys/block/sdb/queue/nr_requests:64
/sys/block/sdc/queue/nr_requests:64
/sys/block/sdd/queue/nr_requests:64

Bug: 194450129
Test: Built Android images and installed these on an Android phone.
Change-Id: I236874f3791d62a2d5faf0d37a149025639f5c4a
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
2021-07-29 13:31:50 -07:00
David Chao
1f8024449c dumpstate: dump state2power table am: bac5bc98ae am: e2ec28f639
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15151834

Change-Id: I8fcbae75d40a36c8ab936474dae6beddc0b6f1d7
2021-07-29 07:56:18 +00:00
David Chao
3e6c40cd69 dumpstate: dump state2power table am: bac5bc98ae
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15151834

Change-Id: I70dcd09ff5fe062a674e99ea706c558aeec66bd7
2021-07-29 07:40:25 +00:00
David Chao
e00e552787 dumpstate: dump state2power table
Dump state2power table in cooling_device

Bug: 189488358
Test: local test and state2power table can be dumped.
Change-Id: Ifb9a8e41158c5452b2f6e856d30ac97011460298
Signed-off-by: David Chao <davidchao@google.com>
2021-07-29 07:13:33 +00:00
Rick Yiu
2c70866cd8 gs101: Disable system group boost in off charger mode am: 2dd7f1765a am: 14bd65bdd6
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15396511

Change-Id: Ie859473bb68d98e86f42bf016827878b5ffa3827
2021-07-28 02:02:47 +00:00
Rick Yiu
8eaf1bde07 gs101: Disable system group boost in off charger mode am: 2dd7f1765a am: ececf7a2db
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15396511

Change-Id: Ic69565a21393f4f2d54f509a7255a3cc26e3a78c
2021-07-28 01:59:10 +00:00
Rick Yiu
5c70b6daf4 gs101: Disable system group boost in off charger mode am: 2dd7f1765a
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15396511

Change-Id: Ia48f6bb7dd5073b11f8de03386e3049251ee5b90
2021-07-28 01:41:12 +00:00
Rick Yiu
e05964f062 gs101: Disable system group boost in off charger mode
Bug: 193192017
Test: build pass
Change-Id: Ieb5ff22808f22eb5796950d427986f352d748839
2021-07-28 01:24:48 +00:00
Andrew LeCain
58a5239315 Set owner for mfg_data partiton. am: 7493d01817 am: 83fc9446f5
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15388682

Change-Id: I7dab6511720000d75ad684307d1221249b4c25bb
2021-07-27 22:02:00 +00:00
Andrew LeCain
b16a072975 Set owner for mfg_data partiton. am: 7493d01817
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15388682

Change-Id: Ia188b1b103903395e486c52d65ae3d8d9c391842
2021-07-27 21:50:27 +00:00
Andrew LeCain
20c4f4090c Set owner for mfg_data partiton.
Enable the FP HAL to read from the mfg_data partition chowning to system

Bug: 193549276
Test: sideload cal with valid signature. auth. enroll.
Change-Id: I0897e545dc368782587ae031716012a806d05485
2021-07-27 21:32:11 +00:00
Badhri Jagan Sridharan
939838742e gs101: recovery: Set maxpower to allow charging from SDP port am: 211495c86a am: d7a49d9580
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15388681

Change-Id: I747ecc4b385f4c26c951338b9d61eb1de6edc5bb
2021-07-27 21:01:12 +00:00
Badhri Jagan Sridharan
92c9f2278e gs101: recovery: Set maxpower to allow charging from SDP port am: 211495c86a am: 0a8d03efa6
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15388681

Change-Id: I8ce14996322a387e032240d943975ebe9be144f1
2021-07-27 20:44:29 +00:00
Badhri Jagan Sridharan
537a913a55 gs101: recovery: Set maxpower to allow charging from SDP port am: 211495c86a
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15388681

Change-Id: I040befa12318da8bea09c24273974187c701059e
2021-07-27 20:29:21 +00:00
Max Kogan
0e5662cc63 Add AoC wakeup stats to dump state am: 360ad16d6a am: 8e0d97659c
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15393903

Change-Id: I9cccefc45edb1d806c2729685afdce6f0e28ccdb
2021-07-27 20:08:00 +00:00
Badhri Jagan Sridharan
a7c0b48fc4 gs101: recovery: Set maxpower to allow charging from SDP port
Leaving maxpower at default i.e. 2mA prevents the phone from
charging from SDP ports. Setting this to 900mA. Kernel would
then set the current limit to 500/900mA based on the configured
speed.

Bug: 194722479
Test: Boot to recovery; Through uart cat maxpower;
Signed-off-by: Badhri Jagan Sridharan <badhri@google.com>
Change-Id: I763c70eb5d19f74e6e846155af69c25ca3e91f85
2021-07-27 20:07:58 +00:00
Minchan Kim
cc688629fb gs101: increase swap size am: e7ea5deba6 am: fe940f6e54
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14824045

Change-Id: I64588ff99eac847c8d4d80193aac516b2c1f59a7
2021-07-27 20:07:48 +00:00
Max Kogan
1d0d03de75 Add AoC wakeup stats to dump state am: 360ad16d6a
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15393903

Change-Id: Ia2d677e1994869e08622b02df07aa78a571d6d4d
2021-07-27 19:44:07 +00:00
Minchan Kim
798e375d64 gs101: increase swap size am: e7ea5deba6
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14824045

Change-Id: Ic2813eb414f4fd05744e1eeba50050a8b47ea3f6
2021-07-27 19:44:00 +00:00
Max Kogan
e1039ea565 Add AoC wakeup stats to dump state
Need wakeup stats to track AoC to AP messages resulting
in frequent wake-ups.

Bug: 192668026
Change-Id: I99cca607d74b63a974d0b89bc0ba14022bcc22ec
2021-07-27 19:23:05 +00:00
Minchan Kim
c0f6127a16 gs101: increase swap size
Since we have 8G/12GB ram, increase swap size from 2G to 3G
since 3G swap shows best result.

note: we had used 2G swap for even 4G ram devices.

Bug: 187488125
Signed-off-by: Minchan Kim <minchan@google.com>
Change-Id: Iea8ab1126c378cd02a89c2ef982262431c894487
2021-07-27 19:08:10 +00:00
Jack Wu
f035490883 add permission for pca charge_stats access am: 29057d5010 am: 15908697b5
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15359875

Change-Id: If524be268835b1beb3a65cd739fe2a42c493bfec
2021-07-27 02:47:04 +00:00
Jack Wu
fddbb1cb32 add permission for pca charge_stats access am: 29057d5010
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15359875

Change-Id: I3b17c5c5b9bff2edab5982938176d7831f3ae42f
2021-07-27 02:29:16 +00:00
Jack Wu
b089995845 add permission for pca charge_stats access
Bug: 194386750
Test: no Permission denied while accessing the file node
Signed-off-by: Jack Wu <wjack@google.com>
Change-Id: Ia399e59a2f7098147522161d5c7458545febfb77
2021-07-24 06:42:51 +00:00
Ankit Goyal
f68e432deb Include memtrack in product packages am: 77e2cdea93 am: 6490f5cb3e
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15268977

Change-Id: Ic04b13db986dadec3f0f340bf46b3541ffd57819
2021-07-23 21:42:04 +00:00
Ankit Goyal
fc6dd232e6 Include memtrack in product packages am: 77e2cdea93
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15268977

Change-Id: Id562576c57e02855dcbfa480508125f4f343d971
2021-07-23 21:24:50 +00:00
Ankit Goyal
099ff5167b Include memtrack in product packages
Bug: 191966412
Test: adb shell dumpsys meminfo
Change-Id: Ie521d242274502d70d228faeab0727abee5284b4
2021-07-23 20:52:52 +00:00
Meng Wang
ac68a4c562 Move CDMA feature XML inclusion to device specific mk files am: 412fc665cc am: 2c489c97a1
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15363243

Change-Id: Ibf46977597a94bd7e10d22af1e71ce298c38d3e2
2021-07-23 18:37:06 +00:00
YiHo Cheng
e15624d3d2 thermal: Update usb_pwr_therm2 emul_temp control am: 25ab176251 am: 63b127626c
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15359876

Change-Id: Ie3a773eba5779ed00b85ddcd93c3f262cb185229
2021-07-23 18:36:51 +00:00
Meng Wang
3c9f24ac5d Move CDMA feature XML inclusion to device specific mk files am: 412fc665cc
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15363243

Change-Id: Id9fac3fdac90b450b977977bb395f007ebae4a88
2021-07-23 18:18:26 +00:00
YiHo Cheng
44dae94fde thermal: Update usb_pwr_therm2 emul_temp control am: 25ab176251
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15359876

Change-Id: I5b446bbdfa9d8ba1bc649f53aa5f80a2c2c75684
2021-07-23 18:17:48 +00:00
Meng Wang
fbb1a572a1 Move CDMA feature XML inclusion to device specific mk files
So devices not supporting CDMA don't include the feature by mistake.

Bug: 194307361
Test: inspect build artifacts - telephony.cdma.xml is included
Change-Id: I0fe3a3624d2cda2b57347402d62e8a16513174e5
Merged-In: I0fe3a3624d2cda2b57347402d62e8a16513174e5
(cherry picked from commit d808d99ce089ca4c7ff4e2abe8ee76b4eeb38a64)
2021-07-23 17:50:41 +00:00
YiHo Cheng
2bb5a796f9 thermal: Update usb_pwr_therm2 emul_temp control
Update usb_pwr_therm2 emul_temp control to allow
vendor.disable.usb.overheat.mitigation.control to disable/enable
usbc-port throttling to prevent device offline during thermal
mitigation test in lab.

Bug: 194252201
Test: setprop vendor.disable.usb.overheat.mitigation.control 0/1 to
check usb_pwr_therm2 temperature reading

Change-Id: Ia522706ce32bee68596b977a3e526f0b951a95ca
2021-07-23 17:45:41 +00:00
Rick Yiu
725a51d332 gs101: Add a new profile for camera power tuning am: 1b33e486e7 am: f0b7304c01
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15283137

Change-Id: I3412b14b4eef45a9d3d3e026b5ae072cb900f1d3
2021-07-23 14:22:46 +00:00
Rick Yiu
02ff983d53 gs101: Add a new profile for camera power tuning am: 1b33e486e7
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15283137

Change-Id: Ib1bb4f3d4404a1589e7228c7e997b3c3450aa054
2021-07-23 14:07:45 +00:00
Devika Krishnadas
b2f9eadc84 Update late duration am: 9eee175664 am: feb976f3ac
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15337090

Change-Id: I0300bafad80a6605765cd2b735a7fd6f33cf0555
2021-07-23 13:59:46 +00:00