summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
authorjchandra <jchandra@FreeBSD.org>2011-01-20 12:45:29 +0000
committerjchandra <jchandra@FreeBSD.org>2011-01-20 12:45:29 +0000
commit1f656fbfdb79ab37bc3ce1f955edbf566de236fa (patch)
tree497c59fcb0de458fbc548783bb9688f0c2ddd8ed /sys/mips
parentcf6406f93b60578eadb0ff3aad0396a192d1543e (diff)
downloadFreeBSD-src-1f656fbfdb79ab37bc3ce1f955edbf566de236fa.zip
FreeBSD-src-1f656fbfdb79ab37bc3ce1f955edbf566de236fa.tar.gz
Move 'cpu CPU_RMI' to std.xlr, this is common for all XLR cpus.
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/conf/XLR5
-rw-r--r--sys/mips/conf/XLR645
-rw-r--r--sys/mips/conf/XLRN324
-rw-r--r--sys/mips/rmi/std.xlr4
4 files changed, 4 insertions, 14 deletions
diff --git a/sys/mips/conf/XLR b/sys/mips/conf/XLR
index 9e0970e..3eea1c5 100644
--- a/sys/mips/conf/XLR
+++ b/sys/mips/conf/XLR
@@ -46,13 +46,10 @@
# $FreeBSD$
machine mips mipseb
-cpu CPU_RMI
ident XLR
-
-makeoptions MODULES_OVERRIDE=""
-
include "../rmi/std.xlr"
+makeoptions MODULES_OVERRIDE=""
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
makeoptions KERNLOADADDR=0x80100000
#profile 2
diff --git a/sys/mips/conf/XLR64 b/sys/mips/conf/XLR64
index 2854d65..b4a84dc 100644
--- a/sys/mips/conf/XLR64
+++ b/sys/mips/conf/XLR64
@@ -18,13 +18,10 @@
# $FreeBSD$
machine mips mips64eb
-cpu CPU_RMI
ident XLR64
-
-makeoptions MODULES_OVERRIDE=""
-
include "../rmi/std.xlr"
+makeoptions MODULES_OVERRIDE=""
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
makeoptions ARCH_FLAGS="-march=mips64 -mabi=64"
makeoptions KERNLOADADDR=0xffffffff80100000
diff --git a/sys/mips/conf/XLRN32 b/sys/mips/conf/XLRN32
index 17fddce..21d3069 100644
--- a/sys/mips/conf/XLRN32
+++ b/sys/mips/conf/XLRN32
@@ -18,12 +18,10 @@
# $FreeBSD$
machine mips mipsn32eb
-cpu CPU_RMI
ident XLRN32
-
-makeoptions MODULES_OVERRIDE=""
include "../rmi/std.xlr"
+makeoptions MODULES_OVERRIDE=""
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
makeoptions ARCH_FLAGS="-march=mips64 -mabi=n32"
makeoptions KERNLOADADDR=0x80100000
diff --git a/sys/mips/rmi/std.xlr b/sys/mips/rmi/std.xlr
index 0252b95..6abfad2 100644
--- a/sys/mips/rmi/std.xlr
+++ b/sys/mips/rmi/std.xlr
@@ -1,7 +1,5 @@
# $FreeBSD$
files "../rmi/files.xlr"
-#
-# XXXMIPS: It's a stub, isn't it?
-#
+cpu CPU_RMI
option NOFPU
OpenPOWER on IntegriCloud