svn commit: r194143 - in projects/mips/sys/mips: conf mips4k/octeon32 octeon1

Warner Losh imp at FreeBSD.org
Sun Jun 14 03:01:40 UTC 2009


Author: imp
Date: Sun Jun 14 03:01:39 2009
New Revision: 194143
URL: http://svn.freebsd.org/changeset/base/194143

Log:
  Move the octeon port to its more correct location.  Any port for the
  OCTEON2 family of processors should live in mips/octeon2.  Not enough
  is know abotu the former to know if the same port can be used for both
  yet.

Added:
  projects/mips/sys/mips/conf/OCTEON1   (contents, props changed)
     - copied, changed from r194140, projects/mips/sys/mips/conf/OCTEON32
  projects/mips/sys/mips/octeon1/   (props changed)
     - copied from r194140, projects/mips/sys/mips/mips4k/octeon32/
Deleted:
  projects/mips/sys/mips/conf/OCTEON32
  projects/mips/sys/mips/mips4k/octeon32/

Copied and modified: projects/mips/sys/mips/conf/OCTEON1 (from r194140, projects/mips/sys/mips/conf/OCTEON32)
==============================================================================
--- projects/mips/sys/mips/conf/OCTEON32	Sun Jun 14 02:46:07 2009	(r194140, copy source)
+++ projects/mips/sys/mips/conf/OCTEON1	Sun Jun 14 03:01:39 2009	(r194143)
@@ -1,4 +1,4 @@
-# QEMU -- Generic kernel configuration file for FreeBSD/mips
+# OCTEON1 -- Configuration kernel for all Octeon1 SoCs from Cavium Networks
 #
 # For more information on this file, please read the handbook section on
 # Kernel Configuration Files:
@@ -19,7 +19,7 @@
 
 machine		mips
 cpu		CPU_MIPS4KC
-ident		CAVIUM
+ident		OCTEON1
 
 #makeoptions	ARCH_FLAGS=-march=mips32
 
@@ -27,9 +27,9 @@ ident		CAVIUM
 makeoptions	MODULES_OVERRIDE=""
 
 options		KERNVIRTADDR=0x80100000
-include		"../mips4k/octeon32/std.octeon32"
+include		"../octeon1/std.octeon1"
 
-hints		"OCTEON.hints"		#Default places to look for devices.
+hints		"OCTEON1.hints"		#Default places to look for devices.
 
 makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
 
@@ -62,9 +62,9 @@ device		genclock
 device		loop
 device		ether
 device		md
-device		mem
 device		uart
 device		uart_oct16550
+nodevice	uart_8250
 device 		rgmii
 #options 	VERBOSE_SYSINIT
 


More information about the svn-src-projects mailing list