tcl: stm32mp15x: add target and board config files
authorAntonio Borneo <borneo.antonio@gmail.com>
Fri, 14 Feb 2020 15:49:45 +0000 (16:49 +0100)
committerOleksij Rempel <linux@rempel-privat.de>
Tue, 21 Apr 2020 07:52:48 +0000 (08:52 +0100)
commit7a94d0a19fbe1762d1be26d35958ca3edb74b41e
tree8ba8f3e64be9bd6348972df6a84352f0ff358d60
parent3c296bd19480033037f4e3f2db4a876a34a41f58
tcl: stm32mp15x: add target and board config files

The stm32mp15x has one or two Cortex-A7 (depending on the P/N) and
one Cortex-M4.
The second core is automatically detected by the target script.
In "engineering boot" all the cores are accessible.
In "production boot" the Cortex-M4 is kept in reset state after
power-on or NRST.

The board DK2 includes a ST-Link/V2, but only SWD is connected.

Change-Id: Ib6ebefcc696b1716e0f98694cadf0b04fd7d11d6
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5454
Tested-by: jenkins
Reviewed-by: Oleksij Rempel <linux@rempel-privat.de>
tcl/board/stm32mp15x_dk2.cfg [new file with mode: 0644]
tcl/target/stm32mp15x.cfg [new file with mode: 0644]