5b9c2e6257
I/O processor and the i31244 PCI-X S-ATA controller. The IQ31244 is almost identical to the IQ80321, from software's perspective, so we share much of the code.
28 lines
677 B
Plaintext
28 lines
677 B
Plaintext
# $NetBSD: std.iq31244,v 1.1 2003/05/14 21:41:32 thorpej Exp $
|
|
#
|
|
# standard NetBSD/evbarm for IQ31244 options
|
|
|
|
machine evbarm arm
|
|
|
|
# Pull in IQ31244 config definitions.
|
|
include "arch/evbarm/conf/files.iq31244"
|
|
|
|
options EXEC_ELF32
|
|
options EXEC_AOUT
|
|
options EXEC_SCRIPT
|
|
|
|
# To support easy transit to ../arch/arm/arm32
|
|
options ARM32
|
|
|
|
# New pmap options are standard on this board
|
|
options ARM32_PMAP_NEW
|
|
#options ARM32_NEW_VM_LAYOUT # Not yet ready for prime-time
|
|
|
|
makeoptions BOARDTYPE="iq31244"
|
|
makeoptions BOARDMKFRAG="${THISARM}/conf/mk.iq80321"
|
|
|
|
options ARM_INTR_IMPL="<arch/arm/xscale/i80321_intr.h>"
|
|
|
|
# We need to configure the PCI bus.
|
|
options PCI_NETBSD_CONFIGURE
|