Added CPUDBG_WCR_BASE define
git-svn-id: svn://svn.berlios.de/openocd/trunk@2734 b42882b7-edfa-0310-969c-e2dbd0fdcd60__archive__
parent
781997f556
commit
965b331d0b
|
@ -53,6 +53,7 @@ extern char* cortex_a8_state_strings[];
|
||||||
#define CPUDBG_BVR_BASE 0x100
|
#define CPUDBG_BVR_BASE 0x100
|
||||||
#define CPUDBG_BCR_BASE 0x140
|
#define CPUDBG_BCR_BASE 0x140
|
||||||
#define CPUDBG_WVR_BASE 0x180
|
#define CPUDBG_WVR_BASE 0x180
|
||||||
|
#define CPUDBG_WCR_BASE 0x1C0
|
||||||
|
|
||||||
#define CPUDBG_OSLAR 0x300
|
#define CPUDBG_OSLAR 0x300
|
||||||
#define CPUDBG_OSLSR 0x304
|
#define CPUDBG_OSLSR 0x304
|
||||||
|
|
Loading…
Reference in New Issue