From e291e8012c56fefa44d2725903e2b1cd0d85d5f4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andreas=20F=C3=A4rber?= Date: Thu, 23 Apr 2015 12:33:42 +0200 Subject: [PATCH] zynq_7000: Add expected ID MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit As found on the Parallella-I board SKU A101020. Change-Id: Ie7e7a36325926d67fbe555b46a9be8a74fac8dba Signed-off-by: Andreas Färber Reviewed-on: http://openocd.zylin.com/2729 Tested-by: jenkins Reviewed-by: Spencer Oliver --- tcl/target/zynq_7000.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/tcl/target/zynq_7000.cfg b/tcl/target/zynq_7000.cfg index 55156ac389..b11de32879 100644 --- a/tcl/target/zynq_7000.cfg +++ b/tcl/target/zynq_7000.cfg @@ -9,6 +9,7 @@ set _TARGETNAME $_CHIPNAME.cpu jtag newtap zynq_pl bs -irlen 6 -ircapture 0x1 -irmask 0x03 \ -expected-id 0x23727093 \ + -expected-id 0x13722093 \ -expected-id 0x03727093 jtag newtap $_CHIPNAME dap -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id 0x4ba00477 -- 2.30.2