[PATCH 1/3] powerpc/44x: Add AMCC Arches eval board support
From: Josh Boyer <hidden>
Date: 2008-10-01 12:47:32
Subsystem:
linux for powerpc (32-bit and 64-bit), linux for powerpc embedded ppc4xx, the rest · Maintainers:
Madhavan Srinivasan, Linus Torvalds
This adds support for the AMCC Dual PowerPC 460GT Arches eval board. Signed-off-by: Victor Gallardo <redacted> Signed-off-by: Josh Boyer <redacted> --- 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