diff options
author | Srikanth Srinivasan <srikanth.srinivasan@freescale.com> | 2009-01-21 17:17:33 -0600 |
---|---|---|
committer | Andy Fleming <afleming@freescale.com> | 2009-02-16 18:05:55 -0600 |
commit | 8d949aff38cfb4388cbd73876e77bcd06d601f20 (patch) | |
tree | d5ea3943e341ed81fc4f61cb6176289bda281925 /include/asm-ppc/processor.h | |
parent | cb69e4de8702e108324e1c40363f30ef6f2e2918 (diff) | |
download | u-boot-imx-8d949aff38cfb4388cbd73876e77bcd06d601f20.zip u-boot-imx-8d949aff38cfb4388cbd73876e77bcd06d601f20.tar.gz u-boot-imx-8d949aff38cfb4388cbd73876e77bcd06d601f20.tar.bz2 |
mpc85xx: Add support for the P2020
Added various p2020 processor specific details:
* SVR for p2020, p2020E
* immap updates for LAWs and DDR on p2020
* LAW defines related to p2020
Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
Signed-off-by: Travis Wheatley <Travis.Wheatley@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 4203ada..2a6ffba 100644 --- a/include/asm-ppc/processor.h +++ b/include/asm-ppc/processor.h @@ -951,6 +951,8 @@ #define SVR_8568_E 0x807D00 #define SVR_8572 0x80E000 #define SVR_8572_E 0x80E800 +#define SVR_P2020 0x80E200 +#define SVR_P2020_E 0x80EA00 #define SVR_8610 0x80A000 #define SVR_8641 0x809000 |