diff options
Diffstat (limited to 'tcl/target/imx31.cfg')
-rw-r--r-- | tcl/target/imx31.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tcl/target/imx31.cfg b/tcl/target/imx31.cfg index 9a2aed32..b613ba6f 100644 --- a/tcl/target/imx31.cfg +++ b/tcl/target/imx31.cfg @@ -60,3 +60,7 @@ target create $_TARGETNAME arm11 -endian $_ENDIAN -chain-position $_TARGETNAME proc power_restore {} { puts "Sensed power restore. No action." } proc srst_deasserted {} { puts "Sensed nSRST deasserted. No action." } + +# trace setup ... NOTE, "normal full" mode fudges the real ETMv3.1 mode +etm config $_TARGETNAME 16 normal full etb +etb config $_TARGETNAME $_CHIPNAME.etb |