Commit graph

1108 commits

Author SHA1 Message Date
Jack Wu
6908766de0 gs101: separate WirelessCharger from device_framework_matrix_product
Bug: 198221475
Test: WirelessCharger can run
Signed-off-by: Jack Wu <wjack@google.com>
Change-Id: I7120f5f5338dc95ca19a977ad0028b54a410c80a
2021-09-01 13:07:58 +00:00
leohsieh
0385e708a6 Remove project info from udfps_common.mk
Move GOODIX_CONFIG_BUILD_VERSION to device mk.
Fixes "There is no fp HAL on factory build".

Bug: 197213960
Test: lunch oriole-userdebug
Test: lunch factory_oriole-userdebug
Test: lunch oriole_hwasan-userdebug

Change-Id: I39ba0675eb3046d7d8229a996f3d728aedc59b02
2021-08-31 11:23:29 +00:00
Eric Biggers
f8622be0fd Generate a separate fstab file for FIPS mode am: 08c8bc2e40
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15522272

Change-Id: I989dad797866cc82ad11cf2bca3e705370689517
2021-08-30 23:16:38 +00:00
Eric Biggers
f739cf68c0 Generate a separate fstab file for FIPS mode
Add a file "fstab.gs101-fips" alongside the existing "fstab.gs101" in
order to specify different encryption settings in FIPS mode.

"androidboot.fstab_suffix=gs101-fips" on the kernel command line will be
used to select the FIPS fstab when needed.

As the two fstabs should be otherwise identical, generate them from a
template file so that they will stay in sync.

Note that generating the fstabs requires that they be installed as build
system modules rather than via PRODUCT_COPY_FILES, which results in the
vendor_ramdisk copy of the fstabs being installed to system/etc rather
than /.  This shouldn't cause any problem, now that Android has been
updated to look for the fstab in this location too.

Bug: 191417025
Change-Id: I1d115e014df8ba2fb83046ac0b9b791597364846
2021-08-30 14:09:06 -07:00
Puma Hsu
f723d1535f usb: fix the naming for uwb mode am: af3face69d
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15706017

Change-Id: Ifc461cbcaee2802e8e7a7dce499565cd172a3b2c
2021-08-30 02:24:22 +00:00
Puma Hsu
c798852213 usb: fix the naming for uwb mode
In previous we created a new bootmode "uwb" which will enable
the ACM port, but the name was wrong. Rename it as "usbuwb"

Bug: 187877902
Test: ACM port can be enabled
Signed-off-by: Puma Hsu <pumahsu@google.com>
Change-Id: Id27930c4c34e7272cebf1825b6aa68f526e84112
2021-08-29 22:21:30 +08:00
Victor Liu
d85344a3c2 Bug: 192233033
Signed-off-by: Victor Liu <victorliu@google.com>
Change-Id: I3db1a5b6860956290e46909c0900442947da4125
2021-08-28 17:33:14 +00:00
Bob Badour
a63bb9d513 [LSC] Add LOCAL_LICENSE_KINDS to device/google/gs101
Added SPDX-license-identifier-Apache-2.0 to:
  fingerprint/fpc1540/fp_tool/Android.bp

Bug: 68860345
Bug: 151177513
Bug: 151953481

Test: m all

Exempt-From-Owner-Approval: janitorial work
Change-Id: I82ead6a8a6fdef70712d5193174e8652e785a7d4
2021-08-26 12:06:55 -07:00
eddielan
ffb00dfe09 fingerprint: Add performance configuration
Bug: 195999248
Test: Build Pass & perform authentication on device
Test: The latency is reduced from 352ms to 133ms
Change-Id: Id0c4e34fb98aa50995449ff66ffe894a37a1bdeb
2021-08-26 11:42:59 +00:00
Puma Hsu
273d9467ae usb: create new functions for uwb am: 563421fa4f
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15659566

Change-Id: I24928bb50356d01199ba7de2a331e425b9884b93
2021-08-26 06:53:40 +00:00
Puma Hsu
fbcb7ad5dc usb: create new functions for uwb
uwb needs ACM port, create this function combination.

Bug: 187877902
Test: ACM port can be enabled.
Signed-off-by: Puma Hsu <pumahsu@google.com>
Change-Id: I14c6af95bbd5e9e0b2c4a17a1fffb6e04def2c9b
2021-08-26 06:37:39 +00:00
Rex Lin
45b4d2d89b uwb: add uwb diag modules into the dlkm blocklist
Bug: 191339300, 192638358

Test: verified pass with local build
Change-Id: I24cfe8b490bee6b8872111cfb4f9d77de3e603a2
2021-08-26 03:11:54 +00:00
Edwin Tung
65df057316 gps: update gps driver 129.20.23.512827 am: b4ee393e13 am: e02fb18427
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15659562

Change-Id: Ifcbf931bff6d12968da59af73b433ed485f7cef7

Fix automerge conflict

Bug: 197717433
Change-Id: Id1983d386ae72310d1556588f56bdf9745403ff7
Merged-In: I0cf86bd1f3b304d7f0855c65a5e0d85c0493732d
Merged-In: I5095172b5c38aa93ddd2ecc4f75e7bed7aeeaf73
2021-08-25 13:32:24 +00:00
Edwin Tung
31cf630527 gps: update gps driver 129.20.23.512827 am: b4ee393e13
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15659562

Change-Id: If37d23febac5921bb090fadf74ffeb1a4f482985
2021-08-25 09:21:00 +00:00
Edwin Tung
09ea2fd293 gps: update gps driver 129.20.23.512827
Set minimum interval 1000ms for CHRE request
Fix position gap in scheduling request
URA value should not be divided by sqrt of 2 regardless of position source
Enable SvPvt logic even the period is less than 1s
Fixed Native crash: Additional check before using gyro mean as VDR measurement.

Bug: 196499748
Bug: 196927451
Bug: 197141478
Bug: 196851941
Bug: 197061041

Sanity Test: 197583040
Test: build pass

Change-Id: I1409f75e50a7b8402c967957fa4148823d22caea
2021-08-25 09:08:11 +00:00
Petri Gynther
6bda769bb0 Revert "gs101: use prebuilt GKI boot.img for production builds" am: 314ca8bcf6
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15629452

Change-Id: I9841d73cdd95db3fc1391aba1ce28a7d706aeaea
2021-08-23 19:46:36 +00:00
Petri Gynther
ccbd2c7431 Revert "gs101: use prebuilt GKI boot.img for production builds"
This reverts commit 96007d8f9cab5f6028cb4a1b15e30c6ffe8bf5dd.

Temporarily revert prebuilt boot.img usage on sc-qpr1-dev
until we have official signed GKI boot images available.

Bug: 188095549
Bug: 191417025
Change-Id: I2f9907d3674f8a8869aac3c926994e116c76a91b
2021-08-23 19:20:43 +00:00
Oleg Matcovschi
ca48019151 bootctrl: enforce synchronous write operation am: 354f3c6d2e
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15641057

Change-Id: I268eb006ee3ba4d479317fb00c233a3f5101ae58
2021-08-21 06:52:23 +00:00
Oleg Matcovschi
95f4b9ccb7 bootctrl: enforce synchronous write operation
Bug: 197104397
Signed-off-by: Oleg Matcovschi <omatcovschi@google.com>
Change-Id: Ifbc612fc40847395ccb751463b1bb15bd3f20657
2021-08-20 17:16:35 +00:00
SongFerngWang
b55cbdf42f Enable the Connectivity helper Settings UI am: f3c254dd05 am: 52d09f5d1c
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15337099

Change-Id: I3b272d7ceb0bf13667bbb1dc1a1c16ee5adc002b
2021-08-20 17:05:25 +00:00
SongFerngWang
a07c71c4c7 Enable the Connectivity helper Settings UI am: f3c254dd05
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15337099

Change-Id: I3438eac67e7dc2ec085975fe7d2c430ff585e02f
2021-08-20 16:44:15 +00:00
SongFerngWang
b296e9a28d Enable the Connectivity helper Settings UI
Bug: 190018497
Bug: 190017996
Test: build pass
Change-Id: I0970be731d37a25d73ee0cc7e5c147627567b4ed
2021-08-20 16:29:31 +00:00
AleX Pelosi
ac171ac32d gs101: use CPU4 in charger mode am: 5ac742b9fc am: 3fb606c6a6
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15631479

Change-Id: I006252fa85755ec29f808dd682b124b8ec606e24
2021-08-20 00:28:16 +00:00
AleX Pelosi
115455b772 gs101: use CPU4 in charger mode am: 5ac742b9fc
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15631479

Change-Id: I5d918af95f3a8f6587cebe65ea806468d04c286e
2021-08-20 00:11:10 +00:00
AleX Pelosi
41fcd9e444 gs101: use CPU4 in charger mode
For charging efficiency certification swap CPU6 with CPU4 while in
off-mode charging.

Bug: 194146139
Signed-off-by: AleX Pelosi <apelosi@google.com>
Change-Id: Ib2bee00b952df65d60534342e20f5d331b839e4c
Merged-In: Ib2bee00b952df65d60534342e20f5d331b839e4c
2021-08-19 23:49:43 +00:00
Chris Fries
cad92233b5 Revert "device.mk: Freeze vendor security patch 2021-09-0x" am: 376fb1a2fe am: b51eb8ef23
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15520497

Change-Id: I9a14bb0b04fd7e347aae95d098cb5294b2ef26c2
2021-08-19 20:09:28 +00:00
Chris Fries
43348d59a2 Revert "device.mk: Freeze vendor security patch 2021-09-0x" am: 376fb1a2fe
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15520497

Change-Id: Iac2bb7179bb324642674651b27d3be3262d4533e
2021-08-19 19:56:15 +00:00
Chris Fries
ad0409f917 Revert "device.mk: Freeze vendor security patch 2021-09-0x"
Undo this temp hack before launch.

Bug: 187105270
Change-Id: Ieb210d1c713aa4434748af8d6848574f5da7f798
2021-08-19 11:15:06 -05:00
George Chang
957e03aca2 Remove NFC/SE settings from common gs101
Bug: 196825539
Test: build pass
Merged-In: I1833e3206403f1fce30377daaf942e617ed499b7
Change-Id: I1833e3206403f1fce30377daaf942e617ed499b7
2021-08-19 07:22:04 +00:00
Taehwan Kim
5047fbee2d firmware: mfc: update release MFC F/W(21/08/13) am: 632f404d83 am: 773ff8ebff
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15580548

Change-Id: Iae0e74be596ea86322487a10c98e3c393ef393c3
2021-08-18 22:01:09 +00:00
Taehwan Kim
03dee4e377 firmware: mfc: update release MFC F/W(21/08/13) am: 632f404d83
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15580548

Change-Id: Iee309bb431bf64c2f17372181b21781f0c6bd66d
2021-08-18 21:40:15 +00:00
Taehwan Kim
72cccf1d6f firmware: mfc: update release MFC F/W(21/08/13)
- Reverted the "Implemented so that H.264 decoder return
FEATURE_NOT_SUPPORTED error when content is 10-bit" feature

Bug: 196487829
Test: android.mediav2.cts.DecoderColorAspectsTest
Signed-off-by: Taehwan Kim <t_h.kim@samsung.com>
Change-Id: Iaffa77b07d341c973b12abf26250f8c12ce3ce5a
2021-08-18 21:27:09 +00:00
Chris Fries
42d90e34be device.mk: Freeze vendor security patch 2021-09-07 am: c2c594926f am: 8d34aa1bfb
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15613533

Change-Id: I1a7bb1661c21c26d6ade9db0ebfb8b74bd815731
2021-08-18 20:23:50 +00:00
Chris Fries
b31a45d447 device.mk: Freeze vendor security patch 2021-09-07 am: c2c594926f
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15613533

Change-Id: I4d0c39d7e20e2c75afd5bb77cb9b578ec58a95af
2021-08-18 20:04:12 +00:00
Chris Fries
6d42117462 device.mk: Freeze vendor security patch 2021-09-07
(stopship hack) Roll forward the SPL so that we can test
rollback cases in testing before launch.

Bug: 187105270
Change-Id: Ic0bdb7e3ece264aa42af1965421a485a8f16980b
2021-08-18 12:51:30 -05:00
George Lee
559785d77b bcl: Put OCP_WARN level back to original level am: 70d560fc98 am: 9a5ae04034
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15583753

Change-Id: If2cadbbdb8e1706aed3c5a1852e1354e5236bf93
2021-08-17 16:52:07 +00:00
George Lee
a9377aac5d bcl: Put OCP_WARN level back to original level am: 70d560fc98
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15583753

Change-Id: I0a27cb99eed07d8826c2e1b00da1681d008deb7f
2021-08-17 16:38:07 +00:00
George Lee
1fd62f31bf bcl: Put OCP_WARN level back to original level
Bug: 196833426
Test: Boot and confirm proper level set
Signed-off-by: George Lee <geolee@google.com>
Change-Id: I3f46c74f35925ee0b31ec719b93d007e93a5a18f
2021-08-17 16:21:12 +00:00
Chris Fries
01e5bfb00e device.mk: Freeze vendor security patch 2021-09-06 am: ead2bd66e1 am: ca409cb334
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15580480

Change-Id: Ie9eb509c96afeb313fd713caeb1de4a171f9de52
2021-08-17 00:16:59 +00:00
Chris Fries
aed3eda558 device.mk: Freeze vendor security patch 2021-09-06 am: ead2bd66e1
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15580480

Change-Id: Ia6fb63a77cb344e352187c4993d52f01af42897f
2021-08-16 23:43:08 +00:00
Chris Fries
44b49fdcab device.mk: Freeze vendor security patch 2021-09-06
(stopship hack) Roll forward the SPL so that we can test
rollback cases in testing before launch.

    Bug: 187105270

Change-Id: Ia6e75f0b6699f7967d4b92ef973f5ca6af1b5e6a
2021-08-16 15:29:32 -05:00
Edwin Tung
e5cada8b13 Revert "gps: update gps driver 129.20.23.511689 am: 69fc814a6d am: 01a6494248"
This reverts commit a2c6cb25e3210ba9b743fa8b9244735729d77b21.

Reason for revert: cause build break

Bug: 196583566

Change-Id: Iee1ec16f1ecf1e9d75ea3d0317ccaa9a32cb1fd3
2021-08-14 05:52:52 +00:00
Peter Liu
a61e368648 remove camera prefer idle for streaming low am: 01886a30d7 am: 1bb5ca8046
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15533425

Change-Id: I02f8307ca485dadc6ab8e288ea692d38435b20e3
2021-08-14 05:16:47 +00:00
Peter Liu
2fd2169f7b remove camera prefer idle for streaming low am: 01886a30d7
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15533425

Change-Id: I12a5fda87062c0f7a049d7120bdc43986595a2d6
2021-08-14 05:04:41 +00:00
Peter Liu
cbb6ccd278 remove camera prefer idle for streaming low
Currently, the streaming low hint is not used yet.
but we plan to use it with 30fps mode or at the modes that can remove
prefer idle.

Bug: 195327798

Signed-off-by: Peter Liu <pingchienliu@google.com>
Change-Id: Ibc75bf596bd05831605643c3fe427154fa626093
2021-08-14 04:50:34 +00:00
Paul Crowley
1f1f8cc162 Revert^2 "Enable deleteAllKeys from vold" am: a380060b2e am: 92c097d5e2
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15547745

Change-Id: I92c0ff2a1f1df8ffe5e4b404a73c2d91ea3df820
2021-08-13 23:01:29 +00:00
Paul Crowley
b6ed885346 Revert^2 "Enable deleteAllKeys from vold" am: a380060b2e
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15547745

Change-Id: Ia823434eb06df9d60b3feb631076c968f4ec5ce1
2021-08-13 22:44:56 +00:00
Paul Crowley
80db0638d7 Revert^2 "Enable deleteAllKeys from vold"
Revert of cac9588d7ee8d3e5bfa684cd0bb92db80ac3bac4
aka I0a236e0308b9b8354e669b9261fc22a88a01f743
re-landing change Ife779307db0fe161c8889f7aaab34e2899a6c9e6

Bug: 187105270
Change-Id: I2981420841f2ecdc67a36f9a8c7b81bad00bfe96
2021-08-13 22:23:33 +00:00
Edwin Tung
de4f376909 gps: update gps driver 129.20.23.511689 am: 69fc814a6d am: 01a6494248
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15527098

Change-Id: Ieb95d9b9a75d3b57eff8e71d9209576dc90f499d
2021-08-13 10:46:40 +00:00
Edwin Tung
e37109d6f3 gps: update gps driver 129.20.23.511689 am: 69fc814a6d
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15527098

Change-Id: I9247ce86ae3bf5d435a7eae499e918924ced1598
2021-08-13 10:31:34 +00:00