FreeCalypso > hg > freecalypso-sw
comparison loadtools/scripts/c155.config @ 420:57c681499f48
loadtools/scripts/c155.{config,init}: created
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Wed, 18 Jun 2014 08:38:41 +0000 |
parents | |
children | fe9e620c89ff |
comparison
equal
deleted
inserted
replaced
419:3a46728e054b | 420:57c681499f48 |
---|---|
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 # mapped at 0, see compal.init for the explanation | |
17 flash cfi-8M 0 | |
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 |