PERFORCE change 155618 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Sun Jan 4 23:14:25 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=155618

Change 155618 by gonzo at 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:


More information about the p4-projects mailing list