From: Vladimir Zapolskiy Date: Wed, 28 Sep 2011 16:41:23 +0000 (+0300) Subject: AM/DM37x: add ES1.2 silicon type into account X-Git-Tag: v0.6.0-rc1~569 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=05b12e6c5e5857e418c639e502c3a63987eca0c4 AM/DM37x: add ES1.2 silicon type into account The missing value for ES1.2 silicon revision is mentioned in sprugn4m.pdf, and the recent TI Beagleboard XM is powered by it, so let support the revision. --- diff --git a/tcl/target/amdm37x.cfg b/tcl/target/amdm37x.cfg index 75593af2ef..a6daeab91d 100644 --- a/tcl/target/amdm37x.cfg +++ b/tcl/target/amdm37x.cfg @@ -29,7 +29,7 @@ if { [info exists CHIPTYPE] } { switch $CHIPTYPE { dm37x { # Primary TAP: ICEpick-C (JTAG route controller) and boundary scan - set _JRC_TAPID "-expected-id 0x1b89102f -expected-id 0x0b89102f" + set _JRC_TAPID "-expected-id 0x2b89102f -expected-id 0x1b89102f -expected-id 0x0b89102f" } am35x { # Primary TAP: ICEpick-C (JTAG route controller) and boundary scan