std.ixm1200 revision 1.6
1#	$NetBSD: std.ixm1200,v 1.6 2003/05/03 00:39:21 thorpej Exp $
2#
3# standard NetBSD/evbarm for IXM1200 options
4
5machine	evbarm arm
6
7# Pull in IXM1200 config definitions.
8include "arch/evbarm/conf/files.ixm1200"
9
10options 	EXEC_ELF32
11options 	EXEC_AOUT
12options 	EXEC_SCRIPT
13
14# To support easy transit to ../arch/arm/arm32
15options 	ARM32
16
17# New pmap options are standard on this board
18options 	ARM32_PMAP_NEW
19#options 	ARM32_NEW_VM_LAYOUT	# Not yet ready for prime-time
20
21makeoptions	LOADADDRESS="0xC0200000"
22makeoptions	BOARDTYPE="ixm1200"
23makeoptions	BOARDMKFRAG="${THISARM}/conf/mk.ixm1200"
24
25options 	ARM_INTR_IMPL="<arch/arm/ixp12x0/ixp12x0_intr.h>"
26
27# We need to configure the PCI bus.
28options 	PCI_NETBSD_CONFIGURE
29