tcl/board/ti_beagle* move to board/beagle/ folder

Move the BeagleBoard.org Foundation boards to it's own folder. This
allows additional support such as BeagleV-Fire and other non TI SoC
vendor support to be subsequently added.

While doing this,
* Use "-" as separator for the file names as recommended
  by coding standards.
* To maintain compatibility, add the non-trivial renames to
  file_renaming.cfg

Change-Id: Ie916c9bf81fc3922bf19ed9ed2db841549d29ca9
Suggested-by: Antonio Borneo <borneo.antonio@gmail.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/9204
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
Tested-by: jenkins
This commit is contained in:
Nishanth Menon
2025-11-03 11:25:15 -06:00
committed by Antonio Borneo
parent 2f8ddc0835
commit 19f5e20715
6 changed files with 6 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# AM335x Beaglebone
# http://beagleboard.org/bone
# The JTAG interface is built directly on the board.
source [find interface/ftdi/xds100v2.cfg]
adapter speed 16000
reset_config trst_and_srst
source [find board/beagle/beaglebone-base.cfg]