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/0c39c997318f
branches: trunk
changeset: 331908:0c39c997318f
user: kiyohara <kiyohara%NetBSD.org@localhost>
date: Sat Aug 30 13:40:18 2014 +0000
description:
Add options __HAVE_MM_MD_DIRECT_MAPPED_PHYS and set KERNEL_BASE_{EXT,VIRT}.
And support VFP.
diffstat:
sys/arch/evbarm/conf/OPENBLOCKS_AX3 | 15 +++++++++++----
1 files changed, 11 insertions(+), 4 deletions(-)
diffs (35 lines):
diff -r 8337ecda3aaa -r 0c39c997318f sys/arch/evbarm/conf/OPENBLOCKS_AX3
--- a/sys/arch/evbarm/conf/OPENBLOCKS_AX3 Sat Aug 30 13:28:07 2014 +0000
+++ b/sys/arch/evbarm/conf/OPENBLOCKS_AX3 Sat Aug 30 13:40:18 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: OPENBLOCKS_AX3,v 1.12 2014/08/23 20:26:57 dholland Exp $
+# $NetBSD: OPENBLOCKS_AX3,v 1.13 2014/08/30 13:40:18 kiyohara Exp $
#
# OPENBLOCKS_AX3 -- Plat'Home. OpenBlockS AX3 kernel
#
@@ -21,15 +21,22 @@
#options AURORA_IO_CACHE_COHERENCY
options AURORA_L2_PT_WALK
options ARM_HAS_VBAR
-#options FPU_VFP
-#makeoptions CPUFLAGS="-march=armv7-a -mfpu=neon"
-makeoptions CPUFLAGS="-march=armv7-a -msoft-float"
+options FPU_VFP
+makeoptions CPUFLAGS="-march=armv7-a -mfpu=neon"
# Architecture options
options ARMADAXP
options PIC_MAXSOURCES=128
+options __HAVE_MM_MD_DIRECT_MAPPED_PHYS
+#options MULTIPROCESSOR
+options TPIDRPRW_IS_CURCPU
+
+no options KERNEL_BASE_EXT
+options KERNEL_BASE_EXT=0x80000000
+makeoptions KERNEL_BASE_VIRT="0x80008000"
+
# Standard system options
options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
Home |
Main Index |
Thread Index |
Old Index