new "stellaris recover" commandmaster
commite70d42a727bebc5ae0ce0b1386620d30ea00b05b
authorDavid Brownell <dbrownell@users.sourceforge.net>
Sat, 27 Feb 2010 08:31:35 +0000 (27 00:31 -0800)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Sat, 27 Feb 2010 08:31:35 +0000 (27 00:31 -0800)
tree10a999847449419eaf789fe41eec065a67448b25
parent3ef9beb52cd0ed57ae6d28f7858001bfb68d7e86
new "stellaris recover" command

Stellaris chips have a procedure for restoring the chip to
what's effectively the "as-manufactured" state, with all the
non-volatile memory erased.  That includes all flash memory,
plus things like the flash protection bits and various control
words which can for example disable debugger access.  clearly,
this can be useful during development.

Luminary/TI provides an MS-Windows utility to perform this
procedure along with its Stellaris developer kits.  Now OpenOCD
users will no longer need to use that MS-Windows utility.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
NEWS
doc/openocd.texi
src/flash/nor/stellaris.c