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.
This commit is contained in:
parent
1ca5e360be
commit
3d46ca0e98
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue