Module Name:    src
Committed By:   khorben
Date:           Sun Apr 14 18:57:33 UTC 2013

Modified Files:
        src/sys/arch/evbarm/conf: std.n900
Added Files:
        src/sys/arch/evbarm/conf: files.n900

Log Message:
Use a separate file to track the drivers specific to the Nokia N900, which
will likely support quite a few soon.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/evbarm/conf/files.n900
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm/conf/std.n900

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/std.n900
diff -u src/sys/arch/evbarm/conf/std.n900:1.2 src/sys/arch/evbarm/conf/std.n900:1.3
--- src/sys/arch/evbarm/conf/std.n900:1.2	Sun Dec 16 23:47:56 2012
+++ src/sys/arch/evbarm/conf/std.n900	Sun Apr 14 18:57:32 2013
@@ -1,12 +1,12 @@
-#	$NetBSD: std.n900,v 1.2 2012/12/16 23:47:56 matt Exp $
+#	$NetBSD: std.n900,v 1.3 2013/04/14 18:57:32 khorben Exp $
 #
 # standard NetBSD/evbarm for N900 options
 
 machine	evbarm arm
 include 	"arch/evbarm/conf/std.evbarm"
 
-# Pull in BEAGLEBOARD config definitions.
-include		"arch/evbarm/conf/files.beagle"
+# Pull in N900 config definitions.
+include		"arch/evbarm/conf/files.n900"
 
 # To support easy transit to ../arch/arm/arm32
 options 	__HAVE_CPU_COUNTER

Added files:

Index: src/sys/arch/evbarm/conf/files.n900
diff -u /dev/null src/sys/arch/evbarm/conf/files.n900:1.1
--- /dev/null	Sun Apr 14 18:57:33 2013
+++ src/sys/arch/evbarm/conf/files.n900	Sun Apr 14 18:57:32 2013
@@ -0,0 +1,21 @@
+#	$NetBSD: files.n900,v 1.1 2013/04/14 18:57:32 khorben Exp $
+#
+# Nokia N900 configuration info
+#
+
+file	arch/arm/arm32/arm32_boot.c
+file	arch/arm/arm32/arm32_kvminit.c
+file	arch/arm/arm32/arm32_reboot.c
+
+file	arch/evbarm/beagle/beagle_machdep.c
+
+# Kernel boot arguments
+defparam opt_machdep.h				BOOT_ARGS
+
+# CPU support and integrated peripherals
+include "arch/arm/omap/files.omap2"
+
+# NS16550 compatible serial ports
+attach com at obio with obiouart
+file	arch/arm/omap/obio_com.c		obiouart
+defparam opt_com.h				CONSADDR CONSPEED CONMODE

Reply via email to