aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTomas Vanek <vanekt@fbl.cz>2016-12-22 21:47:20 +0100
committerPaul Fertser <fercerpav@gmail.com>2017-01-15 11:01:36 +0000
commit93bc4ec40ffb9c30f170af3f1e3551c4b198507f (patch)
tree70aaaceb0c0025fe6108ea459d5e281a3cfbd49b /doc
parent390c9aca1f9400d956020b3d1657237bcc1ffe68 (diff)
downloadriscv-openocd-93bc4ec40ffb9c30f170af3f1e3551c4b198507f.zip
riscv-openocd-93bc4ec40ffb9c30f170af3f1e3551c4b198507f.tar.gz
riscv-openocd-93bc4ec40ffb9c30f170af3f1e3551c4b198507f.tar.bz2
flash/nor: fix doc/help and range test for flash protect
Commit 77a1c01ccbb1150ffe749a7373cf6c4dc15ecad0 introduced infrastructure for utilizing protection blocks of different size than erase sector. Parts of doc/help kept reading 'sector' instead of 'protection block'. flash_driver_protect() parameter range testing did not switched to bank->num_prot_blocks. This change fixes it. Change-Id: Iec301761190a1a1bcc4cb005a519b9e5e4fede51 Reported-by: Mark Odell <mark@odell.ws> Signed-off-by: Tomas Vanek <vanekt@fbl.cz> Reviewed-on: http://openocd.zylin.com/3917 Tested-by: jenkins Reviewed-by: Mark Odell <mrfirmware@gmail.com> Reviewed-by: Paul Fertser <fercerpav@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/openocd.texi9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index 5977c40..45b341c 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -4714,12 +4714,15 @@ and possibly stale information.
@anchor{flashprotect}
@deffn Command {flash protect} num first last (@option{on}|@option{off})
-Enable (@option{on}) or disable (@option{off}) protection of flash sectors
-in flash bank @var{num}, starting at sector @var{first}
+Enable (@option{on}) or disable (@option{off}) protection of flash blocks
+in flash bank @var{num}, starting at protection block @var{first}
and continuing up to and including @var{last}.
-Providing a @var{last} sector of @option{last}
+Providing a @var{last} block of @option{last}
specifies "to the end of the flash bank".
The @var{num} parameter is a value shown by @command{flash banks}.
+The protection block is usually identical to a flash sector.
+Some devices may utilize a protection block distinct from flash sector.
+See @command{flash info} for a list of protection blocks.
@end deffn
@deffn Command {flash padded_value} num value