From aa657a3bc788e829236e356d63d8f56350b3d01a Mon Sep 17 00:00:00 2001 From: James Huang Date: Sun, 12 May 2024 17:00:45 +0800 Subject: [PATCH] gps: Update GNSS official release 4.15.1_8_R2 + config for P24 Add Chip_Configuration_FeatureCfg_SDL_BYASS = 1 to switch gnss restart behavior. Bug: 338152369 Test: Verify CTS/VTS, sanity test, stress test, SST in b/340060035 Change-Id: Ibf1ad6a8803fea1719f20acdd9e6876822e7a8b8 --- location/caiman/user/gps.cfg | 1 + location/caiman/userdebug/gps.cfg | 2 ++ location/komodo/user/gps.cfg | 1 + location/komodo/userdebug/gps.cfg | 3 +++ location/ripcurrent24/user/gps.cfg | 1 + location/ripcurrent24/userdebug/gps.cfg | 2 ++ location/ripcurrentpro/user/gps.cfg | 1 + location/ripcurrentpro/userdebug/gps.cfg | 2 ++ location/tokay/user/gps.cfg | 1 + location/tokay/userdebug/gps.cfg | 2 ++ 10 files changed, 16 insertions(+) diff --git a/location/caiman/user/gps.cfg b/location/caiman/user/gps.cfg index f756cfeb..ae7a6c73 100644 --- a/location/caiman/user/gps.cfg +++ b/location/caiman/user/gps.cfg @@ -34,6 +34,7 @@ navicUsedInUSPolicy=2 Chip_Configuration_FeatureCfg_DVS = 1 Chip_Configuration_FeatureCfg_DFS = 1 Chip_Configuration_FeatureCfg_MTPL = 0 +Chip_Configuration_FeatureCfg_SDL_BYASS = 1 mailboxDisabled=0x0 gnss_rfic_chip_id=55400000 UseRtcForAiding=1 diff --git a/location/caiman/userdebug/gps.cfg b/location/caiman/userdebug/gps.cfg index 523b35b9..e349f6e8 100644 --- a/location/caiman/userdebug/gps.cfg +++ b/location/caiman/userdebug/gps.cfg @@ -124,6 +124,8 @@ Chip_Configuration_FeatureCfg_DVS = 1 Chip_Configuration_FeatureCfg_DFS = 1 # Disable MTPL Chip_Configuration_FeatureCfg_MTPL = 0 +# MCW Link failure behavior: 0 = SW Assert (default), 1 = GNSS restart (hot start) +Chip_Configuration_FeatureCfg_SDL_BYASS = 1 # This is a bitfield that will disable incoming interrupts for mailboxes # AP = 0x1 diff --git a/location/komodo/user/gps.cfg b/location/komodo/user/gps.cfg index 189a0986..4ad07492 100644 --- a/location/komodo/user/gps.cfg +++ b/location/komodo/user/gps.cfg @@ -34,6 +34,7 @@ navicUsedInUSPolicy=2 Chip_Configuration_FeatureCfg_DVS = 1 Chip_Configuration_FeatureCfg_DFS = 1 Chip_Configuration_FeatureCfg_MTPL = 0 +Chip_Configuration_FeatureCfg_SDL_BYASS = 1 mailboxDisabled=0x0 gnss_rfic_chip_id=55400000 UseRtcForAiding=1 diff --git a/location/komodo/userdebug/gps.cfg b/location/komodo/userdebug/gps.cfg index cae080f1..95404602 100644 --- a/location/komodo/userdebug/gps.cfg +++ b/location/komodo/userdebug/gps.cfg @@ -124,6 +124,8 @@ Chip_Configuration_FeatureCfg_DVS = 1 Chip_Configuration_FeatureCfg_DFS = 1 # Disable MTPL Chip_Configuration_FeatureCfg_MTPL = 0 +# MCW Link failure behavior: 0 = SW Assert (default), 1 = GNSS restart (hot start) +Chip_Configuration_FeatureCfg_SDL_BYASS = 1 # This is a bitfield that will disable incoming interrupts for mailboxes # AP = 0x1 @@ -283,3 +285,4 @@ GNSS_CARRIER_ID=9 ENABLE_LPP_UP=1 ENABLE_LPPE_UP=3 GNSS_CARRIER_CONFIG_END + diff --git a/location/ripcurrent24/user/gps.cfg b/location/ripcurrent24/user/gps.cfg index 9ee0f5cc..900ad0d3 100644 --- a/location/ripcurrent24/user/gps.cfg +++ b/location/ripcurrent24/user/gps.cfg @@ -34,6 +34,7 @@ navicUsedInUSPolicy=2 Chip_Configuration_FeatureCfg_DVS = 1 Chip_Configuration_FeatureCfg_DFS = 1 Chip_Configuration_FeatureCfg_MTPL = 0 +Chip_Configuration_FeatureCfg_SDL_BYASS = 1 mailboxDisabled=0x0 gnss_rfic_chip_id=55400000 UseRtcForAiding=1 diff --git a/location/ripcurrent24/userdebug/gps.cfg b/location/ripcurrent24/userdebug/gps.cfg index d21c4474..07159393 100644 --- a/location/ripcurrent24/userdebug/gps.cfg +++ b/location/ripcurrent24/userdebug/gps.cfg @@ -124,6 +124,8 @@ Chip_Configuration_FeatureCfg_DVS = 1 Chip_Configuration_FeatureCfg_DFS = 1 # Disable MTPL Chip_Configuration_FeatureCfg_MTPL = 0 +# MCW Link failure behavior: 0 = SW Assert (default), 1 = GNSS restart (hot start) +Chip_Configuration_FeatureCfg_SDL_BYASS = 1 # This is a bitfield that will disable incoming interrupts for mailboxes # AP = 0x1 diff --git a/location/ripcurrentpro/user/gps.cfg b/location/ripcurrentpro/user/gps.cfg index 9ee0f5cc..900ad0d3 100644 --- a/location/ripcurrentpro/user/gps.cfg +++ b/location/ripcurrentpro/user/gps.cfg @@ -34,6 +34,7 @@ navicUsedInUSPolicy=2 Chip_Configuration_FeatureCfg_DVS = 1 Chip_Configuration_FeatureCfg_DFS = 1 Chip_Configuration_FeatureCfg_MTPL = 0 +Chip_Configuration_FeatureCfg_SDL_BYASS = 1 mailboxDisabled=0x0 gnss_rfic_chip_id=55400000 UseRtcForAiding=1 diff --git a/location/ripcurrentpro/userdebug/gps.cfg b/location/ripcurrentpro/userdebug/gps.cfg index d21c4474..07159393 100644 --- a/location/ripcurrentpro/userdebug/gps.cfg +++ b/location/ripcurrentpro/userdebug/gps.cfg @@ -124,6 +124,8 @@ Chip_Configuration_FeatureCfg_DVS = 1 Chip_Configuration_FeatureCfg_DFS = 1 # Disable MTPL Chip_Configuration_FeatureCfg_MTPL = 0 +# MCW Link failure behavior: 0 = SW Assert (default), 1 = GNSS restart (hot start) +Chip_Configuration_FeatureCfg_SDL_BYASS = 1 # This is a bitfield that will disable incoming interrupts for mailboxes # AP = 0x1 diff --git a/location/tokay/user/gps.cfg b/location/tokay/user/gps.cfg index a4ffcb57..d2677392 100644 --- a/location/tokay/user/gps.cfg +++ b/location/tokay/user/gps.cfg @@ -34,6 +34,7 @@ navicUsedInUSPolicy=2 Chip_Configuration_FeatureCfg_DVS = 1 Chip_Configuration_FeatureCfg_DFS = 1 Chip_Configuration_FeatureCfg_MTPL = 0 +Chip_Configuration_FeatureCfg_SDL_BYASS = 1 mailboxDisabled=0x0 gnss_rfic_chip_id=55400000 UseRtcForAiding=1 diff --git a/location/tokay/userdebug/gps.cfg b/location/tokay/userdebug/gps.cfg index dff542f6..fa712001 100644 --- a/location/tokay/userdebug/gps.cfg +++ b/location/tokay/userdebug/gps.cfg @@ -124,6 +124,8 @@ Chip_Configuration_FeatureCfg_DVS = 1 Chip_Configuration_FeatureCfg_DFS = 1 # Disable MTPL Chip_Configuration_FeatureCfg_MTPL = 0 +# MCW Link failure behavior: 0 = SW Assert (default), 1 = GNSS restart (hot start) +Chip_Configuration_FeatureCfg_SDL_BYASS = 1 # This is a bitfield that will disable incoming interrupts for mailboxes # AP = 0x1