From: Victor Gallardo <vgallardo@amcc.com>
To: linuxppc-dev@ozlabs.org
Cc: fkan@amcc.com, Victor Gallardo <vgallardo@amcc.com>
Subject: [PATCH v2] Add AMCC Arches eval board support to platforms/44x
Date: Thu, 18 Sep 2008 15:47:52 -0700 [thread overview]
Message-ID: <1221778072-6336-1-git-send-email-vgallardo@amcc.com> (raw)
Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
---
v2:
- remove arches.c and instead use canyonlands.c
- remove reference to IBM_NEW_EMAC_RGMII for ARCHES config
- remove reference to IBM_NEW_EMAC_ZMII for ARCHES config
- moved reference to IBM_NEW_EMAC_RGMII under CANYONLANDS config
- moved reference to IBM_NEW_EMAC_ZMII under CANYONLANDS config
arch/powerpc/platforms/44x/Kconfig | 18 ++++++++++++++----
arch/powerpc/platforms/44x/Makefile | 1 +
2 files changed, 15 insertions(+), 4 deletions(-)
diff --git a/arch/powerpc/platforms/44x/Kconfig b/arch/powerpc/platforms/44x/Kconfig
index 249ba01..be1bce7 100644
--- a/arch/powerpc/platforms/44x/Kconfig
+++ b/arch/powerpc/platforms/44x/Kconfig
@@ -83,9 +83,23 @@ 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.
+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.
+
config YOSEMITE
bool "Yosemite"
depends on 44x
@@ -169,10 +183,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/Makefile b/arch/powerpc/platforms/44x/Makefile
index 8d0b1a1..3f83f73 100644
--- a/arch/powerpc/platforms/44x/Makefile
+++ b/arch/powerpc/platforms/44x/Makefile
@@ -9,5 +9,6 @@ obj-$(CONFIG_KATMAI) += katmai.o
obj-$(CONFIG_RAINIER) += rainier.o
obj-$(CONFIG_WARP) += warp.o
obj-$(CONFIG_WARP) += warp-nand.o
+obj-$(CONFIG_ARCHES) += canyonlands.o
obj-$(CONFIG_CANYONLANDS) += canyonlands.o
obj-$(CONFIG_XILINX_VIRTEX_5_FXT) += virtex.o
--
1.5.5
next reply other threads:[~2008-09-18 22:47 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-18 22:47 Victor Gallardo [this message]
2008-09-19 0:01 ` [PATCH v2] Add AMCC Arches eval board support to platforms/44x Josh Boyer
2008-09-19 0:01 ` Josh Boyer
2008-09-19 17:31 ` Victor Gallardo
2008-09-19 17:39 ` Josh Boyer
2008-09-22 23:54 ` Victor Gallardo
2008-09-23 12:21 ` 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=1221778072-6336-1-git-send-email-vgallardo@amcc.com \
--to=vgallardo@amcc.com \
--cc=fkan@amcc.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).