Lines Matching +full:dual +full:- +full:flash
4 ftdi device_desc "Dual RS232-HS"
7 ftdi layout_signal nSRST -data 0x0020 -oe 0x0020
10 jtag newtap $_CHIPNAME cpu -irlen 5 -expected-id 0x10e31913
13 target create $_TARGETNAME riscv -chain-position $_TARGETNAME
14 $_TARGETNAME configure -work-area-phys 0x80000000 -work-area-size 10000 -work-area-backup 1
16 flash bank onboard_spi_flash fespi 0x20000000 0 0 0 $_TARGETNAME
18 proc hifive1-load {file} {
19 flash protect 0 64 last off
20 flash write_image erase $file
23 proc hifive1-reset-halt {} {
27 proc hifive1-post-verify {} {
35 $_TARGETNAME configure -event gdb-attach {
40 $_TARGETNAME configure -event gdb-detach {