summaryrefslogtreecommitdiff
path: root/target/mips
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-01-11 20:44:23 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-01-14 13:23:48 +0100
commitb93894aa3894d0094da7c62ac683d82c756714e6 (patch)
tree813c6115be63dd14fe38f55eaa3c6325374d14e6 /target/mips
parentd9465c88d2701b2f33edf90b689d803a9dfc520f (diff)
add basic SGI indy support
Diffstat (limited to 'target/mips')
-rw-r--r--target/mips/kernel/sgi-indy5
-rw-r--r--target/mips/systems/sgi-indy12
2 files changed, 17 insertions, 0 deletions
diff --git a/target/mips/kernel/sgi-indy b/target/mips/kernel/sgi-indy
new file mode 100644
index 000000000..d2e964de9
--- /dev/null
+++ b/target/mips/kernel/sgi-indy
@@ -0,0 +1,5 @@
+CONFIG_MIPS=y
+CONFIG_SGI_IP22=y
+CONFIG_CPU_R4X00=y
+CONFIG_SGI_NEWPORT_CONSOLE=y
+CONFIG_ARC_CONSOLE=y
diff --git a/target/mips/systems/sgi-indy b/target/mips/systems/sgi-indy
new file mode 100644
index 000000000..56dc82e31
--- /dev/null
+++ b/target/mips/systems/sgi-indy
@@ -0,0 +1,12 @@
+config ADK_TARGET_SYSTEM_SGI_INDY
+ bool "SGI Indy"
+ depends on ADK_TARGET_BIG_ENDIAN
+ select ADK_TARGET_WITH_SERIAL
+ select ADK_TARGET_WITH_NET
+ select ADK_TARGET_WITH_NETDEVICE
+ select ADK_TARGET_WITH_BLOCK
+ select ADK_TARGET_WITH_SCSI
+ select ADK_TARGET_KERNEL_WITH_COMPRESSION
+ help
+ Support for SGI Indy.
+