126f6cf9bc
evbarm ports. Inline _splraise/_spllower/splx for i80321 and iq80310 for more performance.
24 lines
521 B
Plaintext
24 lines
521 B
Plaintext
# $NetBSD: std.iq80321,v 1.3 2002/08/17 16:42:22 briggs Exp $
|
|
#
|
|
# standard NetBSD/evbarm for IQ80321 options
|
|
|
|
machine evbarm arm
|
|
|
|
# Pull in IQ80321 config definitions.
|
|
include "arch/evbarm/conf/files.iq80321"
|
|
|
|
options EXEC_ELF32
|
|
options EXEC_AOUT
|
|
options EXEC_SCRIPT
|
|
|
|
# To support easy transit to ../arch/arm/arm32
|
|
options ARM32
|
|
|
|
makeoptions LOADADDRESS="0xa0200000"
|
|
makeoptions BOARDTYPE="iq80321"
|
|
|
|
options EVBARM_BOARDTYPE=EVBARM_BOARDTYPE_I80321
|
|
|
|
# We need to configure the PCI bus.
|
|
options PCI_NETBSD_CONFIGURE
|