build fix: ft2232
[openocd.git] / tcl / board / hilscher_nxsb100.cfg
blobefb091b101df046b531fad966d6a6bb368a7331a
1 ################################################################################
2 # Author: Michael Trensch (MTrensch@googlemail.com)
3 ################################################################################
5 source [find target/hilscher_netx500.cfg]
7 reset_config trst_and_srst
8 adapter_nsrst_delay 500
9 jtag_ntrst_delay 500
11 $_TARGETNAME configure -work-area-virt 0x1000 -work-area-phys 0x1000 -work-area-size 0x4000 -work-area-backup 1
13 $_TARGETNAME configure -event reset-init {
14   halt
16   arm7_9 fast_memory_access enable
17   arm7_9 dcc_downloads enable
19   sdram_fix
20   
21   puts "Configuring SDRAM controller for MT48LC2M32 (8MB) "
22   mww 0x00100140 0
23   mww 0x00100144 0x03C23251
24   mww 0x00100140 0x030D0001
28 init
29 reset init