aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/arch/mips/sys')
-rw-r--r--profiles/arch/mips/sys/README27
-rw-r--r--profiles/arch/mips/sys/cobalt/make.defaults5
-rw-r--r--profiles/arch/mips/sys/cobalt/virtuals5
-rw-r--r--profiles/arch/mips/sys/lemote/lm2e/fulong/make.defaults8
-rw-r--r--profiles/arch/mips/sys/lemote/lm2e/fulong/parent1
-rw-r--r--profiles/arch/mips/sys/lemote/lm2e/parent1
-rw-r--r--profiles/arch/mips/sys/lemote/lm2e/use.force1
-rw-r--r--profiles/arch/mips/sys/lemote/lm2f/parent1
-rw-r--r--profiles/arch/mips/sys/lemote/lm2f/use.force1
-rw-r--r--profiles/arch/mips/sys/lemote/lm2f/yeeloong/make.defaults8
-rw-r--r--profiles/arch/mips/sys/lemote/lm2f/yeeloong/parent1
-rw-r--r--profiles/arch/mips/sys/sgi/ip22/make.defaults9
-rw-r--r--profiles/arch/mips/sys/sgi/ip22/parent1
-rw-r--r--profiles/arch/mips/sys/sgi/ip27/make.defaults6
-rw-r--r--profiles/arch/mips/sys/sgi/ip27/parent1
-rw-r--r--profiles/arch/mips/sys/sgi/ip27/use.force1
-rw-r--r--profiles/arch/mips/sys/sgi/ip28/make.defaults9
-rw-r--r--profiles/arch/mips/sys/sgi/ip28/parent1
-rw-r--r--profiles/arch/mips/sys/sgi/ip28/use.force1
-rw-r--r--profiles/arch/mips/sys/sgi/ip30/make.defaults9
-rw-r--r--profiles/arch/mips/sys/sgi/ip30/parent1
-rw-r--r--profiles/arch/mips/sys/sgi/ip30/use.force1
-rw-r--r--profiles/arch/mips/sys/sgi/ip32/make.defaults9
-rw-r--r--profiles/arch/mips/sys/sgi/ip32/parent1
-rw-r--r--profiles/arch/mips/sys/sgi/ip32/r10k/make.defaults5
-rw-r--r--profiles/arch/mips/sys/sgi/ip32/r10k/parent1
-rw-r--r--profiles/arch/mips/sys/sgi/ip32/r10k/use.force1
-rw-r--r--profiles/arch/mips/sys/sgi/make.defaults5
28 files changed, 121 insertions, 0 deletions
diff --git a/profiles/arch/mips/sys/README b/profiles/arch/mips/sys/README
new file mode 100644
index 00000000..e2145e86
--- /dev/null
+++ b/profiles/arch/mips/sys/README
@@ -0,0 +1,27 @@
+Hardware-specific profile settings
+----------------------------------
+
+These profiles control the specifics of a given hardware platform, and may
+define the needed USE flags, base system packages and drivers needed for a
+given platform to operate successfully.
+
+They are divided up into manufacturer, base system type then specific type.
+
+arch/mips/sys/cobalt: Cobalt Networks RaQ II/Qube II systems
+ (No sub-types defined)
+arch/mips/sys/sgi: Silicon Graphics systems
+ .../ip22: Indy/Indigo2 R4x00/Challenge S
+ .../ip27: Origin 200/2000
+ .../ip28: Indigo2 R10000
+ .../ip30: Octane/Octane 2
+ .../ip32: O2 R5000/RM5200/RM7000
+ .../ip32/r10k: O2 R1x000
+arch/mips/lemote: Lemote Loongson-based systems
+ .../lm2e: Loongson 2E-based systems
+ .../lm2e/fulong: Lemote Fulong 2E
+ .../lm2f: Loongson 2F-based systems
+ .../lm2f/yeeloong: Lemote Yeeloong netbook
+
+ (Not added yet)
+ .../lm2f/gdium: EMTEC Gdium systems would go here as they are
+ based on/closely related to Lemote's Yeeloong.
diff --git a/profiles/arch/mips/sys/cobalt/make.defaults b/profiles/arch/mips/sys/cobalt/make.defaults
new file mode 100644
index 00000000..14c5b9e9
--- /dev/null
+++ b/profiles/arch/mips/sys/cobalt/make.defaults
@@ -0,0 +1,5 @@
+# Copyright 2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/sys/cobalt/make.defaults,v 1.1 2010/01/09 09:43:11 redhatter Exp $
+
+PROFILE_ARCH="cobalt"
diff --git a/profiles/arch/mips/sys/cobalt/virtuals b/profiles/arch/mips/sys/cobalt/virtuals
new file mode 100644
index 00000000..80147304
--- /dev/null
+++ b/profiles/arch/mips/sys/cobalt/virtuals
@@ -0,0 +1,5 @@
+# Copyright 2006-2008 Gentoo Foundation.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/sys/cobalt/virtuals,v 1.1 2010/01/09 09:43:11 redhatter Exp $
+
+virtual/bootloader sys-boot/colo
diff --git a/profiles/arch/mips/sys/lemote/lm2e/fulong/make.defaults b/profiles/arch/mips/sys/lemote/lm2e/fulong/make.defaults
new file mode 100644
index 00000000..f6b19b72
--- /dev/null
+++ b/profiles/arch/mips/sys/lemote/lm2e/fulong/make.defaults
@@ -0,0 +1,8 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/sys/lemote/lm2e/fulong/make.defaults,v 1.1 2010/01/09 09:43:12 redhatter Exp $
+
+PROFILE_ARCH="fulong-2e"
+
+VIDEO_CARDS="radeon"
+
diff --git a/profiles/arch/mips/sys/lemote/lm2e/fulong/parent b/profiles/arch/mips/sys/lemote/lm2e/fulong/parent
new file mode 100644
index 00000000..f3229c5b
--- /dev/null
+++ b/profiles/arch/mips/sys/lemote/lm2e/fulong/parent
@@ -0,0 +1 @@
+..
diff --git a/profiles/arch/mips/sys/lemote/lm2e/parent b/profiles/arch/mips/sys/lemote/lm2e/parent
new file mode 100644
index 00000000..f3229c5b
--- /dev/null
+++ b/profiles/arch/mips/sys/lemote/lm2e/parent
@@ -0,0 +1 @@
+..
diff --git a/profiles/arch/mips/sys/lemote/lm2e/use.force b/profiles/arch/mips/sys/lemote/lm2e/use.force
new file mode 100644
index 00000000..9e372d75
--- /dev/null
+++ b/profiles/arch/mips/sys/lemote/lm2e/use.force
@@ -0,0 +1 @@
+lm2e
diff --git a/profiles/arch/mips/sys/lemote/lm2f/parent b/profiles/arch/mips/sys/lemote/lm2f/parent
new file mode 100644
index 00000000..f3229c5b
--- /dev/null
+++ b/profiles/arch/mips/sys/lemote/lm2f/parent
@@ -0,0 +1 @@
+..
diff --git a/profiles/arch/mips/sys/lemote/lm2f/use.force b/profiles/arch/mips/sys/lemote/lm2f/use.force
new file mode 100644
index 00000000..96ac389d
--- /dev/null
+++ b/profiles/arch/mips/sys/lemote/lm2f/use.force
@@ -0,0 +1 @@
+lm2f
diff --git a/profiles/arch/mips/sys/lemote/lm2f/yeeloong/make.defaults b/profiles/arch/mips/sys/lemote/lm2f/yeeloong/make.defaults
new file mode 100644
index 00000000..b866ad12
--- /dev/null
+++ b/profiles/arch/mips/sys/lemote/lm2f/yeeloong/make.defaults
@@ -0,0 +1,8 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/sys/lemote/lm2f/yeeloong/make.defaults,v 1.1 2010/01/09 09:43:13 redhatter Exp $
+
+PROFILE_ARCH="yeeloong"
+
+VIDEO_CARDS="siliconmotion"
+
diff --git a/profiles/arch/mips/sys/lemote/lm2f/yeeloong/parent b/profiles/arch/mips/sys/lemote/lm2f/yeeloong/parent
new file mode 100644
index 00000000..f3229c5b
--- /dev/null
+++ b/profiles/arch/mips/sys/lemote/lm2f/yeeloong/parent
@@ -0,0 +1 @@
+..
diff --git a/profiles/arch/mips/sys/sgi/ip22/make.defaults b/profiles/arch/mips/sys/sgi/ip22/make.defaults
new file mode 100644
index 00000000..725ba642
--- /dev/null
+++ b/profiles/arch/mips/sys/sgi/ip22/make.defaults
@@ -0,0 +1,9 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/sys/sgi/ip22/make.defaults,v 1.1 2010/01/09 09:43:14 redhatter Exp $
+
+# 2006/08/18 - Donnie Berkholz <dberkholz@gentoo.org>
+# Defaults for video drivers
+VIDEO_CARDS="newport"
+
+PROFILE_ARCH="ip22"
diff --git a/profiles/arch/mips/sys/sgi/ip22/parent b/profiles/arch/mips/sys/sgi/ip22/parent
new file mode 100644
index 00000000..f3229c5b
--- /dev/null
+++ b/profiles/arch/mips/sys/sgi/ip22/parent
@@ -0,0 +1 @@
+..
diff --git a/profiles/arch/mips/sys/sgi/ip27/make.defaults b/profiles/arch/mips/sys/sgi/ip27/make.defaults
new file mode 100644
index 00000000..2e91673a
--- /dev/null
+++ b/profiles/arch/mips/sys/sgi/ip27/make.defaults
@@ -0,0 +1,6 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/sys/sgi/ip27/make.defaults,v 1.1 2010/01/09 09:43:15 redhatter Exp $
+
+PROFILE_ARCH="ip27"
+
diff --git a/profiles/arch/mips/sys/sgi/ip27/parent b/profiles/arch/mips/sys/sgi/ip27/parent
new file mode 100644
index 00000000..f3229c5b
--- /dev/null
+++ b/profiles/arch/mips/sys/sgi/ip27/parent
@@ -0,0 +1 @@
+..
diff --git a/profiles/arch/mips/sys/sgi/ip27/use.force b/profiles/arch/mips/sys/sgi/ip27/use.force
new file mode 100644
index 00000000..685e5440
--- /dev/null
+++ b/profiles/arch/mips/sys/sgi/ip27/use.force
@@ -0,0 +1 @@
+ip27
diff --git a/profiles/arch/mips/sys/sgi/ip28/make.defaults b/profiles/arch/mips/sys/sgi/ip28/make.defaults
new file mode 100644
index 00000000..f7da2dcf
--- /dev/null
+++ b/profiles/arch/mips/sys/sgi/ip28/make.defaults
@@ -0,0 +1,9 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/sys/sgi/ip28/make.defaults,v 1.1 2010/01/09 09:43:15 redhatter Exp $
+
+# 2006/08/18 - Donnie Berkholz <dberkholz@gentoo.org>
+# Defaults for video drivers
+VIDEO_CARDS="impact"
+
+PROFILE_ARCH="ip28"
diff --git a/profiles/arch/mips/sys/sgi/ip28/parent b/profiles/arch/mips/sys/sgi/ip28/parent
new file mode 100644
index 00000000..f3229c5b
--- /dev/null
+++ b/profiles/arch/mips/sys/sgi/ip28/parent
@@ -0,0 +1 @@
+..
diff --git a/profiles/arch/mips/sys/sgi/ip28/use.force b/profiles/arch/mips/sys/sgi/ip28/use.force
new file mode 100644
index 00000000..d3dddd01
--- /dev/null
+++ b/profiles/arch/mips/sys/sgi/ip28/use.force
@@ -0,0 +1 @@
+ip28
diff --git a/profiles/arch/mips/sys/sgi/ip30/make.defaults b/profiles/arch/mips/sys/sgi/ip30/make.defaults
new file mode 100644
index 00000000..7f5c8618
--- /dev/null
+++ b/profiles/arch/mips/sys/sgi/ip30/make.defaults
@@ -0,0 +1,9 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/sys/sgi/ip30/make.defaults,v 1.1 2010/01/09 09:43:16 redhatter Exp $
+
+# 2006/08/18 - Donnie Berkholz <dberkholz@gentoo.org>
+# Defaults for video drivers
+VIDEO_CARDS="impact"
+
+PROFILE_ARCH="ip30"
diff --git a/profiles/arch/mips/sys/sgi/ip30/parent b/profiles/arch/mips/sys/sgi/ip30/parent
new file mode 100644
index 00000000..f3229c5b
--- /dev/null
+++ b/profiles/arch/mips/sys/sgi/ip30/parent
@@ -0,0 +1 @@
+..
diff --git a/profiles/arch/mips/sys/sgi/ip30/use.force b/profiles/arch/mips/sys/sgi/ip30/use.force
new file mode 100644
index 00000000..d3deb6ea
--- /dev/null
+++ b/profiles/arch/mips/sys/sgi/ip30/use.force
@@ -0,0 +1 @@
+ip30
diff --git a/profiles/arch/mips/sys/sgi/ip32/make.defaults b/profiles/arch/mips/sys/sgi/ip32/make.defaults
new file mode 100644
index 00000000..40b6a2e8
--- /dev/null
+++ b/profiles/arch/mips/sys/sgi/ip32/make.defaults
@@ -0,0 +1,9 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/sys/sgi/ip32/make.defaults,v 1.1 2010/01/09 09:43:17 redhatter Exp $
+
+# 2006/08/18 - Donnie Berkholz <dberkholz@gentoo.org>
+# Defaults for video drivers
+VIDEO_CARDS="fbdev"
+
+PROFILE_ARCH="ip32"
diff --git a/profiles/arch/mips/sys/sgi/ip32/parent b/profiles/arch/mips/sys/sgi/ip32/parent
new file mode 100644
index 00000000..f3229c5b
--- /dev/null
+++ b/profiles/arch/mips/sys/sgi/ip32/parent
@@ -0,0 +1 @@
+..
diff --git a/profiles/arch/mips/sys/sgi/ip32/r10k/make.defaults b/profiles/arch/mips/sys/sgi/ip32/r10k/make.defaults
new file mode 100644
index 00000000..a0c8de36
--- /dev/null
+++ b/profiles/arch/mips/sys/sgi/ip32/r10k/make.defaults
@@ -0,0 +1,5 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/sys/sgi/ip32/r10k/make.defaults,v 1.1 2010/01/09 09:43:17 redhatter Exp $
+
+PROFILE_ARCH="ip32r10k"
diff --git a/profiles/arch/mips/sys/sgi/ip32/r10k/parent b/profiles/arch/mips/sys/sgi/ip32/r10k/parent
new file mode 100644
index 00000000..f3229c5b
--- /dev/null
+++ b/profiles/arch/mips/sys/sgi/ip32/r10k/parent
@@ -0,0 +1 @@
+..
diff --git a/profiles/arch/mips/sys/sgi/ip32/r10k/use.force b/profiles/arch/mips/sys/sgi/ip32/r10k/use.force
new file mode 100644
index 00000000..b17474d5
--- /dev/null
+++ b/profiles/arch/mips/sys/sgi/ip32/r10k/use.force
@@ -0,0 +1 @@
+ip32r10k
diff --git a/profiles/arch/mips/sys/sgi/make.defaults b/profiles/arch/mips/sys/sgi/make.defaults
new file mode 100644
index 00000000..c29e5b11
--- /dev/null
+++ b/profiles/arch/mips/sys/sgi/make.defaults
@@ -0,0 +1,5 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/sys/sgi/make.defaults,v 1.1 2010/01/09 09:43:14 redhatter Exp $
+
+PROFILE_ARCH="sgi"