summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorbriggs <briggs@NetBSD.org>2002-04-25 01:50:00 +0000
committerbriggs <briggs@NetBSD.org>2002-04-25 01:50:00 +0000
commit3d46ca0e98a0ab12daaf12e2fbb90f5ee8904b46 (patch)
treeef597d4c39b38c22de4e28d3f97325ec59c0e123 /sys
parent1ca5e360be3da7ce5019b46c10dd8cb3e4182594 (diff)
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 (limited to 'sys')
-rw-r--r--sys/arch/evbarm/conf/IQ803103
-rw-r--r--sys/arch/evbarm/conf/TEAMASA_NPWR3
-rw-r--r--sys/arch/evbarm/conf/std.iq803103
3 files changed, 5 insertions, 4 deletions
diff --git a/sys/arch/evbarm/conf/IQ80310 b/sys/arch/evbarm/conf/IQ80310
index 719a178508e..9aef6b3b019 100644
--- a/sys/arch/evbarm/conf/IQ80310
+++ b/sys/arch/evbarm/conf/IQ80310
@@ -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 RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
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 --git a/sys/arch/evbarm/conf/TEAMASA_NPWR b/sys/arch/evbarm/conf/TEAMASA_NPWR
index ae36853c641..30b82414ad1 100644
--- a/sys/arch/evbarm/conf/TEAMASA_NPWR
+++ b/sys/arch/evbarm/conf/TEAMASA_NPWR
@@ -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 NTP # NTP phase/frequency locked loop
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 --git a/sys/arch/evbarm/conf/std.iq80310 b/sys/arch/evbarm/conf/std.iq80310
index 347c4036095..f7ec7ff4056 100644
--- a/sys/arch/evbarm/conf/std.iq80310
+++ b/sys/arch/evbarm/conf/std.iq80310
@@ -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 @@ include "arch/evbarm/conf/files.iq80310"
options EXEC_ELF32
options EXEC_AOUT
options EXEC_SCRIPT
-options XSCALE_CCLKCFG=9
# To support easy transit to ../arch/arm/arm32
options ARM32