]> git.sur5r.net Git - openocd/blob - src/target/target/omap5912.cfg
moved out stuff that wasn't already moved from openocd.pdf to the target library.
[openocd] / src / target / target / omap5912.cfg
1 #TI OMAP5912 dual core processor - http://www.ti.com \r
2 #on a OMAP5912 OSK board http://www.spectrumdigital.com.\r
3 \r
4 #use combined on interfaces or targets that can't set TRST/SRST separately\r
5 reset_config trst_and_srst\r
6 \r
7 #jtag scan chain\r
8 #format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)\r
9 jtag_device 38 0x0 0x0 0x0\r
10 jtag_device 4  0x1 0x0 0xe\r
11 jtag_device 8  0x0 0x0 0x0\r
12 \r
13 #target configuration\r
14 daemon_startup reset\r
15 \r
16 #target <type> <endianness> <reset mode> <chainpos> <variant>\r
17 target arm926ejs little run_and_init 1 arm926ejs\r
18 target_script 0 reset event/omap5912_reset.script\r
19 run_and_halt_time 0 30\r
20 \r
21 # omap5912 lcd frame buffer as working area\r
22 working_area 0 0x20000000 0x3e800 nobackup\r
23 \r
24 #flash bank <driver> <base> <size> <chip_width> <bus_width>\r
25 flash bank cfi 0x00000000 0x1000000 2 2 0\r