diff options
author | ntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-01-17 08:02:02 +0000 |
---|---|---|
committer | ntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-01-17 08:02:02 +0000 |
commit | 1796e1602e9ffe1cbf35f1b001cb6a534bb2f738 (patch) | |
tree | a5843afb39b3e5056eb749e7ad36f36465ff6126 /doc | |
parent | bc45295a409d2d29f12a89d3c743cc864436d6c1 (diff) | |
download | riscv-openocd-1796e1602e9ffe1cbf35f1b001cb6a534bb2f738.zip riscv-openocd-1796e1602e9ffe1cbf35f1b001cb6a534bb2f738.tar.gz riscv-openocd-1796e1602e9ffe1cbf35f1b001cb6a534bb2f738.tar.bz2 |
- add missing files from previous commit (tms470 flash driver)
git-svn-id: svn://svn.berlios.de/openocd/trunk@258 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'doc')
-rw-r--r-- | doc/scripts/tms470r1a288_startup.script | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/scripts/tms470r1a288_startup.script b/doc/scripts/tms470r1a288_startup.script new file mode 100644 index 0000000..9e97895 --- /dev/null +++ b/doc/scripts/tms470r1a288_startup.script @@ -0,0 +1,9 @@ +# Resets and unlocks the MSM of TMS470R1A288 (an others with an MSM).
+# Assumes default MSM keys (all 0xFFFFFFFF).
+#
+resume
+jtag_reset 0 1
+halt
+jtag_reset 0 0
+poll # hack-ish, but effective version of 'reset halt'
+mdw 0x1fe0 4 # unlock MSM
|