forked from auracaster/openocd
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
14 lines
321 B
INI
14 lines
321 B
INI
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
# BeagleBoard xM (DM37x)
|
|
# http://beagleboard.org
|
|
|
|
set CHIPTYPE "dm37x"
|
|
source [find target/ti/amdm37x.cfg]
|
|
|
|
# The TI-14 JTAG connector does not have srst. CPU reset is handled in
|
|
# hardware.
|
|
reset_config trst_only
|
|
|
|
# "amdm37x_dbginit dm37x.cpu" needs to be run after init.
|