a51fa03bcf513a33f9385d043332c5d25ed84c6a
[fw/openocd] / tcl / board / hilscher_nxeb500hmi.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 disable
18
19   sdram_fix
20
21   puts "Configuring SDRAM controller for MT48LC8M32 (32MB) "
22   mww 0x00100140 0
23   mww 0x00100144 0x03C23251
24   mww 0x00100140 0x030D0111
25
26   puts "Configuring SRAM nCS0 for 150ns Par. Flash (x16)"
27   mww 0x00100100 0x0101000E
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 0x01000000 2 2 $_TARGETNAME
38
39 init
40 reset init