3d46ca0e98
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.
22 lines
471 B
Plaintext
22 lines
471 B
Plaintext
# $NetBSD: std.iq80310,v 1.11 2002/04/25 01:50:01 briggs Exp $
|
|
#
|
|
# standard NetBSD/evbarm for IQ80310 options
|
|
|
|
machine evbarm arm
|
|
|
|
# Pull in IQ80310 config definitions.
|
|
include "arch/evbarm/conf/files.iq80310"
|
|
|
|
options EXEC_ELF32
|
|
options EXEC_AOUT
|
|
options EXEC_SCRIPT
|
|
|
|
# To support easy transit to ../arch/arm/arm32
|
|
options ARM32
|
|
|
|
makeoptions LOADADDRESS="0xa0200000"
|
|
makeoptions BOARDTYPE="iq80310"
|
|
|
|
# We need to configure the PCI bus.
|
|
options PCI_NETBSD_CONFIGURE
|