From: openocd-gerrit <ope...@us...> - 2025-06-07 08:44:11
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via b1c1dd1ec4b014d3b17be7598b7ecfebe97edcb5 (commit) from 25b99ae456971d5522c4e836e80bfa8e40e5a512 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b1c1dd1ec4b014d3b17be7598b7ecfebe97edcb5 Author: Lucien Dufour <luc...@du...> Date: Tue May 20 17:39:19 2025 +0200 tcl/target: Add support for TMS570LS1xxx Added support for TMS570LS1xxx series parts. This uses the existing ti_tms570.cfg as parent. Change-Id: I40567bfb8dc052532807df68ef3d42f8e7a8ecf4 Signed-off-by: Lucien Dufour <luc...@du...> Reviewed-on: https://review.openocd.org/c/openocd/+/8928 Tested-by: jenkins Reviewed-by: Tomas Vanek <va...@fb...> Reviewed-by: zapb <de...@za...> diff --git a/tcl/target/ti_tms570ls1x.cfg b/tcl/target/ti_tms570ls1x.cfg new file mode 100644 index 000000000..3c2577757 --- /dev/null +++ b/tcl/target/ti_tms570ls1x.cfg @@ -0,0 +1,8 @@ +# SPDX-License-Identifier: GPL-2.0-or-later + +# TMS570LS1114, TMS570LS1115 +# TMS570LS1224, TMS570LS1225, TMS570LS1227 +set DAP_TAPID 0x0B95502F +set JRC_TAPID 0x0B95502F + +source [find target/ti_tms570.cfg] ----------------------------------------------------------------------- Summary of changes: tcl/target/ti_tms570ls1x.cfg | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tcl/target/ti_tms570ls1x.cfg hooks/post-receive -- Main OpenOCD repository |