diff options
author | Tirumala Marri <tmarri@apm.com> | 2010-09-28 14:15:14 -0700 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2010-10-04 11:15:02 +0200 |
commit | 1b8fec1393e33d72d0e24f55ed597673b1c9e884 (patch) | |
tree | 4a4decf6305d3e96805ea9fcab3b61034e5c05c7 /arch/powerpc/include/asm/ppc4xx.h | |
parent | dd09985499ac95484974eb0f832fe47b33369952 (diff) | |
download | u-boot-imx-1b8fec1393e33d72d0e24f55ed597673b1c9e884.zip u-boot-imx-1b8fec1393e33d72d0e24f55ed597673b1c9e884.tar.gz u-boot-imx-1b8fec1393e33d72d0e24f55ed597673b1c9e884.tar.bz2 |
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>
Diffstat (limited to 'arch/powerpc/include/asm/ppc4xx.h')
-rw-r--r-- | arch/powerpc/include/asm/ppc4xx.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/ppc4xx.h b/arch/powerpc/include/asm/ppc4xx.h index 87a16ec..1b98f8b 100644 --- a/arch/powerpc/include/asm/ppc4xx.h +++ b/arch/powerpc/include/asm/ppc4xx.h @@ -79,6 +79,10 @@ #include <asm/ppc460sx.h> #endif +#if defined(CONFIG_APM821XX) +#include <asm/apm821xx.h> +#endif + /* * Configure which SDRAM/DDR/DDR2 controller is equipped */ |