diff options
author | Greg Watson <gwatson@lanl.gov> | 2005-10-19 21:55:47 +0000 |
---|---|---|
committer | Greg Watson <gwatson@lanl.gov> | 2005-10-19 21:55:47 +0000 |
commit | aa9ef4195a12feb7b9ccc9bc9dc24806df13c022 (patch) | |
tree | b4eadf19b28cc70e459de1aac9a5d99d46735d68 /src/arch/ppc/include/ppc4xx.h | |
parent | 5fc3aa73eb5e978bcd37061c49932b10e80c45c2 (diff) |
trying to compile...
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2062 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch/ppc/include/ppc4xx.h')
-rw-r--r-- | src/arch/ppc/include/ppc4xx.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/arch/ppc/include/ppc4xx.h b/src/arch/ppc/include/ppc4xx.h index 279e1aa161..48066cedc2 100644 --- a/src/arch/ppc/include/ppc4xx.h +++ b/src/arch/ppc/include/ppc4xx.h @@ -68,6 +68,17 @@ #define sprg6w 0x116 /* Special purpose general 6 - write only */ #define sprg7w 0x117 /* Special purpose general 7 - write only */ +/*----------------------------------------------------------------------------+ +| Machine State Register. MSR_EE, MSR_PR, MSR_FP, MSR_ME, MSR_FE0, MSR_FE1, ++----------------------------------------------------------------------------*/ +#define MSR_APE 0x00080000 /* wait state enable */ +#define MSR_WE 0x00040000 /* wait state enable */ +#define MSR_CE 0x00020000 /* critical interrupt enable */ +#define MSR_DWE 0x00000400 /* debug wait enable */ +#define MSR_DE 0x00000200 /* debug interrupt enable */ +#define MSR_IR 0x00000020 /* instruction relocale */ +#define MSR_DR 0x00000010 /* data relocale */ + /****************************************************************************** * Special for PPC405GP ******************************************************************************/ |