board: Add the HiFive1 revB board configuration
Change-Id: If186afcfd2c87414b9323569a16aed9a6054c883 Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Reviewed-on: http://openocd.zylin.com/5680 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-by: Tim Newsome <tim@sifive.com>
This commit is contained in:
parent
4a5de86f58
commit
7e78c04f1c
|
@ -0,0 +1,21 @@
|
||||||
|
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"
|
Loading…
Reference in New Issue