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 XSCALE_CCLKCFG should not be set in std...



details:   https://anonhg.NetBSD.org/src/rev/db05cff59168
branches:  trunk
changeset: 526095:db05cff59168
user:      briggs <briggs%NetBSD.org@localhost>
date:      Thu Apr 25 01:50:00 2002 +0000

description:
XSCALE_CCLKCFG should not be set in std.iq80310.  Set IQ80310 to use
XSCALE_CCLKCFG=9 (733MHz) and TEAMASA_NPWR to use XSCALE_CCLKCFG=7 (600MHz)
as that's what the part on the board is rated for.

diffstat:

 sys/arch/evbarm/conf/IQ80310      |  3 ++-
 sys/arch/evbarm/conf/TEAMASA_NPWR |  3 ++-
 sys/arch/evbarm/conf/std.iq80310  |  3 +--
 3 files changed, 5 insertions(+), 4 deletions(-)

diffs (51 lines):

diff -r b12f68a820dd -r db05cff59168 sys/arch/evbarm/conf/IQ80310
--- a/sys/arch/evbarm/conf/IQ80310      Thu Apr 25 01:48:21 2002 +0000
+++ b/sys/arch/evbarm/conf/IQ80310      Thu Apr 25 01:50:00 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: IQ80310,v 1.13 2002/04/12 08:10:56 gmcgarry Exp $
+#      $NetBSD: IQ80310,v 1.14 2002/04/25 01:50:00 briggs Exp $
 #
 #      IQ80310 -- Intel IQ80310 Evaluation Board Kernel
 #
@@ -20,6 +20,7 @@
 options        CPU_XSCALE_80200        # Support the XScale core
 makeoptions    COPTS="-O2 -march=armv4 -mtune=strongarm"
 #makeoptions   COPTS="-O2 -march=armv5 -mtune=xscale"
+options        XSCALE_CCLKCFG=9        # 733MHz
 
 # Architecture options
 
diff -r b12f68a820dd -r db05cff59168 sys/arch/evbarm/conf/TEAMASA_NPWR
--- a/sys/arch/evbarm/conf/TEAMASA_NPWR Thu Apr 25 01:48:21 2002 +0000
+++ b/sys/arch/evbarm/conf/TEAMASA_NPWR Thu Apr 25 01:50:00 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: TEAMASA_NPWR,v 1.12 2002/04/24 20:38:24 thorpej Exp $
+#      $NetBSD: TEAMASA_NPWR,v 1.13 2002/04/25 01:50:00 briggs Exp $
 #
 #      TEAMASA_NPWR -- Team ASA, Inc. Npwr -- XScale/IOP310-based
 #      server appliance.
@@ -22,6 +22,7 @@
 options        CPU_XSCALE_80200        # Support the XScale core
 makeoptions    COPTS="-O2 -march=armv4 -mtune=strongarm"
 #makeoptions   COPTS="-O2 -march=armv5 -mtune=xscale"
+options        XSCALE_CCLKCFG=7        # 600MHz
 
 # Architecture options
 
diff -r b12f68a820dd -r db05cff59168 sys/arch/evbarm/conf/std.iq80310
--- a/sys/arch/evbarm/conf/std.iq80310  Thu Apr 25 01:48:21 2002 +0000
+++ b/sys/arch/evbarm/conf/std.iq80310  Thu Apr 25 01:50:00 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.iq80310,v 1.10 2002/01/24 04:23:18 briggs Exp $
+#      $NetBSD: std.iq80310,v 1.11 2002/04/25 01:50:01 briggs Exp $
 #
 # standard NetBSD/evbarm for IQ80310 options
 
@@ -10,7 +10,6 @@
 options        EXEC_ELF32
 options        EXEC_AOUT
 options        EXEC_SCRIPT
-options        XSCALE_CCLKCFG=9
 
 # To support easy transit to ../arch/arm/arm32
 options        ARM32



Home | Main Index | Thread Index | Old Index