]> git.sur5r.net Git - openocd/blob - src/target/board/pxa255_sst.cfg
Add warning to generated Doxyfile to edit Doxyfile.in.
[openocd] / src / target / board / pxa255_sst.cfg
1 # A PXA255 test board with SST 39LF400A flash
2 #
3 # At reset the memory map is as follows. Note that
4 # the memory map changes later on as the application 
5 # starts...
6 #
7 # RAM at 0x4000000
8 # Flash at 0x00000000
9 #
10 source [find target/pxa255.cfg]
11 # Target name is set by above
12 $_TARGETNAME configure -work-area-virt 0 -work-area-phys 0x4000000 -work-area-size 0x4000 -work-area-backup 0
13 # flash bank <driver> <base> <size> <chip_width> <bus_width> <targetNum> [options]
14 flash bank cfi 0x00000000 0x80000 2 2 0 jedec_probe
15