diff options
author | Feng Kan <fkan@amcc.com> | 2008-07-08 22:48:07 -0700 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2008-07-11 13:18:12 +0200 |
commit | 96e5fc0e6a1861d0fea4efa3cd376df95a5b1b89 (patch) | |
tree | fc86c4fa1babeae80f7cdf48aca5e9557d0afe12 /include/asm-ppc/processor.h | |
parent | 7d30793685efcada183891c78fc892e6c9ba50c7 (diff) | |
download | u-boot-imx-96e5fc0e6a1861d0fea4efa3cd376df95a5b1b89.zip u-boot-imx-96e5fc0e6a1861d0fea4efa3cd376df95a5b1b89.tar.gz u-boot-imx-96e5fc0e6a1861d0fea4efa3cd376df95a5b1b89.tar.bz2 |
ppc4xx: Add initial 460SX reference board (redwood) config file and defines.
Signed-off-by: Feng Kan <fkan@amcc.com>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/asm-ppc/processor.h')
-rw-r--r-- | include/asm-ppc/processor.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-ppc/processor.h b/include/asm-ppc/processor.h index 10fd478..6e134c3 100644 --- a/include/asm-ppc/processor.h +++ b/include/asm-ppc/processor.h @@ -810,6 +810,10 @@ #define PVR_460EX_RA 0x130218A3 /* 460EX rev A without Security Engine */ #define PVR_460GT_SE_RA 0x130218A0 /* 460GT rev A with Security Engine */ #define PVR_460GT_RA 0x130218A1 /* 460GT rev A without Security Engine */ +#define PVR_460SX_RA 0x13541800 /* 460SX rev A */ +#define PVR_460SX_RA_V1 0x13541801 /* 460SX rev A Variant 1 Security disabled */ +#define PVR_460GX_RA 0x13541802 /* 460GX rev A */ +#define PVR_460GX_RA_V1 0x13541803 /* 460GX rev A Variant 1 Security disabled */ #define PVR_601 0x00010000 #define PVR_602 0x00050000 #define PVR_603 0x00030000 |