std.iq31244 revision 1.3
1#	$NetBSD: std.iq31244,v 1.3 2005/02/12 09:45:49 rearnsha Exp $
2#
3# standard NetBSD/evbarm for IQ31244 options
4
5machine	evbarm arm
6
7# Pull in IQ31244 config definitions.
8include "arch/evbarm/conf/files.iq31244"
9
10options 	EXEC_ELF32
11options 	EXEC_AOUT
12options 	EXEC_SCRIPT
13
14# To support easy transit to ../arch/arm/arm32
15options 	ARM32
16
17#options 	ARM32_NEW_VM_LAYOUT	# Not yet ready for prime-time
18
19makeoptions	BOARDTYPE="iq31244"
20makeoptions	BOARDMKFRAG="${THISARM}/conf/mk.iq80321"
21
22options 	ARM_INTR_IMPL="<arch/arm/xscale/i80321_intr.h>"
23
24# We need to configure the PCI bus.
25options 	PCI_NETBSD_CONFIGURE
26
27# Board has a 33.0MHz crystal, => 198MHz bus clock
28options 	COUNTS_PER_SEC=198000000
29