gps: update gps 4.13.3_1
Bug: 333849828 Test: b/347129137 atest CtsLocationGnssTestCases atest VtsHalGnssTargetTest Change-Id: I1f6b0a387f58719e9c2e51ed5c45dfda6ff37383
This commit is contained in:
parent
f00036a047
commit
eb3560f067
2 changed files with 9 additions and 2 deletions
|
@ -24,6 +24,9 @@ gnss_device_type=K041
|
||||||
gnss_device_patch_address=0
|
gnss_device_patch_address=0
|
||||||
gnss_device_patch_file=/vendor/firmware/kepler.bin
|
gnss_device_patch_file=/vendor/firmware/kepler.bin
|
||||||
|
|
||||||
|
# Enable/Disable 1PPS Time Sync policy
|
||||||
|
Is1PPSTimeSyncEnable=0
|
||||||
|
|
||||||
# send debug req on MCW oddity
|
# send debug req on MCW oddity
|
||||||
#Chip_Configuration_Io_Options=0x85
|
#Chip_Configuration_Io_Options=0x85
|
||||||
|
|
||||||
|
@ -113,6 +116,8 @@ navicUsedInUSPolicy=2
|
||||||
# DFS: 0 = Disabled (default), 1 = Enabled
|
# DFS: 0 = Disabled (default), 1 = Enabled
|
||||||
Chip_Configuration_FeatureCfg_DVS = 1
|
Chip_Configuration_FeatureCfg_DVS = 1
|
||||||
Chip_Configuration_FeatureCfg_DFS = 1
|
Chip_Configuration_FeatureCfg_DFS = 1
|
||||||
|
# MTPL: 0 = Disabled, 1 = Enabled (default)
|
||||||
|
Chip_Configuration_FeatureCfg_MTPL=0
|
||||||
|
|
||||||
# This is a bitfield that will disable incoming interrupts for mailboxes
|
# This is a bitfield that will disable incoming interrupts for mailboxes
|
||||||
# AP = 0x1
|
# AP = 0x1
|
||||||
|
@ -121,7 +126,7 @@ Chip_Configuration_FeatureCfg_DFS = 1
|
||||||
# CHUB = 0x8
|
# CHUB = 0x8
|
||||||
# The CHUB on the neus continually triggers a bit so this is to prevent
|
# The CHUB on the neus continually triggers a bit so this is to prevent
|
||||||
# it from continually waking the gnss.
|
# it from continually waking the gnss.
|
||||||
mailboxDisabled=0x8
|
mailboxDisabled=0x0
|
||||||
|
|
||||||
### Specify RFIC ID for K40 ###
|
### Specify RFIC ID for K40 ###
|
||||||
# 55200001 = S5520 EVT1
|
# 55200001 = S5520 EVT1
|
||||||
|
|
|
@ -10,6 +10,7 @@ caplay_port_tcp_port=@GNSS_ISM_CAPTURE_PLAYBACK
|
||||||
gnss_device_type=K041
|
gnss_device_type=K041
|
||||||
gnss_device_patch_address=0
|
gnss_device_patch_address=0
|
||||||
gnss_device_patch_file=/vendor/firmware/kepler.bin
|
gnss_device_patch_file=/vendor/firmware/kepler.bin
|
||||||
|
Is1PPSTimeSyncEnable=0
|
||||||
Chip_Configuration_Dynamic_HSI=0
|
Chip_Configuration_Dynamic_HSI=0
|
||||||
Chip_Configuration_ubsan_opt=1
|
Chip_Configuration_ubsan_opt=1
|
||||||
GlueLayer_IsPlatformRefTimeEnable=1
|
GlueLayer_IsPlatformRefTimeEnable=1
|
||||||
|
@ -36,7 +37,8 @@ qzssUsedInUSPolicy=2
|
||||||
navicUsedInUSPolicy=2
|
navicUsedInUSPolicy=2
|
||||||
Chip_Configuration_FeatureCfg_DVS = 1
|
Chip_Configuration_FeatureCfg_DVS = 1
|
||||||
Chip_Configuration_FeatureCfg_DFS = 1
|
Chip_Configuration_FeatureCfg_DFS = 1
|
||||||
mailboxDisabled=0x8
|
Chip_Configuration_FeatureCfg_MTPL=0
|
||||||
|
mailboxDisabled=0x0
|
||||||
gnss_rfic_chip_id=55200001
|
gnss_rfic_chip_id=55200001
|
||||||
UseRtcForAiding=1
|
UseRtcForAiding=1
|
||||||
rtc_min_num_of_fixes=10
|
rtc_min_num_of_fixes=10
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue