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 options __HAVE_MM_MD_DIRECT_MAPPED_...
details: https://anonhg.NetBSD.org/src/rev/541bef10e2e6
branches: trunk
changeset: 783233:541bef10e2e6
user: matt <matt%NetBSD.org@localhost>
date: Wed Dec 12 00:04:21 2012 +0000
description:
Add options __HAVE_MM_MD_DIRECT_MAPPED_PHYS
for BCM5301X, also add SOSEND_NO_LOAN
diffstat:
sys/arch/evbarm/conf/std.bcm53xx | 4 +++-
sys/arch/evbarm/conf/std.beagle | 3 ++-
2 files changed, 5 insertions(+), 2 deletions(-)
diffs (41 lines):
diff -r 01a8b49774c3 -r 541bef10e2e6 sys/arch/evbarm/conf/std.bcm53xx
--- a/sys/arch/evbarm/conf/std.bcm53xx Wed Dec 12 00:03:11 2012 +0000
+++ b/sys/arch/evbarm/conf/std.bcm53xx Wed Dec 12 00:04:21 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: std.bcm53xx,v 1.7 2012/10/17 20:21:26 matt Exp $
+# $NetBSD: std.bcm53xx,v 1.8 2012/12/12 00:04:21 matt Exp $
#
# standard NetBSD/evbarm for BEAGLEBAORD options
@@ -12,12 +12,14 @@
options EXEC_SCRIPT
# To support easy transit to ../arch/arm/arm32
+options SOSEND_NO_LOAN
options COM_TOLERANCE=40
options ARM32
options FPU_VFP
options CORTEX_PMC
#options _ARM32_NEED_BUS_DMA_BOUNCE
options PMAP_NEED_ALLOC_POOLPAGE
+options __HAVE_MM_MD_DIRECT_MAPPED_PHYS
options __HAVE_FAST_SOFTINTS # should be in types.h
options __HAVE_CPU_UAREA_ALLOC_IDLELWP
options __HAVE_CPU_COUNTER
diff -r 01a8b49774c3 -r 541bef10e2e6 sys/arch/evbarm/conf/std.beagle
--- a/sys/arch/evbarm/conf/std.beagle Wed Dec 12 00:03:11 2012 +0000
+++ b/sys/arch/evbarm/conf/std.beagle Wed Dec 12 00:04:21 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: std.beagle,v 1.7 2012/11/04 23:30:39 khorben Exp $
+# $NetBSD: std.beagle,v 1.8 2012/12/12 00:04:21 matt Exp $
#
# standard NetBSD/evbarm for BEAGLEBOARD options
@@ -16,6 +16,7 @@
options ARM32
options CORTEX_PMC
options __HAVE_FAST_SOFTINTS # should be in types.h
+options __HAVE_MM_MD_DIRECT_MAPPED_PHYS
options TPIDRPRW_IS_CURCPU
options KERNEL_BASE_EXT=0x80000000
options FPU_VFP
Home |
Main Index |
Thread Index |
Old Index