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 comment-out-ed FPU options. Armada...



details:   https://anonhg.NetBSD.org/src/rev/e13e3372e971
branches:  trunk
changeset: 327729:e13e3372e971
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Sat Mar 15 14:02:01 2014 +0000

description:
Add comment-out-ed FPU options.  Armada XP has FPU.
Add comment-out-ed athn.
Change ehci[01] to ehci*.  Check the clock gating already supported.

diffstat:

 sys/arch/evbarm/conf/OPENBLOCKS_AX3 |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (37 lines):

diff -r 666094cbd73e -r e13e3372e971 sys/arch/evbarm/conf/OPENBLOCKS_AX3
--- a/sys/arch/evbarm/conf/OPENBLOCKS_AX3       Sat Mar 15 13:56:19 2014 +0000
+++ b/sys/arch/evbarm/conf/OPENBLOCKS_AX3       Sat Mar 15 14:02:01 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: OPENBLOCKS_AX3,v 1.6 2014/03/15 13:56:19 kiyohara Exp $
+#      $NetBSD: OPENBLOCKS_AX3,v 1.7 2014/03/15 14:02:01 kiyohara Exp $
 #
 #      OPENBLOCKS_AX3 -- Plat'Home. OpenBlockS AX3 kernel
 #
@@ -21,6 +21,8 @@
 #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"
 
 # Architecture options
@@ -177,8 +179,7 @@
 makphy* at mii? phy ?
 
 # On-chip USB 2.0 Interface
-ehci0  at mvsoc? offset ? irq ?
-ehci1  at mvsoc? offset ? irq ?
+ehci*  at mvsoc? offset ? irq ?
 
 # Serial Peripheral Interface (SPI)
 #mvspi*        at mvsoc? offset ? irq ?
@@ -214,6 +215,8 @@
 pci*   at mvpex?
 pchb*  at pci? dev ? function ?        # PCI-Host bridges
 
+#athn* at pci? dev ? function ?        # Atheros AR9k (802.11a/g/n)
+
 # ATA (IDE) bus support
 atabus* at ata?
 #options       ATADEBUG



Home | Main Index | Thread Index | Old Index