This is an automated email from Gerrit. Tom Rini ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/3384
-- gerrit commit 68409eedfa9d191b1a954f8975c17a4517df4996 Author: Tom Rini <[email protected]> Date: Fri Mar 11 11:36:19 2016 -0500 tcl/target/imx6: Once more add another SJC tapid This is for MX6SL TO1.2. Change-Id: I525197282fa7154bfca0f29c91729d108eac2ba1 Signed-off-by: Tom Rini <[email protected]> diff --git a/tcl/target/imx6.cfg b/tcl/target/imx6.cfg index 11c2134..2479141 100644 --- a/tcl/target/imx6.cfg +++ b/tcl/target/imx6.cfg @@ -28,10 +28,12 @@ if { [info exists SJC_TAPID] } { set _SJC_TAPID2 0x2191c01d set _SJC_TAPID3 0x2191e01d set _SJC_TAPID4 0x1191c01d +set _SJC_TAPID5 0x0891f01d jtag newtap $_CHIPNAME sjc -irlen 5 -ircapture 0x01 -irmask 0x1f \ -expected-id $_SJC_TAPID -expected-id $_SJC_TAPID2 \ - -expected-id $_SJC_TAPID3 -expected-id $_SJC_TAPID4 + -expected-id $_SJC_TAPID3 -expected-id $_SJC_TAPID4 \ + -expected-id $_SJC_TAPID5 # GDB target: Cortex-A9, using DAP, configuring only one core # Base addresses of cores: -- ------------------------------------------------------------------------------ Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://pubads.g.doubleclick.net/gampad/clk?id=278785111&iu=/4140 _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
