Module Name:    src
Committed By:   kiyohara
Date:           Sat Aug 30 13:40:18 UTC 2014

Modified Files:
        src/sys/arch/evbarm/conf: OPENBLOCKS_AX3

Log Message:
Add options __HAVE_MM_MD_DIRECT_MAPPED_PHYS and set KERNEL_BASE_{EXT,VIRT}.
And support VFP.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/evbarm/conf/OPENBLOCKS_AX3

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/OPENBLOCKS_AX3
diff -u src/sys/arch/evbarm/conf/OPENBLOCKS_AX3:1.12 src/sys/arch/evbarm/conf/OPENBLOCKS_AX3:1.13
--- src/sys/arch/evbarm/conf/OPENBLOCKS_AX3:1.12	Sat Aug 23 20:26:57 2014
+++ src/sys/arch/evbarm/conf/OPENBLOCKS_AX3	Sat Aug 30 13:40:18 2014
@@ -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 	L2CACHE_ENABLE
 #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

Reply via email to