mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
APM821xx: Add CPU support
APM821XX is a new line of SoCs which are derivatives of PPC44X family of processors. This patch adds support of CPU, cache, tlb, 32k ocm, bootstraps, PLB and AHB bus. Signed-off-by: Tirumala R Marri <tmarri@apm.com> Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
dd09985499
commit
1b8fec1393
11 changed files with 202 additions and 19 deletions
|
@ -916,6 +916,7 @@
|
|||
#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_APM821XX_RA 0x12C41C80 /* APM821XX rev A */
|
||||
#define PVR_601 0x00010000
|
||||
#define PVR_602 0x00050000
|
||||
#define PVR_603 0x00030000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue