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:
committed by
Tomas Vanek
parent
61ef89ce4b
commit
1ef468edc5
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user