This is an automated email from Gerrit.

"zapb <d...@zapb.de>" just uploaded a new patch set to Gerrit, which you can 
find at https://review.openocd.org/c/openocd/+/9082

-- gerrit

commit 5606f5982107cf30b5016ecc46835cb39829a4c1
Author: Marc Schink <d...@zapb.de>
Date:   Thu Aug 14 15:01:27 2025 +0200

    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 <d...@zapb.de>

diff --git a/tcl/board/sifive-e31arty.cfg b/tcl/board/sifive/e31-arty.cfg
similarity index 94%
rename from tcl/board/sifive-e31arty.cfg
rename to tcl/board/sifive/e31-arty.cfg
index b3e980f408..bdf79dae61 100644
--- a/tcl/board/sifive-e31arty.cfg
+++ b/tcl/board/sifive/e31-arty.cfg
@@ -3,7 +3,7 @@
 #
 # Be sure you include the speed and interface before this file
 # Example:
-# -c "adapter speed 5000" -f "interface/ftdi/olimex-arm-usb-tiny-h.cfg" -f 
"board/sifive-e31arty.cfg"
+# -c "adapter speed 5000" -f "interface/ftdi/olimex-arm-usb-tiny-h.cfg" -f 
"board/sifive/e31-arty.cfg"
 
 set _CHIPNAME riscv
 jtag newtap $_CHIPNAME cpu -irlen 5 -expected-id 0x20000001
diff --git a/tcl/board/sifive-e51arty.cfg b/tcl/board/sifive/e51-arty.cfg
similarity index 94%
rename from tcl/board/sifive-e51arty.cfg
rename to tcl/board/sifive/e51-arty.cfg
index 3133c39023..1476d503e2 100644
--- a/tcl/board/sifive-e51arty.cfg
+++ b/tcl/board/sifive/e51-arty.cfg
@@ -3,7 +3,7 @@
 #
 # Be sure you include the speed and interface before this file
 # Example:
-# -c "adapter speed 5000" -f "interface/ftdi/olimex-arm-usb-tiny-h.cfg" -f 
"board/sifive-e51arty.cfg"
+# -c "adapter speed 5000" -f "interface/ftdi/olimex-arm-usb-tiny-h.cfg" -f 
"board/sifive/e51-arty.cfg"
 
 set _CHIPNAME riscv
 jtag newtap $_CHIPNAME cpu -irlen 5 -expected-id 0x20000001
diff --git a/tcl/board/sifive-hifive1-revb.cfg 
b/tcl/board/sifive/hifive1-rev-b.cfg
similarity index 100%
rename from tcl/board/sifive-hifive1-revb.cfg
rename to tcl/board/sifive/hifive1-rev-b.cfg
diff --git a/tcl/board/sifive-hifive1.cfg b/tcl/board/sifive/hifive1.cfg
similarity index 100%
rename from tcl/board/sifive-hifive1.cfg
rename to tcl/board/sifive/hifive1.cfg
diff --git a/tcl/file_renaming.cfg b/tcl/file_renaming.cfg
index 20679b6abc..fac625eb59 100644
--- a/tcl/file_renaming.cfg
+++ b/tcl/file_renaming.cfg
@@ -19,6 +19,10 @@ set _file_renaming {
        board/nordic_nrf52_dk.cfg               board/nordic/nrf52-dk.cfg
        board/stm32mp13x_dk.cfg                 board/st/stm32mp135f-dk.cfg
        board/stm32mp15x_dk2.cfg                board/st/stm32mp157f-dk2.cfg
+       board/sifive-e31arty.cfg                board/sifive/e31-arty.cfg
+       board/sifive-e51arty.cfg                board/sifive/e51-arty.cfg
+       board/sifive-hifive1.cfg                board/sifive/hifive1.cfg
+       board/sifive-hifive1-revb.cfg           board/sifive/hifive1-rev-b.cfg
        target/nrf51.cfg        target/nordic/nrf51.cfg
        target/nrf52.cfg        target/nordic/nrf52.cfg
        target/nrf53.cfg        target/nordic/nrf53.cfg

-- 

Reply via email to