Commit c9f75093 authored by fkan@amcc.com's avatar fkan@amcc.com Committed by Josh Boyer

powerpc/44x: Add Eiger AMCC (AppliedMicro) PPC460SX evaluation board support.

This patch adds support for the AMCC (AppliedMicro) PPC460SX Eiger evaluation
board.
Signed-off-by: default avatarTai Tri Nguyen <ttnguyen@amcc.com>
Acked-by: default avatarFeng Kan <fkan@amcc.com>
Acked-by: default avatarTirumala Marri <tmarri@amcc.com>
Signed-off-by: default avatarJosh Boyer <jwboyer@linux.vnet.ibm.com>
parent 24174926
This diff is collapsed.
This diff is collapsed.
...@@ -129,6 +129,18 @@ config REDWOOD ...@@ -129,6 +129,18 @@ config REDWOOD
help help
This option enables support for the AMCC PPC460SX Redwood board. This option enables support for the AMCC PPC460SX Redwood board.
config EIGER
bool "Eiger"
depends on 44x
default n
select PPC44x_SIMPLE
select 460SX
select PCI
select PPC4xx_PCI_EXPRESS
select IBM_NEW_EMAC_RGMII
help
This option enables support for the AMCC PPC460SX evaluation board.
config YOSEMITE config YOSEMITE
bool "Yosemite" bool "Yosemite"
depends on 44x depends on 44x
......
...@@ -55,6 +55,7 @@ static char *board[] __initdata = { ...@@ -55,6 +55,7 @@ static char *board[] __initdata = {
"amcc,canyonlands", "amcc,canyonlands",
"amcc,glacier", "amcc,glacier",
"ibm,ebony", "ibm,ebony",
"amcc,eiger",
"amcc,katmai", "amcc,katmai",
"amcc,rainier", "amcc,rainier",
"amcc,redwood", "amcc,redwood",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment