From c8cab0d868f71e86cedb41a8a345e708e3320baf Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 22 Oct 2016 15:48:18 +0200 Subject: add target support for SGI O2 workstation --- target/mips64/kernel/sgi-o2 | 3 +++ target/mips64/systems/sgi-o2 | 12 ++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 target/mips64/kernel/sgi-o2 create mode 100644 target/mips64/systems/sgi-o2 (limited to 'target/mips64') diff --git a/target/mips64/kernel/sgi-o2 b/target/mips64/kernel/sgi-o2 new file mode 100644 index 000000000..3f4e4794d --- /dev/null +++ b/target/mips64/kernel/sgi-o2 @@ -0,0 +1,3 @@ +CONFIG_SGI_IP32=y +CONFIG_MIPS32_O32=y +CONFIG_MIPS32_N32=y diff --git a/target/mips64/systems/sgi-o2 b/target/mips64/systems/sgi-o2 new file mode 100644 index 000000000..c22952aa5 --- /dev/null +++ b/target/mips64/systems/sgi-o2 @@ -0,0 +1,12 @@ +config ADK_TARGET_SYSTEM_SGI_O2 + bool "SGI O2" + depends on ADK_TARGET_BIG_ENDIAN + select ADK_TARGET_CPU_MIPS64_MIPS4 + select ADK_TARGET_WITH_SERIAL + select ADK_TARGET_WITH_NET + select ADK_TARGET_WITH_NETDEVICE + select ADK_TARGET_WITH_BLOCK + select ADK_TARGET_KERNEL_WITH_COMPRESSION + help + Support for SGI O2. + -- cgit v1.2.3