forked from auracaster/openocd
tcl/board: Move SiFive configs into vendor directory
Move the configuration files into a dedicated vendor folder as required by the developer guidelines. Change-Id: I5bf048f2d8d0fccbcfe40e0a0e7b30dfbab192d1 Signed-off-by: Marc Schink <dev@zapb.de> Reviewed-on: https://review.openocd.org/c/openocd/+/9082 Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com> Tested-by: jenkins
This commit is contained in:
committed by
Antonio Borneo
parent
23ab2062e7
commit
65b886812b
23
tcl/board/sifive/hifive1-rev-b.cfg
Normal file
23
tcl/board/sifive/hifive1-rev-b.cfg
Normal file
@@ -0,0 +1,23 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
adapter speed 4000
|
||||
|
||||
adapter driver jlink
|
||||
transport select jtag
|
||||
|
||||
set _CHIPNAME riscv
|
||||
jtag newtap $_CHIPNAME cpu -irlen 5 -expected-id 0x20000913
|
||||
|
||||
set _TARGETNAME $_CHIPNAME.cpu
|
||||
target create $_TARGETNAME.0 riscv -chain-position $_TARGETNAME
|
||||
$_TARGETNAME.0 configure -work-area-phys 0x80000000 -work-area-size 0x4000 -work-area-backup 0
|
||||
|
||||
flash bank onboard_spi_flash fespi 0x20000000 0 0 0 $_TARGETNAME.0
|
||||
|
||||
init
|
||||
|
||||
jlink jtag 3
|
||||
|
||||
halt
|
||||
flash protect 0 1 last off
|
||||
echo "Ready for Remote Connections"
|
||||
Reference in New Issue
Block a user