From abf6f68528412eed7f65d6f8939275f66d52cd40 Mon Sep 17 00:00:00 2001 From: James Huang Date: Tue, 23 Apr 2024 14:10:43 +0800 Subject: [PATCH] gps: Update GNSS FW 4.15.1_5_P4 with config change for P24 Add Chip_Configuration_FeatureCfg_MTPL = 0 to disable MTPL Bug: 336179125 Test: CTS/VTS, GNSS sanity test and SST in b/336424148 Change-Id: I56c9859a13dba388321b499d11e16cd4ec2bf56e --- location/caiman/user/gps.cfg | 1 + location/caiman/userdebug/gps.cfg | 3 +++ location/komodo/user/gps.cfg | 1 + location/komodo/userdebug/gps.cfg | 3 +++ location/ripcurrent24/user/gps.cfg | 1 + location/ripcurrent24/userdebug/gps.cfg | 3 +++ location/ripcurrentpro/user/gps.cfg | 1 + location/ripcurrentpro/userdebug/gps.cfg | 5 ++++- location/tokay/user/gps.cfg | 1 + location/tokay/userdebug/gps.cfg | 3 +++ 10 files changed, 21 insertions(+), 1 deletion(-) diff --git a/location/caiman/user/gps.cfg b/location/caiman/user/gps.cfg index dad81cbe..04ed9616 100644 --- a/location/caiman/user/gps.cfg +++ b/location/caiman/user/gps.cfg @@ -23,6 +23,7 @@ ChipCfg_VDR_low_end_Time = 20 Chip_Configuration_AidingConfiguration=0x00020046 Chip_Configuration_RefClkControl=0x24 Chip_Configuration_DCXO_CrystalType=0x11 +Chip_Configuration_FeatureCfg_MTPL = 0 Chip_Configuration_GNSSConstConstraintDef = 0x60BF LocTech_Constraints = 0x60BF Chip_Configuration_RfMiscCtrl = 0x80008001 diff --git a/location/caiman/userdebug/gps.cfg b/location/caiman/userdebug/gps.cfg index 700fcef1..168ead5c 100644 --- a/location/caiman/userdebug/gps.cfg +++ b/location/caiman/userdebug/gps.cfg @@ -92,6 +92,9 @@ Chip_Configuration_DCXO_CrystalType=0x11 # Range should be 2000 to 3100 #Chip_Configuration_DCXO_InflectionPoint=2855 +# Disable MTPL +Chip_Configuration_FeatureCfg_MTPL = 0 + # L1 + L5 MCW Chip_Configuration_GNSSConstConstraintDef = 0x60BF LocTech_Constraints = 0x60BF diff --git a/location/komodo/user/gps.cfg b/location/komodo/user/gps.cfg index 89fae3f4..6afc375e 100644 --- a/location/komodo/user/gps.cfg +++ b/location/komodo/user/gps.cfg @@ -23,6 +23,7 @@ ChipCfg_VDR_low_end_Time = 20 Chip_Configuration_AidingConfiguration=0x00020046 Chip_Configuration_RefClkControl=0x24 Chip_Configuration_DCXO_CrystalType=0x11 +Chip_Configuration_FeatureCfg_MTPL = 0 Chip_Configuration_GNSSConstConstraintDef = 0x60BF LocTech_Constraints = 0x60BF Chip_Configuration_RfMiscCtrl = 0x80008001 diff --git a/location/komodo/userdebug/gps.cfg b/location/komodo/userdebug/gps.cfg index e4919def..f08a8994 100644 --- a/location/komodo/userdebug/gps.cfg +++ b/location/komodo/userdebug/gps.cfg @@ -92,6 +92,9 @@ Chip_Configuration_DCXO_CrystalType=0x11 # Range should be 2000 to 3100 #Chip_Configuration_DCXO_InflectionPoint=2855 +# Disable MTPL +Chip_Configuration_FeatureCfg_MTPL = 0 + # L1 + L5 MCW Chip_Configuration_GNSSConstConstraintDef = 0x60BF LocTech_Constraints = 0x60BF diff --git a/location/ripcurrent24/user/gps.cfg b/location/ripcurrent24/user/gps.cfg index a1d4e878..f254591c 100644 --- a/location/ripcurrent24/user/gps.cfg +++ b/location/ripcurrent24/user/gps.cfg @@ -23,6 +23,7 @@ ChipCfg_VDR_low_end_Time = 20 Chip_Configuration_AidingConfiguration=0x00020046 Chip_Configuration_RefClkControl=0x24 Chip_Configuration_DCXO_CrystalType=0x11 +Chip_Configuration_FeatureCfg_MTPL = 0 Chip_Configuration_GNSSConstConstraintDef = 0x60BF LocTech_Constraints = 0x60BF Chip_Configuration_RfMiscCtrl = 0x80008001 diff --git a/location/ripcurrent24/userdebug/gps.cfg b/location/ripcurrent24/userdebug/gps.cfg index 3f75603a..27a7024e 100644 --- a/location/ripcurrent24/userdebug/gps.cfg +++ b/location/ripcurrent24/userdebug/gps.cfg @@ -92,6 +92,9 @@ Chip_Configuration_DCXO_CrystalType=0x11 # Range should be 2000 to 3100 #Chip_Configuration_DCXO_InflectionPoint=2855 +# Disable MTPL +Chip_Configuration_FeatureCfg_MTPL = 0 + # L1 + L5 MCW Chip_Configuration_GNSSConstConstraintDef = 0x60BF LocTech_Constraints = 0x60BF diff --git a/location/ripcurrentpro/user/gps.cfg b/location/ripcurrentpro/user/gps.cfg index a1d4e878..f254591c 100644 --- a/location/ripcurrentpro/user/gps.cfg +++ b/location/ripcurrentpro/user/gps.cfg @@ -23,6 +23,7 @@ ChipCfg_VDR_low_end_Time = 20 Chip_Configuration_AidingConfiguration=0x00020046 Chip_Configuration_RefClkControl=0x24 Chip_Configuration_DCXO_CrystalType=0x11 +Chip_Configuration_FeatureCfg_MTPL = 0 Chip_Configuration_GNSSConstConstraintDef = 0x60BF LocTech_Constraints = 0x60BF Chip_Configuration_RfMiscCtrl = 0x80008001 diff --git a/location/ripcurrentpro/userdebug/gps.cfg b/location/ripcurrentpro/userdebug/gps.cfg index 3f75603a..bf4434d5 100644 --- a/location/ripcurrentpro/userdebug/gps.cfg +++ b/location/ripcurrentpro/userdebug/gps.cfg @@ -92,6 +92,9 @@ Chip_Configuration_DCXO_CrystalType=0x11 # Range should be 2000 to 3100 #Chip_Configuration_DCXO_InflectionPoint=2855 +# Disable MTPL +Chip_Configuration_FeatureCfg_MTPL = 0 + # L1 + L5 MCW Chip_Configuration_GNSSConstConstraintDef = 0x60BF LocTech_Constraints = 0x60BF @@ -171,7 +174,7 @@ GlueLayer_isReqDBHFromFwRefLoc=1 GlueLayer_isReqUBPFromPressureSensor=1 GlueLayer_IsMemsEnable=1 GlueLayer_MeasCorrCap=7 -Chip_Configuration_mems_data_Configuration=0x7 +Chip_Configuration_mems_data_Configuration=0x37 Chip_Configuration_FeatureCfg_ANDRD_MEAS_CORR_ENABLE=1 CP_LocTech_PrimaryConst=0 CP_LocTech_Constraints=0x81 diff --git a/location/tokay/user/gps.cfg b/location/tokay/user/gps.cfg index d9da0bc0..109e63c6 100644 --- a/location/tokay/user/gps.cfg +++ b/location/tokay/user/gps.cfg @@ -23,6 +23,7 @@ ChipCfg_VDR_low_end_Time = 20 Chip_Configuration_AidingConfiguration=0x00020046 Chip_Configuration_RefClkControl=0x24 Chip_Configuration_DCXO_CrystalType=0x11 +Chip_Configuration_FeatureCfg_MTPL = 0 Chip_Configuration_GNSSConstConstraintDef = 0x60BF LocTech_Constraints = 0x60BF Chip_Configuration_RfMiscCtrl = 0x80008001 diff --git a/location/tokay/userdebug/gps.cfg b/location/tokay/userdebug/gps.cfg index a8df3ad6..b9fc5134 100644 --- a/location/tokay/userdebug/gps.cfg +++ b/location/tokay/userdebug/gps.cfg @@ -92,6 +92,9 @@ Chip_Configuration_DCXO_CrystalType=0x11 # Range should be 2000 to 3100 #Chip_Configuration_DCXO_InflectionPoint=2855 +# Disable MTPL +Chip_Configuration_FeatureCfg_MTPL = 0 + # L1 + L5 MCW Chip_Configuration_GNSSConstConstraintDef = 0x60BF LocTech_Constraints = 0x60BF