FreeCalypso > hg > freecalypso-tools
comparison loadtools/scripts/c155.config @ 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 | 2cd705c8116e |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:e7502631a0f9 |
---|---|
1 # This configuration is for Motorola C155/156 phones. Use the "generic" | |
2 # compal configuration for C11x/123 and C139/140. | |
3 | |
4 compal-stage thumb | |
5 | |
6 # Parameters for the Calypso boot ROM; | |
7 # will result in the ARM core being clocked at 52 MHz as we want. | |
8 | |
9 pll-config 4/1 | |
10 rhea-cntl 0x00 | |
11 | |
12 # The remaining settings are carried out via loadagent commands | |
13 init-script c155.init | |
14 | |
15 # Flash: use CFI autodetection, 8 MiB max | |
16 # Unlike C139, C155 and C156 phones do have working flash mapping at 0x03000000 | |
17 flash cfi-8M 0x03000000 | |
18 | |
19 # bottom boot flash, sector 0 is only 8 KiB | |
20 boot-reflash-hack 0x820000 0x2000 | |
21 | |
22 # Perform a Iota poweroff when we are done | |
23 exit-mode iota-off |