From: Andrey Skvortsov Date: Wed, 7 May 2014 08:59:21 +0000 (+0400) Subject: tcl/target: added support for TI OMAP/AM 3505 and 3517 X-Git-Tag: v0.9.0-rc1~317 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=494975747376cb5258d8d84d4304df5cad51b719 tcl/target: added support for TI OMAP/AM 3505 and 3517 added TAPID for OMAP/AM 3505 and 3517. Tested on TAM3517 Twister board with AM3517 SoC. Change-Id: I78a3268a4adb18092c694a556538c99c9032f648 Signed-off-by: Andrey Skvortsov Reviewed-on: http://openocd.zylin.com/2127 Tested-by: jenkins Reviewed-by: Andreas Fritiofson --- diff --git a/tcl/target/amdm37x.cfg b/tcl/target/amdm37x.cfg index 6004070f7b..07e6d102bb 100644 --- a/tcl/target/amdm37x.cfg +++ b/tcl/target/amdm37x.cfg @@ -33,7 +33,7 @@ if { [info exists CHIPTYPE] } { } am35x { # Primary TAP: ICEPick-C (JTAG route controller) and boundary scan - set _JRC_TAPID "-expected-id 0x0b7ae02f" + set _JRC_TAPID "-expected-id 0x0b7ae02f -expected-id 0x0b86802f" } default { error "ERROR: CHIPTYPE was set, but it was not set to a valid value. Acceptable values are \"dm37x\" or \"am35x\"."