20fa3ea0334d6aca6fe5f6a110f33e296fdd7bf1
[fw/openocd] / tcl / board / hilscher_nxdb500sys.cfg
1 ################################################################################
2 # Author: Michael Trensch (MTrensch@googlemail.com)
3 ################################################################################
4
5 source [find target/hilscher_netx500.cfg]
6
7 reset_config trst_and_srst
8 adapter srst delay 500
9 jtag_ntrst_delay 500
10
11 $_TARGETNAME configure -work-area-virt 0x1000 -work-area-phys 0x1000 -work-area-size 0x4000 -work-area-backup 1
12
13 $_TARGETNAME configure -event reset-init {
14   halt
15
16   arm7_9 fast_memory_access enable
17   arm7_9 dcc_downloads enable
18
19   sdram_fix
20
21   puts "Configuring SDRAM controller for paired K4S561632C (64MB) "
22   mww 0x00100140 0
23   mww 0x00100144 0x03C13261
24   mww 0x00100140 0x030D0121
25
26   puts "Configuring SRAM nCS0 for 150ns paired Par. Flash (x32)"
27   mww 0x00100100 0x0201000E
28
29   flash probe 0
30 }
31
32 #####################
33 # Flash configuration
34 #####################
35
36 #flash bank <name> <driver> <base> <size> <chip width> <bus width> <target#>
37 flash bank parflash cfi 0xC0000000 0x02000000 4 4 $_TARGETNAME
38
39 init
40 reset init