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 Include newer arm options (ARM_HAS_VBAR...



details:   https://anonhg.NetBSD.org/src/rev/23a63ef898d5
branches:  trunk
changeset: 795053:23a63ef898d5
user:      matt <matt%NetBSD.org@localhost>
date:      Sun Mar 30 23:14:15 2014 +0000

description:
Include newer arm options (ARM_HAS_VBAR, etc.)

diffstat:

 sys/arch/evbarm/conf/std.imx31 |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 2572548a29f8 -r 23a63ef898d5 sys/arch/evbarm/conf/std.imx31
--- a/sys/arch/evbarm/conf/std.imx31    Sun Mar 30 23:12:26 2014 +0000
+++ b/sys/arch/evbarm/conf/std.imx31    Sun Mar 30 23:14:15 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.imx31,v 1.8 2013/11/01 18:41:06 skrll Exp $
+#      $NetBSD: std.imx31,v 1.9 2014/03/30 23:14:15 matt Exp $
 #
 # standard NetBSD/evbarm options for FreeScale I.MX31
 
@@ -13,6 +13,13 @@
 
 options        ARM11_PMC
 options        ARM11_CACHE_WRITE_THROUGH
+options        ARM_HAS_VBAR
+options        FPU_VFP
+options        __HAVE_CPU_COUNTER
+options        __HAVE_FAST_SOFTINTS            # should be in types.h
+options        __HAVE_CPU_UAREA_ALLOC_IDLELWP
+options        TPIDRPRW_IS_CURCPU
+
 
 makeoptions    LOADADDRESS="0x80100000"
 makeoptions    BOARDTYPE="imx31"



Home | Main Index | Thread Index | Old Index