forked from auracaster/openocd
flash/nor: add support for Nuvoton NPCX4/K3 series flash
Added NPCX flash driver to support the Nuvoton NPCX4/K3 series microcontrollers. Add config file for these series. Change-Id: I0b6e128fa51146b561f422e23a98260594b1f138 Signed-off-by: Luca Hung <YCHUNG0@nuvoton.com> Signed-off-by: Mulin CHao <mlchao@nuvoton.com> Reviewed-on: https://review.openocd.org/c/openocd/+/7794 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz> Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
committed by
Antonio Borneo
parent
2839a873a3
commit
62f76b2169
@@ -7193,10 +7193,16 @@ Show information about flash driver.
|
||||
All versions of the NPCX microcontroller families from Nuvoton include internal
|
||||
flash. The NPCX flash driver supports the NPCX family of devices. The driver
|
||||
automatically recognizes the specific version's flash parameters and
|
||||
autoconfigures itself. The flash bank starts at address 0x64000000.
|
||||
autoconfigures itself. The flash bank starts at address 0x64000000. An optional additional
|
||||
parameter sets the FIU version for the bank, with the default FIU is @var{npcx.fiu}.
|
||||
|
||||
@example
|
||||
|
||||
flash bank $_FLASHNAME npcx 0x64000000 0 0 0 $_TARGETNAME npcx_v2.fiu
|
||||
|
||||
# FIU defaults to npcx.fiu
|
||||
flash bank $_FLASHNAME npcx 0x64000000 0 0 0 $_TARGETNAME
|
||||
|
||||
@end example
|
||||
@end deffn
|
||||
|
||||
|
||||
Reference in New Issue
Block a user