svn commit: r262919 - head/sys/arm/conf

Warner Losh imp at FreeBSD.org
Sat Mar 8 03:22:26 UTC 2014


Author: imp
Date: Sat Mar  8 03:22:25 2014
New Revision: 262919
URL: http://svnweb.freebsd.org/changeset/base/262919

Log:
  Add commented out dts for sam9260ek as well as early printf support.

Modified:
  head/sys/arm/conf/SAM9260EK

Modified: head/sys/arm/conf/SAM9260EK
==============================================================================
--- head/sys/arm/conf/SAM9260EK	Sat Mar  8 03:22:20 2014	(r262918)
+++ head/sys/arm/conf/SAM9260EK	Sat Mar  8 03:22:25 2014	(r262919)
@@ -25,6 +25,7 @@ include "../at91/std.sam9260ek"
 hints		"SAM9260EK.hints"
 
 #makeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
+makeoptions	MODULES_OVERRIDE=""
 
 options 	SCHED_4BSD		# 4BSD scheduler
 #options 	PREEMPTION		# Enable kernel thread preemption
@@ -171,3 +172,12 @@ device		at91_wdt	# Atmel AT91 Watchdog T
 
 # NAND Flash - Reference design has Samsung 256MB but others possible
 device		nand			# NAND interface on CS3
+
+# Coming soon, but not yet
+#options 	FDT
+#options 	FDT_DTB_STATIC
+#makeoptions	FDT_DTS_FILE=sam9260ek.dts
+
+options 	EARLY_PRINTF
+options  	SOCDEV_PA=0xfc000000
+options 	SOCDEV_VA=0xdc000000


More information about the svn-src-head mailing list