diff options
author | Poonam Aggrwal <poonam.aggrwal@freescale.com> | 2009-07-31 12:08:27 +0530 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-08-28 17:12:39 -0500 |
commit | 87c7661b42aa7672539b54b51d3d5c4013ec6f6c (patch) | |
tree | 8ea50290ecaa58e4d8cc329f9b8e870e87d9545c /include/asm-ppc/processor.h | |
parent | 728ece343e8bb2a66ee977c49d455439e3b28da9 (diff) | |
download | u-boot-imx-87c7661b42aa7672539b54b51d3d5c4013ec6f6c.zip u-boot-imx-87c7661b42aa7672539b54b51d3d5c4013ec6f6c.tar.gz u-boot-imx-87c7661b42aa7672539b54b51d3d5c4013ec6f6c.tar.bz2 |
85xx: Added P1020 Processor Support.
P1020 is another member of QorIQ series of processors which falls in ULE
category. It is an e500 based dual core SOC.
Being a scaled down version of P2020 it has following differences:
- 533MHz - 800MHz core frequency.
- 256Kbyte L2 cache
- Ethernet controllers with classification capabilities.
Also the SOC is pin compatible with P2020
Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/asm-ppc/processor.h')
-rw-r--r-- | include/asm-ppc/processor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-ppc/processor.h b/include/asm-ppc/processor.h index a079b2d..5547245 100644 --- a/include/asm-ppc/processor.h +++ b/include/asm-ppc/processor.h @@ -1011,6 +1011,8 @@ #define SVR_8572_E 0x80E800 #define SVR_P2020 0x80E200 #define SVR_P2020_E 0x80EA00 +#define SVR_P1020 0x80E400 +#define SVR_P1020_E 0x80EC00 #define SVR_8610 0x80A000 #define SVR_8641 0x809000 |