From e9493cc20a0c2160696b24757274ec4ee302ac39 Mon Sep 17 00:00:00 2001 From: Jiri Kastner Date: Mon, 16 Jan 2017 16:57:58 +0100 Subject: [PATCH] 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 Reviewed-on: http://openocd.zylin.com/3950 Tested-by: jenkins Reviewed-by: Paul Fertser --- src/target/mips_ejtag.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/target/mips_ejtag.h b/src/target/mips_ejtag.h index 71f5c1b4b4..c64e858a3d 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 */ -- 2.30.2