[PATCH 1/3] powerpc/44x: Add AMCC Arches eval board support

Josh Boyer jwboyer at linux.vnet.ibm.com
Thu Sep 18 22:47:52 EST 2008


This adds support for the AMCC Dual PowerPC 460GT Arches
eval board.

Signed-off-by: Victor Gallardo <vgallardo at amcc.com>
Signed-off-by: Josh Boyer <jwboyer at linux.vnet.ibm.com>
---
 arch/powerpc/platforms/44x/Kconfig         |   22 ++++++++++++++++++----
 arch/powerpc/platforms/44x/ppc44x_simple.c |    1 +
 2 files changed, 19 insertions(+), 4 deletions(-)

diff --git a/arch/powerpc/platforms/44x/Kconfig b/arch/powerpc/platforms/44x/Kconfig
index f8ef279..41a95c6 100644
--- a/arch/powerpc/platforms/44x/Kconfig
+++ b/arch/powerpc/platforms/44x/Kconfig
@@ -89,6 +89,10 @@ config CANYONLANDS
 	select 460EX
 	select PCI
 	select PPC4xx_PCI_EXPRESS
+	select IBM_NEW_EMAC_EMAC4
+	select IBM_NEW_EMAC_RGMII
+	select IBM_NEW_EMAC_ZMII
+	select IBM_NEW_EMAC_TAH
 	help
 	  This option enables support for the AMCC PPC460EX evaluation board.
 
@@ -100,6 +104,20 @@ config GLACIER
 	select 460EX # Odd since it uses 460GT but the effects are the same
 	select PCI
 	select PPC4xx_PCI_EXPRESS
+	select IBM_NEW_EMAC_EMAC4
+	select IBM_NEW_EMAC_RGMII
+	select IBM_NEW_EMAC_ZMII
+	select IBM_NEW_EMAC_TAH
+	help
+	  This option enables support for the AMCC PPC460GT evaluation board.
+
+config ARCHES
+	bool "Arches"
+	depends on 44x
+	default n
+	select 460EX
+	select IBM_NEW_EMAC_EMAC4
+	select IBM_NEW_EMAC_TAH
 	help
 	  This option enables support for the AMCC PPC460GT evaluation board.
 
@@ -194,10 +212,6 @@ config 440SPe
 config 460EX
 	bool
 	select PPC_FPU
-	select IBM_NEW_EMAC_EMAC4
-	select IBM_NEW_EMAC_RGMII
-	select IBM_NEW_EMAC_ZMII
-	select IBM_NEW_EMAC_TAH
 
 # 44x errata/workaround config symbols, selected by the CPU models above
 config IBM440EP_ERR42
diff --git a/arch/powerpc/platforms/44x/ppc44x_simple.c b/arch/powerpc/platforms/44x/ppc44x_simple.c
index 57e7120..39f0eff 100644
--- a/arch/powerpc/platforms/44x/ppc44x_simple.c
+++ b/arch/powerpc/platforms/44x/ppc44x_simple.c
@@ -53,6 +53,7 @@ static char *board[] __initdata = {
 	"amcc,bamboo",
 	"amcc,cayonlands",
 	"amcc,glacier",
+	"amcc,arches",
 	"ibm,ebony",
 	"amcc,katmai",
 	"amcc,rainier",
-- 
1.5.5.1





More information about the Linuxppc-dev mailing list