From: <ml...@ma...> - 2009-09-13 19:26:16
|
Author: mlu Date: 2009-09-13 19:26:07 +0200 (Sun, 13 Sep 2009) New Revision: 2702 Modified: trunk/src/target/cortex_a8.h Log: More CortexA8 debug register definitions. Modified: trunk/src/target/cortex_a8.h =================================================================== --- trunk/src/target/cortex_a8.h 2009-09-13 13:57:50 UTC (rev 2701) +++ trunk/src/target/cortex_a8.h 2009-09-13 17:26:07 UTC (rev 2702) @@ -43,6 +43,7 @@ #define CPUDBG_DIDR 0x000 #define CPUDBG_WFAR 0x018 #define CPUDBG_VCR 0x01C +#define CPUDBG_ECR 0x024 #define CPUDBG_DSCCR 0x028 #define CPUDBG_DTRRX 0x080 #define CPUDBG_ITR 0x084 @@ -63,6 +64,9 @@ #define CPUDBG_CPUID 0xD00 #define CPUDBG_CTYPR 0xD04 #define CPUDBG_TTYPR 0xD0C +#define CPUDBG_LOCKACCESS 0xFB0 +#define CPUDBG_LOCKSTATUS 0xFB4 +#define CPUDBG_AUTHSTATUS 0xFB8 #define BRP_NORMAL 0 #define BRP_CONTEXT 1 |