flash/nor/efr32: fixed lockbits and user data
[fw/openocd] / tcl / board / sifive-hifive1.cfg
index 196f540bbaa04fe799914a595d27b444b8f5aa15..c47485bf238c5cd7f3b255d2b87835942a254660 100644 (file)
@@ -1,15 +1,15 @@
 adapter speed     10000
 
 adapter driver ftdi
-ftdi_device_desc "Dual RS232-HS"
-ftdi_vid_pid 0x0403 0x6010
+ftdi device_desc "Dual RS232-HS"
+ftdi vid_pid 0x0403 0x6010
 
-ftdi_layout_init 0x0008 0x001b
-ftdi_layout_signal nSRST -oe 0x0020 -data 0x0020
+ftdi layout_init 0x0008 0x001b
+ftdi layout_signal nSRST -oe 0x0020 -data 0x0020
 
 #Reset Stretcher logic on FE310 is ~1 second long
 #This doesn't apply if you use
-# ftdi_set_signal, but still good to document
+# ftdi set_signal, but still good to document
 #adapter srst delay 1500
 
 set _CHIPNAME riscv
@@ -23,8 +23,8 @@ flash bank onboard_spi_flash fespi 0x20000000 0 0 0 $_TARGETNAME
 init
 #reset -- This type of reset is not implemented yet
 if {[ info exists pulse_srst]} {
-  ftdi_set_signal nSRST 0
-  ftdi_set_signal nSRST z
+  ftdi set_signal nSRST 0
+  ftdi set_signal nSRST z
   #Wait for the reset stretcher
   #It will work without this, but
   #will incur lots of delays for later commands.