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 Use -mcpu=xscale.



details:   https://anonhg.NetBSD.org/src/rev/ee2d05f4f306
branches:  trunk
changeset: 534945:ee2d05f4f306
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Aug 07 03:40:01 2002 +0000

description:
Use -mcpu=xscale.

diffstat:

 sys/arch/evbarm/conf/IQ80310      |  5 ++---
 sys/arch/evbarm/conf/IQ80321      |  7 +++----
 sys/arch/evbarm/conf/TEAMASA_NPWR |  5 ++---
 3 files changed, 7 insertions(+), 10 deletions(-)

diffs (60 lines):

diff -r a2c07d7872ee -r ee2d05f4f306 sys/arch/evbarm/conf/IQ80310
--- a/sys/arch/evbarm/conf/IQ80310      Wed Aug 07 03:35:51 2002 +0000
+++ b/sys/arch/evbarm/conf/IQ80310      Wed Aug 07 03:40:01 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: IQ80310,v 1.16 2002/06/17 05:14:08 lukem Exp $
+#      $NetBSD: IQ80310,v 1.17 2002/08/07 03:40:01 thorpej Exp $
 #
 #      IQ80310 -- Intel IQ80310 Evaluation Board Kernel
 #
@@ -20,8 +20,7 @@
 
 # For StrongARM systems
 options        CPU_XSCALE_80200        # Support the XScale core
-makeoptions    COPTS="-O2 -march=armv4 -mtune=strongarm"
-#makeoptions   COPTS="-O2 -march=armv5 -mtune=xscale"
+makeoptions    COPTS="-O2 -mcpu=xscale"
 options        XSCALE_CCLKCFG=9        # 733MHz
 
 # Architecture options
diff -r a2c07d7872ee -r ee2d05f4f306 sys/arch/evbarm/conf/IQ80321
--- a/sys/arch/evbarm/conf/IQ80321      Wed Aug 07 03:35:51 2002 +0000
+++ b/sys/arch/evbarm/conf/IQ80321      Wed Aug 07 03:40:01 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: IQ80321,v 1.7 2002/07/29 18:42:27 thorpej Exp $
+#      $NetBSD: IQ80321,v 1.8 2002/08/07 03:40:01 thorpej Exp $
 #
 #      IQ80321 -- Intel IQ80321 Evaluation Board Kernel
 #
@@ -18,10 +18,9 @@
 
 # CPU options
 
-# For StrongARM systems
+# For XScale systems
 options        CPU_XSCALE_80321        # Support the XScale core
-makeoptions    COPTS="-O2 -march=armv4 -mtune=strongarm"
-#makeoptions   COPTS="-O2 -march=armv5 -mtune=xscale"
+makeoptions    COPTS="-O2 -mcpu=xscale"
 
 # Architecture options
 
diff -r a2c07d7872ee -r ee2d05f4f306 sys/arch/evbarm/conf/TEAMASA_NPWR
--- a/sys/arch/evbarm/conf/TEAMASA_NPWR Wed Aug 07 03:35:51 2002 +0000
+++ b/sys/arch/evbarm/conf/TEAMASA_NPWR Wed Aug 07 03:40:01 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: TEAMASA_NPWR,v 1.16 2002/06/17 05:14:08 lukem Exp $
+#      $NetBSD: TEAMASA_NPWR,v 1.17 2002/08/07 03:40:01 thorpej Exp $
 #
 #      TEAMASA_NPWR -- Team ASA, Inc. Npwr -- XScale/IOP310-based
 #      server appliance.
@@ -22,8 +22,7 @@
 
 # For StrongARM systems
 options        CPU_XSCALE_80200        # Support the XScale core
-makeoptions    COPTS="-O2 -march=armv4 -mtune=strongarm"
-#makeoptions   COPTS="-O2 -march=armv5 -mtune=xscale"
+makeoptions    COPTS="-O2 -mcpu=xscale"
 options        XSCALE_CCLKCFG=7        # 600MHz
 
 # Architecture options



Home | Main Index | Thread Index | Old Index