aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTarek BOCHKATI <tarek.bouchkati@gmail.com>2020-02-07 18:36:29 +0100
committerTomas Vanek <vanekt@fbl.cz>2020-02-23 21:33:58 +0000
commit1ef468edc50e83261e1ab8a104716cdaa9e84945 (patch)
tree6b79b31d04a866fbb764bfe154b0ab3017ee6af6 /doc
parent61ef89ce4b06f957ac0bd5cdb1c26ab8b64bc097 (diff)
downloadriscv-openocd-1ef468edc50e83261e1ab8a104716cdaa9e84945.zip
riscv-openocd-1ef468edc50e83261e1ab8a104716cdaa9e84945.tar.gz
riscv-openocd-1ef468edc50e83261e1ab8a104716cdaa9e84945.tar.bz2
flash/nor/tcl.c: add filld command to write double-word with 64-bit value
Change-Id: I2eeda7af7d855ed1284083d025994f8fa9531969 Signed-off-by: Tarek BOCHKATI <tarek.bouchkati@gmail.com> Reviewed-on: http://openocd.zylin.com/5443 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
Diffstat (limited to 'doc')
-rw-r--r--doc/openocd.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index cdec3b0..de7dceb 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -5074,10 +5074,11 @@ If @option{unlock} is specified, then the flash is unprotected
before erase starts.
@end deffn
-@deffn Command {flash fillw} address word length
+@deffn Command {flash filld} address double-word length
+@deffnx Command {flash fillw} address word length
@deffnx Command {flash fillh} address halfword length
@deffnx Command {flash fillb} address byte length
-Fills flash memory with the specified @var{word} (32 bits),
+Fills flash memory with the specified @var{double-word} (64 bits), @var{word} (32 bits),
@var{halfword} (16 bits), or @var{byte} (8-bit) pattern,
starting at @var{address} and continuing
for @var{length} units (word/halfword/byte).