log

age author description
2018-01-13 Mychaela Falconia beginning of C11x target support
2018-01-13 Mychaela Falconia doc/Voice-pseudo-modem written
2018-01-12 Mychaela Falconia doc/Modem-configs update: we now have both Standard Modem and VPM
2018-01-12 Mychaela Falconia doc: new Handset-goal write-up replaces old Handset-configs
2018-01-11 Mychaela Falconia first round of documentation updates for 2018
2018-01-01 Mychaela Falconia aci3: AT%CBC and AT@CHG hooked in
2018-01-01 Mychaela Falconia aci3: ati_fchg.c module brought over from aci2
2018-01-01 Mychaela Falconia aci3: AT+CBC reimplemented in terms of FCHG API
2018-01-01 Mychaela Falconia FCHG: charging time limit implemented
2018-01-01 Mychaela Falconia configs/hybrid-vpm: FCHG enabled
2018-01-01 Mychaela Falconia configs/2092-pwr removed: use plain 2092 config with FCHG instead
2017-12-31 Mychaela Falconia configs/2092: FCHG enabled
2017-12-31 Mychaela Falconia RV timing: better RVF_MS_TO_TICKS() formula
2017-12-30 Mychaela Falconia FCHG: bug in CV process caused the control loop to be skipped
2017-12-29 Mychaela Falconia FCHG: CV control loop implemented
2017-12-29 Mychaela Falconia FCHG: beginning of the new version
2017-12-29 Mychaela Falconia l1_cust.c: madc_vbat_inverse() function added for the new FCHG
2017-12-29 Mychaela Falconia FCHG: data structure changes in preparation for the new version
2017-12-29 Mychaela Falconia gsmcomp.c for !FAX_AND_DATA: EXTPOOL increased like in Citrine
2017-12-25 Mychaela Falconia !GPRS configs: TEST and DMEM pools moved into IRAM
2017-12-25 Mychaela Falconia gsmcomp.c: TIF pool enlarged like in Citrine
2017-12-25 Mychaela Falconia gsmcomp.c: voice-only config partition pool sizing fixes from Citrine
2017-12-25 Mychaela Falconia configs/hybrid-vpm: created, compiles
2017-12-25 Mychaela Falconia cfg-headers/voice-only: created
2017-12-25 Mychaela Falconia configs/hybrid-nogprs: compiles
2017-12-24 Mychaela Falconia gsmcomp.c: support split IRAM/XRAM compilation
2017-12-24 Mychaela Falconia components/config_gsm_{fl,ir}: created
2017-12-24 Mychaela Falconia cfg-headers/fax-and-data: created
2017-12-16 Mychaela Falconia charging control AT command: make it AT@CHG instead of AT@CHARGE
2017-12-16 Mychaela Falconia ati_fchg.c: sprintf % bug
2017-12-16 Mychaela Falconia aci2: AT%CBC and AT@CHARGE implemented
2017-12-15 Mychaela Falconia aci2: AT+CBC reimplemented in terms of FCHG API
2017-12-15 Mychaela Falconia fchg_user_charge_control() API implemented
2017-12-15 Mychaela Falconia FCHG battery table loading: comparison signedness issue
2017-12-15 Mychaela Falconia l1_cust.c: big sleep when charging with FCHG
2017-12-15 Mychaela Falconia create_RVtasks.c: start FCHG SWE when it is included
2017-12-15 Mychaela Falconia .../drv_app/abb/board/abb_inth.c: FCHG hooked in
2017-12-15 Mychaela Falconia FCHG: logic error in the charge (re)start condition
2017-12-14 Mychaela Falconia configs/l1reconst-chg created
2017-12-14 Mychaela Falconia FCHG: complete enough to attempt linking into fw build
2017-12-14 Mychaela Falconia FCHG: task core function implemented
2017-12-14 Mychaela Falconia FCHG: API implementation started
2017-12-14 Mychaela Falconia FCHG: implemented functions for user-initiated charge start and stop
2017-12-14 Mychaela Falconia FCHG: charger plug and unplug functions implemented
2017-12-14 Mychaela Falconia FCHG: store discharge state as threshold index rather than percentage
2017-12-14 Mychaela Falconia L1: prep for charging being a possible cause of big sleep
2017-12-14 Mychaela Falconia FCHG: main ADC process implemented
2017-12-14 Mychaela Falconia l1_cust.c: added function that exports the calibrated Vbat conversion
2017-12-14 Mychaela Falconia section comment line length fix in l1_cust.c
2017-12-14 Mychaela Falconia L1 sleep logic change: allow big sleep when light is on or we are charging
2017-12-08 Mychaela Falconia .../drv_core/abb/abb.c: don't set backup battery bits in BCICONF
2017-12-05 Mychaela Falconia FCHG: reading of battery table from FFS implemented
2017-12-05 Mychaela Falconia FCHG: reading of charging config from FFS implemented
2017-12-05 Mychaela Falconia FCHG: default battery table implemented
2017-12-04 Mychaela Falconia components/fchg compilation recipe created
2017-12-04 Mychaela Falconia FCHG implementation code started
2017-12-04 Mychaela Falconia cfg-headers/rv_swe-209[12]-fchg.h created
2017-12-04 Mychaela Falconia changes under src/cs/riviera to support addition of FCHG SWE
2017-12-03 Mychaela Falconia implemented pseudo-modem keepalive for C139 and Pirelli targets
2017-12-03 Mychaela Falconia RVT: added TCH and KEEPALIVE channels
2017-11-29 Mychaela Falconia ABB_Read_Status() put under ABB_SEMAPHORE_PROTECTION
2017-11-18 Mychaela Falconia C139 target now uses Tx ramps tables extracted from Mot's own C139 fw
2017-11-16 Mychaela Falconia compiled-in afcparams numbers for Compal and Pirelli targets
2017-11-15 Mychaela Falconia AT%A output changed from hex to decimal with more descriptive names
2017-11-04 Mychaela Falconia doc/Handset-configs: L1 and the init code are now fully rebuilt from source
2017-11-03 Mychaela Falconia doc/Modem-configs: deblobbing status update
2017-11-03 Mychaela Falconia doc/Compiling: update for fc-host-tools-r7
2017-11-03 Mychaela Falconia doc/Compiling: added note that if wine doesn't whine, make nowhine a symlink
2017-11-02 Mychaela Falconia configure.sh: better comment
2017-11-02 Mychaela Falconia uartfax.c change needed for SERIAL_DYNAMIC_SWITCH=1 to compile
2017-11-02 Mychaela Falconia make it possible to enable SERIAL_DYNAMIC_SWITCH on the configure.sh line
2017-11-02 Mychaela Falconia serialswitch.c: allow enabling SERIAL_DYNAMIC_SWITCH outside of BTEMOBILE
2017-11-01 Mychaela Falconia components/cc: new CC needs -DSIM_TOOLKIT for MNCC_BEARER_CAP_REQ
2017-10-31 Mychaela Falconia components/l1_{ext,int}: no need to compile the L1_GTT dummies
2017-10-31 Mychaela Falconia compile L1_GPRS modules from source
2017-10-31 Mychaela Falconia reconstructed L1_GPRS source imported from tcs211-l1-reconst
2017-10-31 Mychaela Falconia targets/fcdev3b.conf: set DISABLE_SLEEP=1 until we find and fix the hw bug
2017-10-21 Mychaela Falconia components/tif_na7_db_ir: recompilation successful, matches original blob lib
2017-10-21 Mychaela Falconia components/tif_na7_db_fl: recompilation successful, matches original blob lib
2017-10-21 Mychaela Falconia components/misc_na7_db_{fl,ir}: compiling, perfect match to original blobs
2017-10-21 Mychaela Falconia components/frame_na7_db_ir: comment fix
2017-10-21 Mychaela Falconia components/frame_na7_db_{fl,ir}: missed the -o3
2017-10-21 Mychaela Falconia components/frame_na7_db_{fl,ir} created as an experiment
2017-10-21 Mychaela Falconia src/gpf2/{misc,tst}: import from TCS211 semi-src
2017-09-02 Mychaela Falconia aci3: integrated all Openmoko AT commands except AT@BAND
2017-09-02 Mychaela Falconia AT@SPKR and AT@VPATH ported over to aci3
2017-08-31 Mychaela Falconia implemented build option to disable sleep
2017-08-27 Mychaela Falconia aci2: AT@VPATH hooked into the command table
2017-08-27 Mychaela Falconia AT@VPATH query implemented
2017-08-27 Mychaela Falconia AT@VPATH setting implemented
2017-08-27 Mychaela Falconia aci2 AT@SPKR command: added query operation
2017-08-08 Mychaela Falconia GTA0x target: mux DSR_MODEM/LPG signal to LPG in init.c to avoid floating
2017-08-08 Mychaela Falconia GTA0x target: GPIOs 3, 10, 11 and 12 are unconnected, so drive them as outputs
2017-08-07 Mychaela Falconia targets/gtamodem.h: UARTFAX_CLASSIC_DTR_DCD turned OFF:
2017-08-07 Mychaela Falconia l1_trace.c: bogus sprintf formats from TCS211 corrected
2017-08-07 Mychaela Falconia components/main-init: recompile mem_load.obj from mem_load.c
2017-08-07 Mychaela Falconia mem_load.c: removal of checksum changes produces perfect reconstruction
2017-08-07 Mychaela Falconia src/cs/system/Main/mem_load.c: import from LoCosto source
2017-08-07 Mychaela Falconia AT@RST: use dar_reset_system() instead of relying on a NULL pointer call
2017-08-07 Mychaela Falconia dar_reset_system(): check the entity_dar_callback pointer for NULL
2017-08-06 Mychaela Falconia configs/hybrid: switched to the reconstructed init.c
2017-08-06 Mychaela Falconia configs/2092 & 2092-pwr: switched to the reconstructed init.c
2017-08-06 Mychaela Falconia configs/l1reconst: switched to the reconstructed init.c
2017-08-06 Mychaela Falconia aci2: axed the CongiureGPIO_Internal() bogon left over from
2017-08-06 Mychaela Falconia init.c & components/main-init: put RVTMUX on MODEM on C139 like before
2017-08-06 Mychaela Falconia init.c: removed some unused definitions not appropriate to this module
2017-08-06 Mychaela Falconia init.c: applied our necessary FreeCalypso changes to reconstructed Init_Target()
2017-08-06 Mychaela Falconia init.c: Init_Unmask_IT() reconstructed the trivial way
2017-08-06 Mychaela Falconia init.c: Init_Target() reconstructed, perfect match to original object
2017-08-06 Mychaela Falconia init.c: module passes compilation,
2017-08-06 Mychaela Falconia init.c: initial preen at the module level
2017-08-05 Mychaela Falconia components/main-init compilation recipe created