tcl: add support for stm32mp2xx targets and boards

Add support for the targets stm32mp21x, stm32mp23x and stm32mp25x.
Add support for the boards stm32mp235f-dk and stm32mp257f-dk.

The board stm32mp215f-dk has no configuration file as it only
provides a generic JTAG/SWD connector for the stm32mp21x SoC.

Change-Id: I0256bebd8a5d5600066d8ae191d83344a35d3d37
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/8985
Tested-by: jenkins
Reviewed-by: zapb <dev@zapb.de>
This commit is contained in:
Antonio Borneo
2025-07-04 16:37:38 +02:00
parent f11b677dec
commit 7e83049c93
5 changed files with 708 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# MB1605 with stm32mp23x
# https://www.st.com/en/evaluation-tools/stm32mp257f-dk.html
source [find interface/stlink.cfg]
transport select swd
source [find target/st/stm32mp23x.cfg]
reset_config srst_only