5df18e69a7
as well as include conf/std and std.arm
23 lines
584 B
Plaintext
23 lines
584 B
Plaintext
# $NetBSD: std.iq80321,v 1.15 2012/12/16 23:47:56 matt Exp $
|
|
#
|
|
# standard NetBSD/evbarm for IQ80321 options
|
|
|
|
machine evbarm arm
|
|
include "arch/evbarm/conf/std.evbarm"
|
|
|
|
# Pull in IQ80321 config definitions.
|
|
include "arch/evbarm/conf/files.iq80321"
|
|
|
|
options EXEC_AOUT
|
|
|
|
#options ARM32_NEW_VM_LAYOUT # Not yet ready for prime-time
|
|
|
|
options KERNEL_BASE_EXT=0xc0000000
|
|
makeoptions BOARDTYPE="iq80321"
|
|
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
|