Module Name:    src
Committed By:   chs
Date:           Mon Feb 27 06:50:16 UTC 2017

Modified Files:
        src/sys/arch/evbarm/conf: IGEPV2 std.igepv2

Log Message:
fix the build of this kernel config by adding the omapscm driver.
turn on options for dtrace, turn off USB debugging.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/evbarm/conf/IGEPV2
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/evbarm/conf/std.igepv2

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/IGEPV2
diff -u src/sys/arch/evbarm/conf/IGEPV2:1.28 src/sys/arch/evbarm/conf/IGEPV2:1.29
--- src/sys/arch/evbarm/conf/IGEPV2:1.28	Sun Feb 19 07:47:00 2017
+++ src/sys/arch/evbarm/conf/IGEPV2	Mon Feb 27 06:50:15 2017
@@ -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	MSDOSFS		# MS-DOS file syste
 #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	DEBUG="-g"	# compile full sy
 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 @@ omapgpio5	at obio2 addr 0x49058000 size 
 
 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

Index: src/sys/arch/evbarm/conf/std.igepv2
diff -u src/sys/arch/evbarm/conf/std.igepv2:1.7 src/sys/arch/evbarm/conf/std.igepv2:1.8
--- src/sys/arch/evbarm/conf/std.igepv2:1.7	Sun Aug 10 23:46:09 2014
+++ src/sys/arch/evbarm/conf/std.igepv2	Mon Feb 27 06:50:15 2017
@@ -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 @@ include		"arch/evbarm/conf/std.evbarm"
 # 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

Reply via email to