|
From: <ge...@op...> - 2018-04-24 13:04:47
|
This is an automated email from Gerrit. Angus Ainslie (an...@ak...) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/4501 -- gerrit commit 6ff1ad38c1e78b0094a22b8a4c398273c6a4fb21 Author: Angus Ainslie <an...@ak...> Date: Thu Apr 19 13:21:55 2018 -0600 imx8m: add an m4 target to the imx8m The imx8m also has a Cortex m4 so add a target for it. Change-Id: I2abf62b6232c547fe9b12507f459835b11c63a6d Signed-off-by: Angus Ainslie <an...@ak...> diff --git a/tcl/target/imx8m.cfg b/tcl/target/imx8m.cfg index 3314954..5d7acbe 100644 --- a/tcl/target/imx8m.cfg +++ b/tcl/target/imx8m.cfg @@ -53,3 +53,6 @@ for { set _core 0 } { $_core < $_cores } { incr _core } { eval $_smp_command targets $_TARGETNAME.0 + +# declare the auxiliary Cortex-M4 core on AP #4 +target create ${_CHIPNAME}.m4 cortex_m -dap ${_CHIPNAME}.dap -ap-num 4 -- |