From: oharboe at B. <oh...@ma...> - 2009-08-26 21:22:29
|
Author: oharboe Date: 2009-08-26 21:22:28 +0200 (Wed, 26 Aug 2009) New Revision: 2635 Modified: trunk/src/target/cortex_a8.h Log: Matt Hsu <ma...@0x...> cortex-a8: Copy some more registers from the documentation Modified: trunk/src/target/cortex_a8.h =================================================================== --- trunk/src/target/cortex_a8.h 2009-08-26 19:21:26 UTC (rev 2634) +++ trunk/src/target/cortex_a8.h 2009-08-26 19:22:28 UTC (rev 2635) @@ -42,6 +42,7 @@ /* Debug Control Block */ #define CPUDBG_DIDR 0x000 #define CPUDBG_WFAR 0x018 +#define CPUDBG_VCR 0x01C #define CPUDBG_DSCCR 0x028 #define CPUDBG_DTRRX 0x080 #define CPUDBG_ITR 0x084 @@ -52,6 +53,13 @@ #define CPUDBG_BCR_BASE 0x140 #define CPUDBG_WVR_BASE 0x180 +#define CPUDBG_OSLAR 0x300 +#define CPUDBG_OSLSR 0x304 +#define CPUDBG_OSSRR 0x308 + +#define CPUDBG_PRCR 0x310 +#define CPUDBG_PRSR 0x314 + #define CPUDBG_CPUID 0xD00 #define CPUDBG_CTYPR 0xD04 #define CPUDBG_TTYPR 0xD0C |