Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf Use a separate file to track the driver...



details:   https://anonhg.NetBSD.org/src/rev/730085e7002a
branches:  trunk
changeset: 786090:730085e7002a
user:      khorben <khorben%NetBSD.org@localhost>
date:      Sun Apr 14 18:57:32 2013 +0000

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

diffstat:

 sys/arch/evbarm/conf/files.n900 |  21 +++++++++++++++++++++
 sys/arch/evbarm/conf/std.n900   |   6 +++---
 2 files changed, 24 insertions(+), 3 deletions(-)

diffs (44 lines):

diff -r 29913ae5dd67 -r 730085e7002a sys/arch/evbarm/conf/files.n900
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/evbarm/conf/files.n900   Sun Apr 14 18:57:32 2013 +0000
@@ -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
diff -r 29913ae5dd67 -r 730085e7002a sys/arch/evbarm/conf/std.n900
--- a/sys/arch/evbarm/conf/std.n900     Sun Apr 14 18:00:48 2013 +0000
+++ b/sys/arch/evbarm/conf/std.n900     Sun Apr 14 18:57:32 2013 +0000
@@ -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



Home | Main Index | Thread Index | Old Index