From ecab0cfe25600ad13c174b78a637515943cc870a Mon Sep 17 00:00:00 2001 From: David Brownell Date: Fri, 13 Nov 2009 16:58:14 -0800 Subject: ARM11: ETM + ETB support Kick in ETM (and ETB) support for ARM11. Tested on OMAP 2420, so update that configuration. (That's an ARM1136ejs, ETB, OpenGL ES1.1, C55x DSP, etc.) Also update the other ARM11 ETM + ETB targets in the tree to set up these modules. (Not tested.) Signed-off-by: David Brownell --- tcl/target/imx31.cfg | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tcl/target/imx31.cfg') 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 -- cgit v1.2.3