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>
This commit is contained in:
Tarek BOCHKATI
2020-02-07 18:36:29 +01:00
committed by Tomas Vanek
parent 61ef89ce4b
commit 1ef468edc5
2 changed files with 25 additions and 6 deletions

View File

@@ -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).