summaryrefslogtreecommitdiff
path: root/src/target/dsp563xx.h
diff options
context:
space:
mode:
authorMathias K <kesmtp@freenet.de>2011-02-15 20:17:10 +0100
committerØyvind Harboe <oyvind.harboe@zylin.com>2011-02-17 08:24:17 +0100
commit0f863ecb0112e5032608b9b66ab4c69bfe43b12f (patch)
treeceb159040e6b32f6c0b9fa1c780782185b199412 /src/target/dsp563xx.h
parent3f4b9e334b867a16c35b1c6d9a1f9aefd35fd91b (diff)
downloadopenocd+libswd-0f863ecb0112e5032608b9b66ab4c69bfe43b12f.tar.gz
openocd+libswd-0f863ecb0112e5032608b9b66ab4c69bfe43b12f.tar.bz2
openocd+libswd-0f863ecb0112e5032608b9b66ab4c69bfe43b12f.tar.xz
openocd+libswd-0f863ecb0112e5032608b9b66ab4c69bfe43b12f.zip
- remove pipeline context, use once register instead - fix wrong register write in resume and step function - add more conditional branch handling
Diffstat (limited to 'src/target/dsp563xx.h')
-rw-r--r--src/target/dsp563xx.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/target/dsp563xx.h b/src/target/dsp563xx.h
index c553471f..67ff8d50 100644
--- a/src/target/dsp563xx.h
+++ b/src/target/dsp563xx.h
@@ -31,14 +31,6 @@ struct mcu_jtag
struct jtag_tap *tap;
};
-struct dsp563xx_pipeline_context
-{
- /* PIL Register */
- uint32_t once_opilr;
- /* PDB Register */
- uint32_t once_opdbr;
-};
-
struct dsp563xx_common
{
struct mcu_jtag jtag_info;
@@ -46,8 +38,6 @@ struct dsp563xx_common
uint32_t core_regs[DSP563XX_NUMCOREREGS];
struct once_reg once_regs[DSP563XX_NUMONCEREGS];
- struct dsp563xx_pipeline_context pipeline_context;
-
/* register cache to processor synchronization */
int (*read_core_reg) (struct target * target, int num);
int (*write_core_reg) (struct target * target, int num);