linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Josh Boyer <jwboyer@linux.vnet.ibm.com>
To: linuxppc-dev@ozlabs.org
Subject: [PATCH 3/5] powerpc/40x: Add AMCC PowerPC 405EZ to cputable
Date: Thu, 9 Oct 2008 08:56:38 -0400	[thread overview]
Message-ID: <e380d3eb20ec0791a9a07ce8c102b5ea5953fec9.1223642006.git.jwboyer@linux.vnet.ibm.com> (raw)
In-Reply-To: <cover.1223642006.git.jwboyer@linux.vnet.ibm.com>

This adds the AMCC PowerPC 405EZ chip to the cputable

Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
---
 arch/powerpc/kernel/cputable.c |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/arch/powerpc/kernel/cputable.c b/arch/powerpc/kernel/cputable.c
index e70d048..b1eb834 100644
--- a/arch/powerpc/kernel/cputable.c
+++ b/arch/powerpc/kernel/cputable.c
@@ -1277,6 +1277,19 @@ static struct cpu_spec __initdata cpu_specs[] = {
 		.machine_check		= machine_check_4xx,
 		.platform		= "ppc405",
 	},
+	{
+		/* 405EZ */
+		.pvr_mask		= 0xffff0000,
+		.pvr_value		= 0x41510000,
+		.cpu_name		= "405EZ",
+		.cpu_features		= CPU_FTRS_40X,
+		.cpu_user_features	= PPC_FEATURE_32 |
+			PPC_FEATURE_HAS_MMU | PPC_FEATURE_HAS_4xxMAC,
+		.icache_bsize		= 32,
+		.dcache_bsize		= 32,
+		.machine_check		= machine_check_4xx,
+		.platform		= "ppc405",
+	},
 	{	/* default match */
 		.pvr_mask		= 0x00000000,
 		.pvr_value		= 0x00000000,
-- 
1.5.5.1

  reply	other threads:[~2008-10-10 12:38 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-10 12:33 [PATCH 0/5] AMCC PowerPC 405EZ Acadia eval board port Josh Boyer
2008-10-09 12:56 ` Josh Boyer [this message]
2008-10-10 12:38 ` [PATCH 1/5] powerpc/40x: AMCC PowerPC 405EZ Acadia DTS Josh Boyer
2008-10-10 12:38 ` [PATCH 2/5] powerpc/40x: Add support for PowerPC 405EZ Acadia board Josh Boyer
2008-10-10 15:58   ` Arnd Bergmann
2008-10-10 16:05     ` Josh Boyer
2008-10-10 16:16       ` Arnd Bergmann
2008-10-10 17:08         ` Josh Boyer
2008-10-10 12:38 ` [PATCH 5/5] powerpc/40x: Add PowerPC 405EZ Acadia defconfig Josh Boyer
2008-10-10 12:38 ` [PATCH 4/5] powerpc/40x: Add cuboot wrapper for Acadia board Josh Boyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e380d3eb20ec0791a9a07ce8c102b5ea5953fec9.1223642006.git.jwboyer@linux.vnet.ibm.com \
    --to=jwboyer@linux.vnet.ibm.com \
    --cc=linuxppc-dev@ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).