summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-11-06 23:20:59 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-11-06 23:20:59 +0000
commitae5bed3ba39f06871e8fb25bba8d6848bd340ee5 (patch)
treebfce27bbd1e2fe499dbc91bf8becb4b33dcfdc0f /arch
parent2cd3e1c9bf87b60bad3bee59fe02cd3294f7aa33 (diff)
Missing Galileo EV96100 bits. Patches from Pete Popov.
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/Makefile9
-rw-r--r--arch/mips/config.in6
2 files changed, 15 insertions, 0 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile
index b707452dc..32aea95c1 100644
--- a/arch/mips/Makefile
+++ b/arch/mips/Makefile
@@ -191,6 +191,15 @@ LINKSCRIPT = arch/mips/orion/ld.script.orion
endif
#
+# Galileo EV96100 Board
+#
+ifdef CONFIG_MIPS_EV96100
+LIBS += arch/mips/galileo-boards/ev96100/ev96100.o arch/mips/galileo-boards/generic/galboards.o
+SUBDIRS += arch/mips/galileo-boards/generic arch/mips/galileo-boards/ev96100
+LOADADDR += 0x80100000
+endif
+
+#
# Choosing incompatible machines durings configuration will result in
# error messages during linking. Select a default linkscript if
# none has been choosen above.
diff --git a/arch/mips/config.in b/arch/mips/config.in
index d8b6d8ab9..7fef82b1f 100644
--- a/arch/mips/config.in
+++ b/arch/mips/config.in
@@ -23,6 +23,7 @@ if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
bool 'Support for NEC DDB Vrc-5074 (EXPERIMENTAL)' CONFIG_DDB5074
bool 'Support for NEC DDB Vrc-5476 (EXPERIMENTAL)' CONFIG_DDB5476
bool 'Support for Galileo Evaluation board or CoSine Orion' CONFIG_ORION
+ bool 'Support for Galileo EV96100 Evaluation board' CONFIG_MIPS_EV96100
bool 'Support for MIPS Atlas board' CONFIG_MIPS_ATLAS
bool 'Support for MIPS Malta board' CONFIG_MIPS_MALTA
fi
@@ -45,6 +46,11 @@ unset CONFIG_I8259
define_bool CONFIG_SBUS n
+if [ "$CONFIG_MIPS_EV96100" = "y" ]; then
+ define_bool CONFIG_PCI y
+ define_bool CONFIG_MIPS_GT96100 y
+fi
+
if [ "$CONFIG_ALGOR_P4032" = "y" ]; then
define_bool CONFIG_PCI y
fi