summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/44x/ppc44x_simple.c
diff options
context:
space:
mode:
authorVictor Gallardo <vgallardo@amcc.com>2008-10-01 23:29:06 -0700
committerJosh Boyer <jwboyer@linux.vnet.ibm.com>2008-10-02 13:08:02 -0400
commite00de30a9decf48793ac83173144884a1f33de82 (patch)
treea8d0f2a63652146b419d8bc62298af265fbe0870 /arch/powerpc/platforms/44x/ppc44x_simple.c
parent9e3cb29497561c846d0e7efc445731764d93c749 (diff)
powerpc/44x: Add AMCC Arches eval board support
The Arches Evaluation board is based on the AMCC 460GT SoC chip. This board is a dual processor board with each processor providing independent resources for Rapid IO, Gigabit Ethernet, and serial communications. Each 460GT has it's own 512MB DDR2 memory, 32MB NOR FLASH, UART, EEPROM and temperature sensor, along with a shared debug port. The two 460GT's will communicate with each other via shared memory, Gigabit Ethernet and x1 PCI-Express. Signed-off-by: Victor Gallardo <vgallardo@amcc.com> Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/platforms/44x/ppc44x_simple.c')
-rw-r--r--arch/powerpc/platforms/44x/ppc44x_simple.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/44x/ppc44x_simple.c b/arch/powerpc/platforms/44x/ppc44x_simple.c
index 57e71203d0f8..29671262801f 100644
--- a/arch/powerpc/platforms/44x/ppc44x_simple.c
+++ b/arch/powerpc/platforms/44x/ppc44x_simple.c
@@ -50,8 +50,9 @@ machine_device_initcall(ppc44x_simple, ppc44x_device_probe);
* board.c file for it rather than adding it to this list.
*/
static char *board[] __initdata = {
+ "amcc,arches",
"amcc,bamboo",
- "amcc,cayonlands",
+ "amcc,canyonlands",
"amcc,glacier",
"ibm,ebony",
"amcc,katmai",