summaryrefslogtreecommitdiff
path: root/src/target/target/pxa255_sst.cfg
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-03-03 13:29:29 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-03-03 13:29:29 +0000
commit75e69503b9ca22136e261f889058e003b4622286 (patch)
treefa54ba63bfdb0e7b3fe2cb386a30064754d45128 /src/target/target/pxa255_sst.cfg
parentfe20b12fbdfa4a8128b16852ca704c3b5a13c06c (diff)
downloadopenocd+libswd-75e69503b9ca22136e261f889058e003b4622286.tar.gz
openocd+libswd-75e69503b9ca22136e261f889058e003b4622286.tar.bz2
openocd+libswd-75e69503b9ca22136e261f889058e003b4622286.tar.xz
openocd+libswd-75e69503b9ca22136e261f889058e003b4622286.zip
added at91sam9260.cfg, nslu2.cfg, pxa255.cfg, pxa255_sst.cfg
zy1000.cfg git-svn-id: svn://svn.berlios.de/openocd/trunk@435 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/target/target/pxa255_sst.cfg')
-rw-r--r--src/target/target/pxa255_sst.cfg13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/target/target/pxa255_sst.cfg b/src/target/target/pxa255_sst.cfg
new file mode 100644
index 00000000..79522f2d
--- /dev/null
+++ b/src/target/target/pxa255_sst.cfg
@@ -0,0 +1,13 @@
+# A PXA255 test board with SST 39LF400A flash
+#
+# At reset the memory map is as follows. Note that
+# the memory map changes later on as the application
+# starts...
+#
+# RAM at 0x40000000
+# Flash at 0x00000000
+#
+script /target/pxa255.cfg
+# flash bank <driver> <base> <size> <chip_width> <bus_width> <targetNum> [options]
+flash bank cfi 0x00000000 0x80000 2 2 0 jedec_probe
+working_area 0 0x4000000 0x4000 nobackup 0