2012-12-17 03:47:56 +04:00
|
|
|
# $NetBSD: std.iq80321,v 1.15 2012/12/16 23:47:56 matt Exp $
|
2002-03-28 00:51:28 +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"
|
2002-03-28 00:51:28 +03:00
|
|
|
|
|
|
|
# Pull in IQ80321 config definitions.
|
2012-12-17 03:47:56 +04:00
|
|
|
include "arch/evbarm/conf/files.iq80321"
|
2002-03-28 00:51:28 +03:00
|
|
|
|
|
|
|
options EXEC_AOUT
|
|
|
|
|
2003-04-19 12:18:12 +04:00
|
|
|
#options ARM32_NEW_VM_LAYOUT # Not yet ready for prime-time
|
2003-04-18 16:01:32 +04:00
|
|
|
|
2009-01-05 08:53:06 +03:00
|
|
|
options KERNEL_BASE_EXT=0xc0000000
|
2002-03-28 00:51:28 +03:00
|
|
|
makeoptions BOARDTYPE="iq80321"
|
2003-01-03 05:16:26 +03:00
|
|
|
makeoptions BOARDMKFRAG="${THISARM}/conf/mk.iq80321"
|
2002-03-28 00:51:28 +03:00
|
|
|
|
2003-01-03 02:37:53 +03:00
|
|
|
options ARM_INTR_IMPL="<arch/arm/xscale/i80321_intr.h>"
|
2002-08-17 20:42:20 +04:00
|
|
|
|
2002-03-28 00:51:28 +03:00
|
|
|
# We need to configure the PCI bus.
|
|
|
|
options PCI_NETBSD_CONFIGURE
|