FreeCalypso > hg > freecalypso-sw
annotate loadtools/scripts/gta02.config @ 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 | 57b8dbb029c2 |
children |
rev | line source |
---|---|
85
6f8d3771aa6c
loadtools for GTA0x AP: GTA02 modem power-off implemented
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
1 # If one is running fc-loadtool from inside the GTA02 (i.e., from the AP, |
6f8d3771aa6c
loadtools for GTA0x AP: GTA02 modem power-off implemented
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
2 # as opposed to an external host connected via the headset jack), the |
6f8d3771aa6c
loadtools for GTA0x AP: GTA02 modem power-off implemented
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
3 # following setting will cause the fc-loadtool utility to power the modem off |
6f8d3771aa6c
loadtools for GTA0x AP: GTA02 modem power-off implemented
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
4 # fully upon exit. |
6f8d3771aa6c
loadtools for GTA0x AP: GTA02 modem power-off implemented
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
5 |
6f8d3771aa6c
loadtools for GTA0x AP: GTA02 modem power-off implemented
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
6 exit-mode gta02-cutpwr |
86
2f12c31fcc9c
loadtools/scripts: hw configuration for GTA02
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
85
diff
changeset
|
7 |
2f12c31fcc9c
loadtools/scripts: hw configuration for GTA02
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
85
diff
changeset
|
8 # The following parameters go into the <p command sent to the boot ROM |
2f12c31fcc9c
loadtools/scripts: hw configuration for GTA02
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
85
diff
changeset
|
9 # same values as in pirelli.config, apparently correct for this modem too |
2f12c31fcc9c
loadtools/scripts: hw configuration for GTA02
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
85
diff
changeset
|
10 |
2f12c31fcc9c
loadtools/scripts: hw configuration for GTA02
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
85
diff
changeset
|
11 pll-config 4/1 # 26 MHz in, PLL&DSP @ 104 MHz, ARM @ 52 MHz |
2f12c31fcc9c
loadtools/scripts: hw configuration for GTA02
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
85
diff
changeset
|
12 rhea-cntl 0x00 # fastest setting, used by OsmocomBB, presumably correct |
2f12c31fcc9c
loadtools/scripts: hw configuration for GTA02
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
85
diff
changeset
|
13 |
2f12c31fcc9c
loadtools/scripts: hw configuration for GTA02
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
85
diff
changeset
|
14 # Configure memory timings with loadagent commands |
2f12c31fcc9c
loadtools/scripts: hw configuration for GTA02
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
85
diff
changeset
|
15 init-script k5a3281.init |
96
57b8dbb029c2
fc-loadtool: GTA0x flash support
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
86
diff
changeset
|
16 |
57b8dbb029c2
fc-loadtool: GTA0x flash support
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
86
diff
changeset
|
17 # Flash type and chip select base address (full access mapping) |
57b8dbb029c2
fc-loadtool: GTA0x flash support
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
86
diff
changeset
|
18 flash k5a32xx_t 0x03000000 |