FreeCalypso > hg > freecalypso-tools
comparison loadtools/scripts/compal.init @ 0:e7502631a0f9
initial import from freecalypso-sw rev 1033:5ab737ac3ad7
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 11 Jun 2016 00:13:35 +0000 |
parents | |
children | ac48ed111d6a |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:e7502631a0f9 |
---|---|
1 # Set WS=3 for both nCS0 and nCS1. This configuration is used by OsmocomBB | |
2 # for all 3 Compal models (E86/88/99), and is also seen in the IDA disassembly | |
3 # listing of c115-1.0.46.E firmware contributed by Christophe Devine. | |
4 | |
5 w16 fffffb00 00A3 | |
6 w16 fffffb02 00A3 | |
7 | |
8 # We need to set the FFFF:FB10 register to map the flash (not the boot ROM) | |
9 # to address 0. We need this mapping in order to be able to dump and program | |
10 # the entire flash, as for some reason the alternate nCS0 mapping at 0x03000000 | |
11 # does not work on Compal phones. (That alternate mapping works fine on | |
12 # Openmoko and Pirelli phones, though. Perhaps the different Calypso chip | |
13 # version is the culprit, or perhaps this alternate mapping works only if the | |
14 # physical nIBOOT pin is low.) | |
15 | |
16 w16 fffffb10 0300 |