mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
- fixed mixed line endings on flash.c, log.c, gdb_server.c git-svn-id: svn://svn.berlios.de/openocd/trunk@371 b42882b7-edfa-0310-969c-e2dbd0fdcd60
10 lines
256 B
Plaintext
10 lines
256 B
Plaintext
# 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
|