aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2007-10-11 08:08:14 -0400
committerJosh Boyer <jwboyer@linux.vnet.ibm.com>2007-10-11 16:01:22 -0400
commit5d8476c8fab2a51475983af26e220ee84a3964f8 (patch)
treeee4340c278158e9bc107b0a7cd64c235361f7281 /arch
parent0a2cdd88f0b8ea98bcaf9712446cc46a240313f5 (diff)
[POWERPC] 4xx: Add AMCC 405EX support to cputable.c
Signed-off-by: Stefan Roese <sr@denx.de> Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/kernel/cputable.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/cputable.c b/arch/powerpc/kernel/cputable.c
index 8662cf053fa0..d3fb7d0c6c1c 100644
--- a/arch/powerpc/kernel/cputable.c
+++ b/arch/powerpc/kernel/cputable.c
@@ -1087,6 +1087,17 @@ static struct cpu_spec __initdata cpu_specs[] = {
1087 .dcache_bsize = 32, 1087 .dcache_bsize = 32,
1088 .platform = "ppc405", 1088 .platform = "ppc405",
1089 }, 1089 },
1090 { /* 405EX */
1091 .pvr_mask = 0xffff0000,
1092 .pvr_value = 0x12910000,
1093 .cpu_name = "405EX",
1094 .cpu_features = CPU_FTRS_40X,
1095 .cpu_user_features = PPC_FEATURE_32 |
1096 PPC_FEATURE_HAS_MMU | PPC_FEATURE_HAS_4xxMAC,
1097 .icache_bsize = 32,
1098 .dcache_bsize = 32,
1099 .platform = "ppc405",
1100 },
1090 1101
1091#endif /* CONFIG_40x */ 1102#endif /* CONFIG_40x */
1092#ifdef CONFIG_44x 1103#ifdef CONFIG_44x