mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
powerpc/85xx: Support for Freescale P1024/P1025 processor
Add Support for Freescale P1024/P1025 (dual core) and P1015/P1016 (single core) processors. P1024 is a variant of P1020 processor with a core frequency from 400Mhz to 667Mhz and comes in a 561-pin wirebond power-BGA P1025 is a variant of P1021 processor with a core frequency from 400Mhz to 667Mhz and comes in a 561-pin wirebond power-BGA P1015 is a variant of P1024 processor with single core and P1016 is a variant of P1025 processor with single core. Added comments in config_mpc85xx.h to denote single core versions of processors. Signed-off-by: Jin Qing <b24347@freescale.com> Signed-off-by: Li Yang <leoli@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
parent
298f8af17b
commit
093cffbe9a
4 changed files with 78 additions and 0 deletions
|
@ -1048,6 +1048,10 @@
|
|||
#define SVR_P1013_E 0x80EF00
|
||||
#define SVR_P1014 0x80F101
|
||||
#define SVR_P1014_E 0x80F901
|
||||
#define SVR_P1015 0x80E502
|
||||
#define SVR_P1015_E 0x80ED02
|
||||
#define SVR_P1016 0x80E503
|
||||
#define SVR_P1016_E 0x80ED03
|
||||
#define SVR_P1017 0x80F700
|
||||
#define SVR_P1017_E 0x80FF00
|
||||
#define SVR_P1020 0x80E400
|
||||
|
@ -1058,6 +1062,10 @@
|
|||
#define SVR_P1022_E 0x80EE00
|
||||
#define SVR_P1023 0x80F600
|
||||
#define SVR_P1023_E 0x80FE00
|
||||
#define SVR_P1024 0x80E402
|
||||
#define SVR_P1024_E 0x80EC02
|
||||
#define SVR_P1025 0x80E403
|
||||
#define SVR_P1025_E 0x80EC03
|
||||
#define SVR_P2010 0x80E300
|
||||
#define SVR_P2010_E 0x80EB00
|
||||
#define SVR_P2020 0x80E200
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue