]> git.sur5r.net Git - openocd/blobdiff - src/target/mips_ejtag.h
mips32.c: cache debug caps and support EJTAG 2.0 specific changes
[openocd] / src / target / mips_ejtag.h
index 4c8933c74b42c404b8e6f5e0229399a31388b38c..3e0d83101e5e121af274835be2da413691498be4 100644 (file)
@@ -194,6 +194,7 @@ struct mips_ejtag {
 
        /* Memory-Mapped Registers. This addresses are not same on different
         * EJTAG versions. */
+       uint32_t debug_caps;
        uint32_t ejtag_ibs_addr;        /* Instruction Address Break Status */
        uint32_t ejtag_iba0_addr;       /* IAB channel 0 */
        uint32_t ejtag_ibc_offs;        /* IAB Control offset */