2341768d92
1) Add defparam XSCALE_CCLKCFG to define a parameter for the CCLKCFG register. Default it to '9' on the IQ80310. 2) Add a sleep call to the xscale CPU function vector (replacing the nullop) which should drop the CPU into "idle" mode when cpu_switch finds nothing on the run queues.
23 lines
497 B
Plaintext
23 lines
497 B
Plaintext
# $NetBSD: std.iq80310,v 1.10 2002/01/24 04:23:18 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
|
|
options XSCALE_CCLKCFG=9
|
|
|
|
# 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
|