linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Add PVR for new Rev C 440EP
@ 2006-05-08 22:32 John Otken
  0 siblings, 0 replies; only message in thread
From: John Otken @ 2006-05-08 22:32 UTC (permalink / raw)
  To: linuxppc-embedded; +Cc: Stefan Roese

Here's a patch to add the PVR for the AMCC 440EP Rev C:



diff --git a/arch/powerpc/kernel/cputable.c b/arch/powerpc/kernel/cputable.c
index e4e8137..a2967b6 100644
--- a/arch/powerpc/kernel/cputable.c
+++ b/arch/powerpc/kernel/cputable.c
@@ -938,6 +938,16 @@ struct cpu_spec	cpu_specs[] = {
  		.dcache_bsize		= 32,
  		.platform		= "ppc440",
  	},
+	{
+		.pvr_mask		= 0xf0000fff,
+		.pvr_value		= 0x400008d4,
+		.cpu_name		= "440EP Rev. C",
+		.cpu_features		= CPU_FTRS_44X,
+		.cpu_user_features	= COMMON_USER_BOOKE | PPC_FEATURE_HAS_FPU,
+		.icache_bsize		= 32,
+		.dcache_bsize		= 32,
+		.platform		= "ppc440",
+	},
  	{	/* 440GP Rev. B */
  		.pvr_mask		= 0xf0000fff,
  		.pvr_value		= 0x40000440,

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2006-05-08 22:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-08 22:32 [PATCH] Add PVR for new Rev C 440EP John Otken

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).