2012-12-17 03:47:56 +04:00
|
|
|
# $NetBSD: std.npwr_fc,v 1.6 2012/12/16 23:47:56 matt Exp $
|
2005-12-22 19:17:24 +03:00
|
|
|
#
|
|
|
|
# standard NetBSD/evbarm for IQ80321 options
|
|
|
|
|
|
|
|
machine evbarm arm
|
2012-12-17 03:47:56 +04:00
|
|
|
include "arch/evbarm/conf/std.evbarm"
|
2005-12-22 19:17:24 +03:00
|
|
|
|
|
|
|
# Pull in IQ80321 config definitions.
|
2012-12-17 03:47:56 +04:00
|
|
|
include "arch/evbarm/conf/files.npwr_fc"
|
2005-12-22 19:17:24 +03:00
|
|
|
|
|
|
|
options EXEC_AOUT
|
|
|
|
|
|
|
|
#options ARM32_NEW_VM_LAYOUT # Not yet ready for prime-time
|
|
|
|
|
2009-01-05 08:53:06 +03:00
|
|
|
options KERNEL_BASE_EXT=0xc0000000
|
2005-12-22 19:17:24 +03:00
|
|
|
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
|