view configs/hybrid-vpm @ 662:8cd8fd15a095
SIM speed enhancement re-enabled and made configurable
TI's original code supported SIM speed enhancement, but Openmoko had it
disabled, and OM's disabling of speed enhancement somehow caused certain
SIM cards to start working which didn't work before (OM's bug #666).
Because our FC community is much smaller in year 2020 than OM's community
was in their day, we are not able to find one of those #666-affected SIMs,
thus the real issue they had encountered remains elusive. Thus our
solution is to re-enable SIM speed enhancement and simply wait for if
and when someone runs into a #666-affected SIM once again. We provide
a SIM_allow_speed_enhancement global variable that allows SIM speed
enhancement to be enabled or disabled per session, and an /etc/SIM_spenh
file in FFS that allows it to enabled or disabled on a non-volatile
basis. SIM speed enhancement is now enabled by default.
author
Mychaela Falconia <falcon@freecalypso.org>
date
Sun, 24 May 2020 05:02:28 +0000 (2020-05-24)
parents
28ed4002131a
children
line source
+ − # This is the "voice pseudo-modem" configuration:
+ − # no phone UI, but no data services either
+ − # battery management (FCHG) is enabled
+ −
+ − GPRS=0
+ − MMI=0
+ − SRVC=0
+ − export GPRS MMI SRVC
+ −
+ − ATP_STATE=0
+ − FCHG_STATE=1
+ − LCC_STATE=0
+ − MKS_STATE=0
+ − PWR_STATE=0
+ − R2D_STATE=0
+ − export ATP_STATE FCHG_STATE LCC_STATE MKS_STATE PWR_STATE R2D_STATE
+ −
+ − scripts/config-headers-new.sh
+ −
+ − CONDAT=condat3
+ − GPF=gpf3
+ − CDGINC=cdg-hybrid/cdginc
+ − CDGPRIM=cdg-hybrid/sap-inline
+ − ACI=g23m-aci
+ − export CONDAT GPF CDGINC CDGPRIM ACI
+ −
+ − build_lib ccddata
+ −
+ − # ACI libs
+ − build_lib aci tcs3
+ − build_lib aciext tcs3
+ − build_lib aci_dti_mng tcs3
+ − build_lib atiext tcs3
+ − build_lib comlib hybrid
+ − build_lib config_gsm_fl
+ − build_lib config_gsm_ir
+ − lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
+ −
+ − # G23M protocol stack libs
+ − build_lib alr sotovik
+ − build_lib cc
+ − build_lib dl
+ − build_lib dti
+ − build_lib l1_pei
+ − build_lib mm
+ − build_lib rr
+ − build_lib sim_b_lib
+ − build_lib sms
+ − build_lib ss
+ − build_lib uart_b_lib
+ −
+ − # Condat drivers
+ − build_lib gdi
+ −
+ − # GPF
+ − build_lib ccd_na7_db
+ − build_lib frame_na7_db_fl partial
+ − build_lib frame_na7_db_ir partial
+ − lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
+ − build_lib misc_na7_db_fl
+ − build_lib misc_na7_db_ir
+ − lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
+ − blob_lib_gpf osx_na7_db
+ − lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
+ − build_lib tif_na7_db_fl
+ − build_lib tif_na7_db_ir
+ − lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
+ −
+ − # core drivers
+ − build_lib drivers_flash
+ −
+ − # Layer 1
+ − build_lib tpudrv
+ − lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
+ − build_lib l1_ext
+ − lib_link_magic '(BSS_LIBS (.l1s_global))'
+ − build_lib l1_int
+ − lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
+ − build_lib l1_custom_ext
+ − build_lib l1_custom_int
+ − lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
+ −
+ − build_lib riviera_core_flash
+ − build_lib riviera_cust_flash
+ −
+ − # services
+ − #build_lib atp
+ − build_lib audio
+ − build_lib audio_bgd
+ − build_lib cst
+ − build_lib dar
+ − build_lib dar_gbl_var
+ − lib_link_magic '(BSS_DAR_LIB (.bss))'
+ − build_lib etm
+ − build_lib lls
+ − #build_lib mks
+ −
+ − # app drivers
+ − build_lib abb
+ − build_lib buzzer
+ − build_lib fchg
+ − build_lib ffs
+ − build_lib ffs_drv
+ − build_lib ffs_pcm
+ − build_lib kpd
+ − build_lib power
+ − build_lib rtc_drv
+ − build_lib sim_drv
+ − build_lib spi_drv
+ − build_lib uart_drv
+ −
+ − # system glue
+ − build_lib main init
+ − build_lib bootloader
+ − lib_link_magic '(CONST_BOOT_LIB (.const, .text, .text:v$3) BSS_BOOT_LIB (.bss))'
+ −
+ − # Nucleus and TI's compiler stuff
+ − blob_lib_os nucleus_flash_nodbg
+ − blob_lib_os nucleus_int_ram_nodbg
+ − lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
+ − blob_lib_os rts16le_flash
+ − blob_lib_os rts16le_int_ram
+ − lib_link_magic '(BSS_LIBS (.bss))'
+ −
+ − str2ind_blobs_used=0