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 fix the build of this kernel config by ...
details: https://anonhg.NetBSD.org/src/rev/dc1dd8712e21
branches: trunk
changeset: 351787:dc1dd8712e21
user: chs <chs%NetBSD.org@localhost>
date: Mon Feb 27 06:50:15 2017 +0000
description:
fix the build of this kernel config by adding the omapscm driver.
turn on options for dtrace, turn off USB debugging.
diffstat:
sys/arch/evbarm/conf/IGEPV2 | 13 ++++++++-----
sys/arch/evbarm/conf/std.igepv2 | 5 ++++-
2 files changed, 12 insertions(+), 6 deletions(-)
diffs (61 lines):
diff -r 9491cd7a0f74 -r dc1dd8712e21 sys/arch/evbarm/conf/IGEPV2
--- a/sys/arch/evbarm/conf/IGEPV2 Mon Feb 27 06:49:02 2017 +0000
+++ b/sys/arch/evbarm/conf/IGEPV2 Mon Feb 27 06:50:15 2017 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: IGEPV2,v 1.28 2017/02/19 07:47:00 rin Exp $
+# $NetBSD: IGEPV2,v 1.29 2017/02/27 06:50:15 chs Exp $
#
# IGEPv2 -- TI OMAP 3530 Eval Board Kernel
#
@@ -36,7 +36,7 @@
#file-system FDESC # /dev/fd
#file-system KERNFS # /kern
#file-system NULLFS # loopback file system
-#file-system PROCFS # /proc
+file-system PROCFS # /proc
#file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
#file-system UMAPFS # NULLFS + uid and gid remapping
#file-system UNION # union file system
@@ -136,9 +136,9 @@
makeoptions COPY_SYMTAB=1
## USB Debugging options
-options USB_DEBUG
-options OHCI_DEBUG
-options UHUB_DEBUG
+#options USB_DEBUG
+#options OHCI_DEBUG
+#options UHUB_DEBUG
# Valid options for BOOT_ARGS:
@@ -212,6 +212,9 @@
gpio* at omapgpio?
+# System Control Module
+omapscm0 at obio0 addr 0x48002000 size 0x1000
+
# I2C Controller
omapiic0 at obio0 addr 0x48070000 size 0x1000 intr 56 # I2C1
omapiic1 at obio0 addr 0x48060000 size 0x1000 intr 61 # I2C3
diff -r 9491cd7a0f74 -r dc1dd8712e21 sys/arch/evbarm/conf/std.igepv2
--- a/sys/arch/evbarm/conf/std.igepv2 Mon Feb 27 06:49:02 2017 +0000
+++ b/sys/arch/evbarm/conf/std.igepv2 Mon Feb 27 06:50:15 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: std.igepv2,v 1.7 2014/08/10 23:46:09 chs Exp $
+# $NetBSD: std.igepv2,v 1.8 2017/02/27 06:50:15 chs Exp $
#
# standard NetBSD/evbarm for IGEPV2 options
@@ -8,6 +8,9 @@
# Pull in BEAGLEBOARD config definitions.
include "arch/evbarm/conf/files.beagle"
+options KDTRACE_HOOKS
+options MODULAR
+options MODULAR_DEFAULT_AUTOLOAD
options CORTEX_PMC
options __HAVE_CPU_COUNTER
options __HAVE_FAST_SOFTINTS # should be in types.h
Home |
Main Index |
Thread Index |
Old Index