Commit graph

1223 commits

Author SHA1 Message Date
Aaron Ding
a7cb3c5ebc Update ro.soc.model to Tensor am: 8232dd0547 am: fabbca37bc am: 8a1c87eee1
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15509391

Change-Id: Iefdb2292035e6064d581f2b5dcc8cadd988009ed
2021-08-11 16:37:47 +00:00
Aaron Ding
2ca88b86a2 Update ro.soc.model to Tensor
Bug: 194969858
Change-Id: I6cb64d9d0ae08cb71f6c2eefa3700e7bc0a89504
Signed-off-by: Aaron Ding <aaronding@google.com>
2021-08-11 15:53:15 +00:00
Chris Fries
c31243e171 device.mk: Freeze vendor security patch 2021-09-05 am: 97a63828db am: a7f7d69d66 am: c3ab04b8c8
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15520496

Change-Id: Iadbe13c3fbfa3f04b41c3d2447e202711e687cfd
2021-08-11 15:23:28 +00:00
Chris Fries
941f539e9e device.mk: Freeze vendor security patch 2021-09-05 am: 97a63828db am: 4888035eb4 am: 3118548a67
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15520496

Change-Id: I90e78f62f3421b93624537bb7f8dbcfd31b7e4a1
2021-08-11 15:22:29 +00:00
Chris Fries
8a147370a2 device.mk: Freeze vendor security patch 2021-09-05 am: 97a63828db am: a7f7d69d66
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15520496

Change-Id: If4e26c7c6e63be46c10ef6771dfaf8b45288d69b
2021-08-11 15:08:20 +00:00
Chris Fries
f89fbc87d7 device.mk: Freeze vendor security patch 2021-09-05
(stopship hack) Freeze the SPL so that we can test more
rollback cases in testing before launch.

Bug: 187105270
Change-Id: Icb475d6c3331d26a6b5314cbb0cdf2cbe1428a27
2021-08-11 14:37:57 +00:00
George Lee
3a00a1cda1 bcl: lower ocp_warn for tpu and gpu am: c3acda67ac am: 5cfe546552 am: cc452aac9e
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15521030

Change-Id: Icb31685d110590512bf868ed5c7dac837a45ab3d
2021-08-11 02:21:57 +00:00
George Lee
8a86c097e4 bcl: lower ocp_warn for tpu and gpu am: c3acda67ac am: 914bdfb461 am: 483b6b54b2
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15521030

Change-Id: I88b21fd9737cf9c2bcd02cb139ad4992443a4339
2021-08-11 02:16:57 +00:00
George Lee
32041624d4 bcl: lower ocp_warn for tpu and gpu am: c3acda67ac am: 5cfe546552
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15521030

Change-Id: I52d6d5375ea4ffc39093d26a09cb9745897c305f
2021-08-11 02:02:52 +00:00
George Lee
ff8a3c60a2 bcl: lower ocp_warn for tpu and gpu
Bug: 181348043
Test: Local test and verify trip point
Signed-off-by: George Lee <geolee@google.com>
Change-Id: I499bcfecf4a0eea7459f8cdd41d4e7c59129ffef
2021-08-11 01:32:04 +00:00
TeYuan Wang
30316a5adf thermal: provide permission for user space request TPU throttling am: 6067e669ca am: e8f5bb9a8a am: 0ca9c9b573
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15472395

Change-Id: I04fc4df2554512ffe090932d7f84df4adbeabe67
2021-08-11 00:06:16 +00:00
TeYuan Wang
03f7b345f4 thermal: provide permission for user space request TPU throttling am: 6067e669ca am: a10c272ab0 am: ab664f6ab8
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15472395

Change-Id: Iea5171b55b203a8bc9f3115cfebdcac9b5048f39
2021-08-11 00:05:45 +00:00
TeYuan Wang
f87b53892a thermal: provide permission for user space request TPU throttling am: 6067e669ca am: e8f5bb9a8a
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15472395

Change-Id: I3c55352806b79ab7d5a26e57cad912692480fd04
2021-08-10 23:51:46 +00:00
TeYuan Wang
cc9cd89806 thermal: provide permission for user space request TPU throttling
Bug: 188701596
Test: ls -al dev/thermal/cdev-by-name/tpu_cooling/user_vote
Change-Id: I8a53b118b2e8e51603554c5fbb8a085d47422918
2021-08-10 23:18:01 +00:00
Ted Lin
124b668baa dumpstate: move the dump registers from regmap to each driver am: 83a8549940
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15501578

Change-Id: Ia3476e2aaf9070485f4305c6f9bb742a83754677
2021-08-10 08:25:05 +00:00
Ted Lin
8d90260342 dumpstate: move the dump registers from regmap to each driver
dumpstate availible to dump data with below 2 permission:
-r--r--r-- 1 root root
-r--r----- 1 system system
but /d/regmap permission is -r-------- 1 root root
1. we cannot change root to system with chown if the file node is root
2. we cannot change to read with chmod if the file node is root
3. try change permission in vendor_init causes sepolicy build fail with
   message rule neverallow

Base on above results, we added new file node in kernel with available
permission to dump needed data and dump it.

Bug: 194941806
Test: adb bugreport
Change-Id: Ieeb1adfb0351ceb33bf817cbef3663d41cdb8645
Signed-off-by: Ted Lin <tedlin@google.com>
2021-08-10 07:47:14 +00:00
Wen Chang Liu
e4fe96641d Revert "Revert "firmware: mfc: update release MFC F/W(21/08/03)"" am: a698114a37 am: ce4823810e am: 375276eea9
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15472405

Change-Id: I540c5cd5cf0a597fb887c252c2534c7dd0aca34a
2021-08-10 00:31:36 +00:00
Jidong Sun
20d7a84778 mfc_fw: Update to use unsigned FW binary am: e710ba9192 am: 67acf0c025 am: 685717802b
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15486694

Change-Id: I389e88268d811747acd61a7027b1b39bbacf1aed
2021-08-10 00:31:35 +00:00
Wen Chang Liu
63a6947832 Revert "Revert "firmware: mfc: update release MFC F/W(21/08/03)"" am: a698114a37 am: 62a6ea6ab9 am: deda4c62ff
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15472405

Change-Id: I9f3a1d54668484f1967d031eaa7df215a83e8d50
2021-08-10 00:31:12 +00:00
Jidong Sun
d4afb3168b mfc_fw: Update to use unsigned FW binary am: e710ba9192 am: 760196efdf am: 336023fdd1
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15486694

Change-Id: Ibec2979ad71fdc6a7db0bec8007ff31a7379235f
2021-08-10 00:31:11 +00:00
Wen Chang Liu
3df7a76fa6 Revert "Revert "firmware: mfc: update release MFC F/W(21/08/03)"" am: a698114a37 am: ce4823810e
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15472405

Change-Id: I0cb0362f3e5e1b5c2b74955435d7efb57108ed8d
2021-08-10 00:18:26 +00:00
Jidong Sun
300e445c60 mfc_fw: Update to use unsigned FW binary am: e710ba9192 am: 67acf0c025
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15486694

Change-Id: I8e2557c7ba02b2b9b544e2675f899106e86ca6bc
2021-08-10 00:18:25 +00:00
Wen Chang Liu
7742985632 Revert "Revert "firmware: mfc: update release MFC F/W(21/08/03)""
This reverts commit f6fcd437fdfd133ce9ebe343bbaa9dbe1b8e9dbd.

Reason for revert: we should upgrade same MFC FW release together with bootloader since we embedded a MFC FW inside LDFW to speed up authentication flow for P21.
 
Bug: 194873668
Test: video playback, video recording

Change-Id: I84f72e07940dc93acb5b26647091e921f4060df2
2021-08-09 23:50:27 +00:00
Jidong Sun
777118c5fe mfc_fw: Update to use unsigned FW binary
Bug: 195214116
Signed-off-by: Jidong Sun <jidong@google.com>
Change-Id: Ic7b065dd65d813cac7792725b31bb7958d1fa76b
2021-08-09 23:50:27 +00:00
Daeho Jeong
2967143f1d bfq: set slice_idle to 0 am: 25421f8e71 am: a3baff9020 am: 42cdf30257
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15415376

Change-Id: Ide2cf0e5570babee91eec5cb8ffbf7219ee0dac6
2021-08-09 23:47:18 +00:00
Daeho Jeong
7fec368abd bfq: set slice_idle to 0 am: 25421f8e71 am: 98c0b94bea am: 09bc4907f0
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15415376

Change-Id: I13cfc7eba42c154484c3b1ce39a2e0ca5935b21b
2021-08-09 23:46:48 +00:00
Daeho Jeong
94d3188380 bfq: set slice_idle to 0 am: 25421f8e71 am: a3baff9020
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15415376

Change-Id: I449c32c11a461ebdd6c7dbd94342e44336159c21
2021-08-09 23:38:30 +00:00
Daeho Jeong
bb82be6a2a bfq: set slice_idle to 0
Bug: 191606824
Signed-off-by: Daeho Jeong <daehojeong@google.com>
Change-Id: I6a2e52cdf5a43fb2e74b756eb0f1249761d76b0e
2021-08-09 23:10:42 +00:00
Siqi Lin
b9af030ab2 dumpstate: dump recent AP wakeups from AoC DRAM exception am: 42a2e0d8c0 am: d5a85aaac7 am: 5aebf6cbdb
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15474255

Change-Id: I04a53742430e0233ab018fd58e8a007e64b324d7
2021-08-09 20:35:04 +00:00
Siqi Lin
6434c7a7aa dumpstate: dump recent AP wakeups from AoC DRAM exception am: 42a2e0d8c0 am: 7cfde8adbc am: 9141562930
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15474255

Change-Id: I882cb465bd803f66f239821ed184dd1b7408c375
2021-08-09 20:34:24 +00:00
Siqi Lin
20c86c6913 dumpstate: dump recent AP wakeups from AoC DRAM exception am: 42a2e0d8c0 am: d5a85aaac7
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15474255

Change-Id: I7ab51c2eec9f3e0829202e950938f6bdf12350d7
2021-08-09 20:20:19 +00:00
Siqi Lin
1858f3c579 dumpstate: dump recent AP wakeups from AoC DRAM exception
Bug: 186456919
Test: adb bugreport, open Bug Sections "dumpstate_board.txt"
Test: search for "AoC memory exception wake"
Change-Id: I45edeb5138957405f29b9556acb8ff36fdc9310b
2021-08-09 19:52:01 +00:00
Edwin Tung
18e5bf7884 gps: update gps driver 129.20.23.511166 am: 36b32f110a am: 7af3006903 am: 20bb310759
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15463394

Change-Id: I1bbbf73f4390f840c5fbfec396ec9f6d37b0be0c
2021-08-07 05:29:04 +00:00
Edwin Tung
d6e95201fc gps: Remove GpsCarrierType from XML am: 615a91eccf am: b79d8cb328 am: 949f7c8a03
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15427363

Change-Id: I2dcaa46c44c5310b39f0067a52f79d6eb3e911c4
2021-08-07 05:29:03 +00:00
Edwin Tung
aba76314ca gps: update gps driver 129.20.23.511166 am: 36b32f110a am: a01007242a am: d0603f2591
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15463394

Change-Id: I7de8c6972e9e8adc7b2554189f9debc597e25156
2021-08-07 05:19:53 +00:00
Edwin Tung
f7fb957906 gps: Remove GpsCarrierType from XML am: 615a91eccf am: 46fc894490 am: ee26cf26cf
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15427363

Change-Id: If3c57e1864d7c885bc05bcb3778b128da4f620c6
2021-08-07 05:19:51 +00:00
Edwin Tung
8c591e99e1 gps: update gps driver 129.20.23.511166 am: 36b32f110a am: 7af3006903
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15463394

Change-Id: I53f8fee6a4a7390be4ae400e1f6c4ef5774c319f
2021-08-07 05:08:58 +00:00
Edwin Tung
b8ea77a27f gps: Remove GpsCarrierType from XML am: 615a91eccf am: b79d8cb328
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15427363

Change-Id: Id27ea8a1f90057d31aa970a7c162249a6829184c
2021-08-07 05:08:58 +00:00
Edwin Tung
25b2c66ba9 gps: update gps driver 129.20.23.511166
Reset VDR instead of assert when sensor misalignment is detected
Updated the heading process noise logic
Fixed the issue of unintentional COLD start trigger
Fixed the late acquisition by 1 sec due to missing sat aiding
Fix "libgps  : proxy__gps_start, CP Cold Start is running, skip gps_start"
Change in scheduling capability to treat less than 1000ms interval as 1000ms
and ignore accuracy mask
Relax the magnitude check of L5 bias to write to NVMEM
Added CpLppeHighAcc3DPosInAgnssProvideLoc (default:false) to combine a_gnss
and lppe ProvideLocationInformation
Change LogJava to retry connection to log service
Aiding B2a from B1I measurement was fixed
Fixed not to make assistance data request for CP
Change to allow IgnoreRomAlm to work.
Change the searching strategies.
Cange to use previous SIM card's IMSI
More adjustment for the LTE filter Bias
Added xml attribute OnDemandTimeCapability
SW change for the altitude
Implemented robustness for position loss after position request restarts
Fix SUPL OTDOA capability issue

Bug: 195607949
Bug: 193609637
Bug: 195489111
Bug: 194752965
Bug: 194728243
Bug: 194633864
Bug: 194309353
Bug: 194133982
Bug: 193477020
Bug: 193374889
Bug: 193114467
Bug: 192630262
Bug: 192047043
Bug: 191340913
Bug: 189412038
Bug: 193476205
Bug: 194974278

Sanity Test: 195599028
Test: build pass

Change-Id: I2d0367eb8e736c7e349609532d04d891cd51621e
2021-08-07 03:53:24 +00:00
Edwin Tung
204765d8ff gps: Remove GpsCarrierType from XML
Bug: 195087664
Bug: 193476205
Test: build pass
Change-Id: I6dfd0d7dcc349084eaabff64cbf9d3e813dc515f
2021-08-07 03:53:24 +00:00
Adrian Roos
ff80a1b0ea Revert "firmware: mfc: update release MFC F/W(21/08/03)" am: f6fcd437fd am: b4e218a086
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15479540

Change-Id: I9c15142e2c443987d2259295fa81e4ec520c26b0
2021-08-06 14:24:04 +00:00
Adrian Roos
e13ce2d977 Revert "firmware: mfc: update release MFC F/W(21/08/03)" am: f6fcd437fd
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15479540

Change-Id: Ia4c48954c25a99ab517c946412ddc275aa67ad82
2021-08-06 14:09:23 +00:00
Adrian Roos
25eb91fba1 Revert "firmware: mfc: update release MFC F/W(21/08/03)"
This reverts commit 41b4175e030e1bb46805975926a16077c811a4ae.

Reason for revert: Crashes test devices
Bug: 194873668
Fixes: 195743186

Change-Id: Ie857e54138684777c8c402aceccb9181fc090790
2021-08-06 13:49:55 +00:00
ByungGwan Kang
b369d566c3 firmware: mfc: update release MFC F/W(21/08/03) am: 41b4175e03 am: 50d3793575
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15447541

Change-Id: I81272b085995452da1bc812550628870f2612211
2021-08-06 09:51:49 +00:00
ByungGwan Kang
57ce5bb2cc firmware: mfc: update release MFC F/W(21/08/03) am: 41b4175e03
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15447541

Change-Id: I2d58111798ee844f1959d5bfbfad149be7e9c66c
2021-08-06 09:29:53 +00:00
ByungGwan Kang
e5938b1e5e firmware: mfc: update release MFC F/W(21/08/03)
- Implemented so that H.264 decoder return FEATURE_NOT_SUPPORTED error
  when content is 10-bit.
- Implemented to support dynamic frame rate change for Hierarchical-B
  encoder.
- Implemented to support the adaptive GOP feature.
- Fix the MinQuality rate control (20210629 release) bug which encoded
  stream is corrupted when Hierarchical-P/B is enabled.

Bug: 194873668
Test: 1 day pretest (ATL0)
Test: DevCam video recording
Test: Hierarchical-B testing
Signed-off-by: ByungGwan Kang <bk0917.kang@samsung.com>
Signed-off-by: wenchangliu <wenchangliu@google.com>
Change-Id: Ic924c0c6479b952c16f5fa4a4a3511f852774aab
2021-08-06 09:13:08 +00:00
George Lee
039cc96c97 bcl: Enable Instruction print in bugreport am: a545f963b3 am: 425ff9eb06
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15463754

Change-Id: Id64201550a02edd8f57490c83c284d58560ec6a5
2021-08-05 21:17:29 +00:00
George Lee
851f8e1692 bcl: Enable Instruction print in bugreport am: a545f963b3
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15463754

Change-Id: I55a75b1fb09e5ca0a48493ad881a725d09921a2f
2021-08-05 21:01:30 +00:00
George Lee
2107135c90 bcl: Enable Instruction print in bugreport
MPMM/PPM readings, OFFSRC and PWRONSRC will be printed out.

Bug: 195455000
Test: Local Test and confirm its printed.
------ Instruction ... ------
enable_mitigation=1
mpmm_settings=0x1a
offsrc=0x0
ppm_settings=0x0
pwronsrc=0x4
Signed-off-by: George Lee <geolee@google.com>
Change-Id: I1f3e10edc416966f0eba18e0ba94fb56a487eaee
2021-08-05 20:43:54 +00:00
Michael Eastwood
5c51632a19 Attach more CPA traces to bug reports. am: b9c47ce0dc am: 3df06659f1
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15448666

Change-Id: Ic68ec7f2c45b85e4c03749463309002642abe567
2021-08-04 21:14:57 +00:00