Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Mar 2014 03:22:26 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r262919 - head/sys/arm/conf
Message-ID:  <201403080322.s283MQKk005274@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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