]> git.sur5r.net Git - openocd/blob - src/target/target/pxa270.cfg
retired reset run_and_init/halt
[openocd] / src / target / target / pxa270.cfg
1 #Marvell/Intel PXA270 Script
2 # set jtag_nsrst_delay to the delay introduced by your reset circuit
3 # the rest of the needed delays are built into the openocd program
4 jtag_nsrst_delay 260
5 # set the jtag_ntrst_delay to the delay introduced by a reset circuit
6 # the rest of the needed delays are built into the openocd program
7 jtag_ntrst_delay 0
8 #use combined on interfaces or targets that can\92t set TRST/SRST separately
9 reset_config trst_and_srst separate
10 #jtag scan chain
11 #format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
12 jtag_device 7 0x1 0x7f 0x7e
13 target xscale little 0 pxa27x
14 # maps to PXA internal RAM. If you are using a PXA255
15 # you must initialize SDRAM or leave this option off
16 working_area 0 0x5c000000 0x10000 nobackup
17
18 #flash bank <driver> <base> <size> <chip_width> <bus_width>
19 # works for P30 flash
20 flash bank cfi 0x00000000 0x1000000 2 4 0