aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/conf
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2018-12-19 22:54:23 +0000
committerWarner Losh <imp@FreeBSD.org>2018-12-19 22:54:23 +0000
commita9ab41767918864937c25a9c94e31969abf1bf49 (patch)
tree4aad545c4186caea847cbf8509c2a54d8fe15a22 /sys/mips/conf
parent0bb183ed8deac5b8af594c3251c5de0b9795725f (diff)
downloadsrc-a9ab41767918864937c25a9c94e31969abf1bf49.tar.gz
src-a9ab41767918864937c25a9c94e31969abf1bf49.zip
Remove the GXEMUL support.
gxemul was a nice stop-gap while qemu support for mips was firmed up. Now MALTA* + qemu is the platform of choice retire gxemul support. It's unknown when this was last confirmed working. Discussed on: freebsd-mips@ Differential Revision: https://reviews.freebsd.org/D18543
Notes
Notes: svn path=/head/; revision=342256
Diffstat (limited to 'sys/mips/conf')
-rw-r--r--sys/mips/conf/GXEMUL64
-rw-r--r--sys/mips/conf/GXEMUL.hints1
-rw-r--r--sys/mips/conf/GXEMUL3262
3 files changed, 0 insertions, 127 deletions
diff --git a/sys/mips/conf/GXEMUL b/sys/mips/conf/GXEMUL
deleted file mode 100644
index 4ad01b96ad7f..000000000000
--- a/sys/mips/conf/GXEMUL
+++ /dev/null
@@ -1,64 +0,0 @@
-#
-# GXEMUL "oldtestmips" sample kernel configuration.
-#
-# $FreeBSD$
-#
-
-ident GXEMUL
-
-machine mips mips64
-cpu CPU_MIPS4KC
-
-options HZ=100
-
-makeoptions ARCH_FLAGS="-march=mips64 -mabi=64"
-
-makeoptions KERNLOADADDR=0xffffffff80100000
-
-include "../gxemul/std.gxemul"
-
-hints "GXEMUL.hints" #Default places to look for devices.
-
-makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
-
-makeoptions MODULES_OVERRIDE=""
-
-options DDB
-options KDB
-
-# Make an SMP-capable kernel by default
-options SMP # Symmetric MultiProcessor Kernel
-
-options SCHED_ULE
-options VIMAGE # Subsystem virtualization, e.g. VNET
-options INET # InterNETworking
-options INET6 # IPv6 communications protocols
-options TCP_HHOOK # hhook(9) framework for TCP
-
-options FFS #Berkeley Fast Filesystem
-
-# Debugging for use in -current
-#options DEADLKRES #Enable the deadlock resolver
-options INVARIANTS #Enable calls of extra sanity checking
-options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
-#options WITNESS #Enable checks to detect deadlocks and cycles
-#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
-
-options ROOTDEVNAME=\"ufs:gxemul_disk0\"
-
-device gxemul_cons
-device gxemul_disk
-device gxemul_ether
-
-# Pseudo devices.
-device loop # Network loopback
-device random # Entropy device
-device ether # Ethernet support
-device tun # Packet tunnel.
-device md # Memory "disks"
-device gif # IPv6 and IPv4 tunneling
-
-# The `bpf' device enables the Berkeley Packet Filter.
-# Be aware of the administrative consequences of enabling this!
-# Note that 'bpf' is required for DHCP.
-device bpf # Berkeley packet filter
diff --git a/sys/mips/conf/GXEMUL.hints b/sys/mips/conf/GXEMUL.hints
deleted file mode 100644
index e8c0da7a1d7e..000000000000
--- a/sys/mips/conf/GXEMUL.hints
+++ /dev/null
@@ -1 +0,0 @@
-# $FreeBSD$
diff --git a/sys/mips/conf/GXEMUL32 b/sys/mips/conf/GXEMUL32
deleted file mode 100644
index c6c3f25a6a97..000000000000
--- a/sys/mips/conf/GXEMUL32
+++ /dev/null
@@ -1,62 +0,0 @@
-#
-# GXEMUL "oldtestmips" sample kernel configuration.
-#
-# $FreeBSD$
-#
-
-ident GXEMUL
-
-machine mips mips
-cpu CPU_MIPS4KC
-
-options HZ=100
-
-makeoptions KERNLOADADDR=0x80100000
-
-include "../gxemul/std.gxemul"
-
-hints "GXEMUL.hints" #Default places to look for devices.
-
-makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
-
-makeoptions MODULES_OVERRIDE=""
-
-options DDB
-options KDB
-
-# Make an SMP-capable kernel by default
-options SMP # Symmetric MultiProcessor Kernel
-
-options SCHED_ULE
-options VIMAGE # Subsystem virtualization, e.g. VNET
-options INET # InterNETworking
-options INET6 # IPv6 communications protocols
-options TCP_HHOOK # hhook(9) framework for TCP
-
-options FFS #Berkeley Fast Filesystem
-
-# Debugging for use in -current
-#options DEADLKRES #Enable the deadlock resolver
-options INVARIANTS #Enable calls of extra sanity checking
-options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
-#options WITNESS #Enable checks to detect deadlocks and cycles
-#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
-
-options ROOTDEVNAME=\"ufs:gxemul_disk0\"
-
-device gxemul_cons
-device gxemul_disk
-device gxemul_ether
-
-# Pseudo devices.
-device loop # Network loopback
-device random # Entropy device
-device ether # Ethernet support
-device tun # Packet tunnel.
-device md # Memory "disks"
-device gif # IPv6 and IPv4 tunneling
-
-# The `bpf' device enables the Berkeley Packet Filter.
-# Be aware of the administrative consequences of enabling this!
-# Note that 'bpf' is required for DHCP.
-device bpf # Berkeley packet filter