flash/nor: add support for Nuvoton NPCX series flash

Added NPCX flash driver to support the Nuvoton NPCX series
microcontrollers. Add config file for NPCX series.

Change-Id: Ia10b019a3521f59ad1e10ccdc56827ba30c3eac8
Signed-off-by: Wealian Liao <WHLIAO@nuvoton.com>
Signed-off-by: Mulin Chao <mlchao@nuvoton.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/5950
Tested-by: jenkins
Reviewed-by: Oleksij Rempel <linux@rempel-privat.de>
This commit is contained in:
Wealian Liao
2020-11-26 10:25:09 +08:00
committed by Oleksij Rempel
parent a098816a65
commit 385eedfc6f
12 changed files with 1332 additions and 0 deletions

8
tcl/board/npcx_evb.cfg Normal file
View File

@@ -0,0 +1,8 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Nuvoton NPCX Evaluation Board
source [find interface/jlink.cfg]
transport select swd
source [find target/npcx.cfg]