annotate gsm-fw/g23m-aci/aci/aci_conf.h @ 923:10b4bed10192

gsm-fw/L1: fix for the DSP patch corruption bug The L1 code we got from the LoCosto fw contains a feature for DSP CPU load measurement. This feature is a LoCosto-ism, i.e., not applicable to earlier DBB chips (Calypso) with their respective earlier DSP ROMs. Most of the code dealing with that feature is conditionalized as #if (DSP >= 38), but one spot was missed, and the MCU code was writing into an API word dealing with this feature. In TCS211 this DSP API word happens to be used by the DSP code patch, hence that write was corrupting the patched DSP code.
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Mon, 19 Oct 2015 17:13:56 +0000
parents 286567fb2ab8
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
780
286567fb2ab8 starting to compile ACI; ati_ext_mech.h is missing
Michael Spacefalcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
1 /*
286567fb2ab8 starting to compile ACI; ati_ext_mech.h is missing
Michael Spacefalcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
2 * This header file is a FreeCalypso addition. It serves a purpose similar to
286567fb2ab8 starting to compile ACI; ati_ext_mech.h is missing
Michael Spacefalcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
3 * fixedconf.h and condat-features.h in gsm-fw/include, but this one is local
286567fb2ab8 starting to compile ACI; ati_ext_mech.h is missing
Michael Spacefalcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
4 * to the ACI component.
286567fb2ab8 starting to compile ACI; ati_ext_mech.h is missing
Michael Spacefalcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
5 */
286567fb2ab8 starting to compile ACI; ati_ext_mech.h is missing
Michael Spacefalcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
6
286567fb2ab8 starting to compile ACI; ati_ext_mech.h is missing
Michael Spacefalcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
7 #define DTI 1
286567fb2ab8 starting to compile ACI; ati_ext_mech.h is missing
Michael Spacefalcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
8
286567fb2ab8 starting to compile ACI; ati_ext_mech.h is missing
Michael Spacefalcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
9 #if CONFIG_UI
286567fb2ab8 starting to compile ACI; ati_ext_mech.h is missing
Michael Spacefalcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
10 #define MMI 2
286567fb2ab8 starting to compile ACI; ati_ext_mech.h is missing
Michael Spacefalcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
11 #define MFW 1
286567fb2ab8 starting to compile ACI; ati_ext_mech.h is missing
Michael Spacefalcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
12 #else
286567fb2ab8 starting to compile ACI; ati_ext_mech.h is missing
Michael Spacefalcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
13 #define MMI 0
286567fb2ab8 starting to compile ACI; ati_ext_mech.h is missing
Michael Spacefalcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
14 #define ACI 1
286567fb2ab8 starting to compile ACI; ati_ext_mech.h is missing
Michael Spacefalcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
15 #endif