This is an automated email from Gerrit.

Jiri Kastner ([email protected]) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/3950

-- gerrit

commit 5ad2a1c14191c74b9a2907074a77ac4735641971
Author: Jiri Kastner <[email protected]>
Date:   Mon Jan 16 16:57:58 2017 +0100

    ejtag: added missing instructions.
    
    added missing instructions from latest available ejtag specification
    (MD00047 v6.1 at time of writting) for trace control, fast data channel
    and pcsample.
    
    Change-Id: I30293951611265ffc2bd896f9d3ca6b310e5cac6
    Signed-off-by: Jiri Kastner <[email protected]>

diff --git a/src/target/mips_ejtag.h b/src/target/mips_ejtag.h
index 6ef0867..a8273ce 100644
--- a/src/target/mips_ejtag.h
+++ b/src/target/mips_ejtag.h
@@ -36,6 +36,11 @@
 #define EJTAG_INST_TCBCONTROLA 0x10
 #define EJTAG_INST_TCBCONTROLB 0x11
 #define EJTAG_INST_TCBDATA             0x12
+#define EJTAG_INST_TCBCONTROLC 0x13
+#define EJTAG_INST_PCSAMPLE            0x14
+#define EJTAG_INST_TCBCONTROLD 0x15
+#define EJTAG_INST_TCBCONTROLE 0x16
+#define EJTAG_INST_FDC                 0x17
 #define EJTAG_INST_BYPASS              0xFF
 
 /* microchip PIC32MX specific instructions */

-- 

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to