This is an automated email from Gerrit. Jonathan Brandmeyer ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/5253
-- gerrit commit d404a42edc4586ab09fd0c391db988420d0afea3 Author: Jonathan Brandmeyer <[email protected]> Date: Mon Jul 1 11:25:29 2019 -0600 target/zynq-7000 Add an additional TAP ID Adds an additional debug TAP id for Zynq-7000. This ID was observed on a Zynq-7030 in the field. Change-Id: If93f22ac0c07060c77bc0b483a41d9dafcb6cbf7 Signed-off-by: Jonathan Brandmeyer <[email protected]> diff --git a/tcl/target/zynq_7000.cfg b/tcl/target/zynq_7000.cfg index 1562768..50a7af4 100644 --- a/tcl/target/zynq_7000.cfg +++ b/tcl/target/zynq_7000.cfg @@ -10,6 +10,7 @@ set _TARGETNAME $_CHIPNAME.cpu jtag newtap zynq_pl bs -irlen 6 -ircapture 0x1 -irmask 0x03 \ -expected-id 0x23727093 \ -expected-id 0x13722093 \ + -expected-id 0x1372c093 \ -expected-id 0x03727093 \ -expected-id 0x03736093 -- _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
