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 Add DKWEDGE support



details:   https://anonhg.NetBSD.org/src/rev/7321e53d341a
branches:  trunk
changeset: 781336:7321e53d341a
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Sep 01 11:04:17 2012 +0000

description:
Add DKWEDGE support
Add __HAVE_CPU_COUNTER

diffstat:

 sys/arch/evbarm/conf/BCM5301X    |  6 +++++-
 sys/arch/evbarm/conf/std.bcm53xx |  4 ++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diffs (45 lines):

diff -r f5eefbf506de -r 7321e53d341a sys/arch/evbarm/conf/BCM5301X
--- a/sys/arch/evbarm/conf/BCM5301X     Sat Sep 01 02:08:28 2012 +0000
+++ b/sys/arch/evbarm/conf/BCM5301X     Sat Sep 01 11:04:17 2012 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: BCM5301X,v 1.1 2012/09/01 00:15:11 matt Exp $
+#      $NetBSD: BCM5301X,v 1.2 2012/09/01 11:04:17 matt Exp $
 #
 #      BCM5301X -- Broadcom BCM5301X Eval Board Kernel
 #
@@ -121,6 +121,9 @@
 #options       MINIROOTSIZE=1000       # Size in blocks
 #options       MEMORY_DISK_IS_ROOT     # use memory disk as root
 
+options        DKWEDGE_AUTODISCOVER
+options        DKWEDGE_METHOD_GPT
+
 # Miscellaneous kernel options
 options        KTRACE          # system call tracing, a la ktrace(1)
 #options       KMEMSTATS       # kernel memory statistics
@@ -260,3 +263,4 @@
 #options       RND_COM
 #pseudo-device clockctl                # user control of clock subsystem
 pseudo-device  ksyms                   # /dev/ksyms
+pseudo-device  drvctl                  # device control
diff -r f5eefbf506de -r 7321e53d341a sys/arch/evbarm/conf/std.bcm53xx
--- a/sys/arch/evbarm/conf/std.bcm53xx  Sat Sep 01 02:08:28 2012 +0000
+++ b/sys/arch/evbarm/conf/std.bcm53xx  Sat Sep 01 11:04:17 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.bcm53xx,v 1.1 2012/09/01 00:15:11 matt Exp $
+#      $NetBSD: std.bcm53xx,v 1.2 2012/09/01 11:04:17 matt Exp $
 #
 # standard NetBSD/evbarm for BEAGLEBAORD options
 
@@ -15,9 +15,9 @@
 options        COM_TOLERANCE=40
 options        ARM32
 options        CORTEX_PMC
-options        CORTEX_PMC_CCNT_HZ=500000000
 options        __HAVE_FAST_SOFTINTS            # should be in types.h
 options        __HAVE_CPU_UAREA_ALLOC_IDLELWP
+options        __HAVE_CPU_COUNTER
 options        TPIDRPRW_IS_CURCPU
 options        KERNEL_BASE_EXT=0x80000000
 options        EVBARM_BOARDTYPE="bcm53xx"



Home | Main Index | Thread Index | Old Index