Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Jan 2009 23:14:23 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 155618 for review
Message-ID:  <200901042314.n04NENxT080648@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=155618

Change 155618 by gonzo@gonzo_figaro on 2009/01/04 23:13:41

	- KERNVIRTADDR i snot required any more
	- LDSCRIPT_NAME is not required too. Now, when we have trampolined kernel
	- disable bfe/mii ATM. Need to figure SSB voodoo first

Affected files ...

.. //depot/projects/mips2/src/sys/mips/conf/SENTRY5#16 edit

Differences ...

==== //depot/projects/mips2/src/sys/mips/conf/SENTRY5#16 (text+ko) ====

@@ -41,13 +41,8 @@
 options		CFE_CONSOLE
 options		ALT_BREAK_TO_DEBUGGER
 
-# cfe loader expects kernel at 0x80001000 for mips32 w/o backwards
-# offsets in the linked elf image (see ldscript hack)
-# XXX can we conditionalize the linker stuff on options CFE?
-options		KERNVIRTADDR=0x80001000
+# makeoptions	LDSCRIPT_NAME=	ldscript.mips.cfe
 
-makeoptions	LDSCRIPT_NAME=	ldscript.mips.cfe
-
 #makeoptions	ARCH_FLAGS=-march=mips32
 makeoptions	MIPS_LITTLE_ENDIAN=defined
 makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
@@ -73,8 +68,8 @@
 device		siba			# Sonics SiliconBackplane
 device		pci			# siba_pcib
 
-device		bfe			# XXX will build both pci and siba
-device		miibus			# attachments
+# device		bfe			# XXX will build both pci and siba
+# device		miibus			# attachments
 
 # pci devices
 # notyet:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901042314.n04NENxT080648>