summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/conf
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2010-07-31 13:22:34 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2010-07-31 13:22:34 +0000
commit0ccd4521f0bf896c3176bea8d48fb1f02d4c45de (patch)
treef8f2a8de4cfa871726c371287368bd9f620b60d4 /sys/powerpc/conf
parent8c3d367011c58bebc22dc90319623ea70b767d4b (diff)
downloadFreeBSD-src-0ccd4521f0bf896c3176bea8d48fb1f02d4c45de.zip
FreeBSD-src-0ccd4521f0bf896c3176bea8d48fb1f02d4c45de.tar.gz
Add support for the IBM Full-System Simulator (Mambo). This code has been
developed against the 970 and Cell simulators.
Diffstat (limited to 'sys/powerpc/conf')
-rw-r--r--sys/powerpc/conf/GENERIC1
-rw-r--r--sys/powerpc/conf/GENERIC641
-rw-r--r--sys/powerpc/conf/NOTES1
3 files changed, 3 insertions, 0 deletions
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC
index 8bcb06a..891d9aa 100644
--- a/sys/powerpc/conf/GENERIC
+++ b/sys/powerpc/conf/GENERIC
@@ -28,6 +28,7 @@ makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
# Platform support
options POWERMAC #NewWorld Apple PowerMacs
options PSIM #GDB PSIM ppc simulator
+options MAMBO #IBM Mambo Full System Simulator
options SCHED_ULE #ULE scheduler
options INET #InterNETworking
diff --git a/sys/powerpc/conf/GENERIC64 b/sys/powerpc/conf/GENERIC64
index e3f476a..79bd1d8 100644
--- a/sys/powerpc/conf/GENERIC64
+++ b/sys/powerpc/conf/GENERIC64
@@ -27,6 +27,7 @@ makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
# Platform support
options POWERMAC #NewWorld Apple PowerMacs
+options MAMBO #IBM Mambo Full System Simulator
options SCHED_ULE #ULE scheduler
options INET #InterNETworking
diff --git a/sys/powerpc/conf/NOTES b/sys/powerpc/conf/NOTES
index df5fad1..f3b19eae 100644
--- a/sys/powerpc/conf/NOTES
+++ b/sys/powerpc/conf/NOTES
@@ -20,6 +20,7 @@ options FPU_EMU
#options MPC85XX
options POWERMAC #NewWorld Apple PowerMacs
options PSIM #GDB PSIM ppc simulator
+options MAMBO #IBM Mambo Full System Simulator
options SC_OFWFB # OFW frame buffer
OpenPOWER on IntegriCloud