std.cp3100 revision 1.5
11.5Smatt# $NetBSD: std.cp3100,v 1.5 2012/12/16 23:47:56 matt Exp $
21.1Sscw#
31.1Sscw# Standard NetBSD/evbarm options for CP3100
41.1Sscw
51.1Sscwmachine	evbarm arm
61.5Smattinclude 	"arch/evbarm/conf/std.evbarm"
71.1Sscw
81.1Sscw# Pull in CP3100 config definitions.
91.5Smattinclude		"arch/evbarm/conf/files.cp3100"
101.1Sscw
111.1Sscwoptions 	EXEC_AOUT
121.1Sscw
131.3Sbriggsoptions         KERNEL_BASE_EXT=0xc0000000
141.1Sscwmakeoptions	BOARDTYPE="cp3100"
151.1Sscwmakeoptions	BOARDMKFRAG="${THISARM}/conf/mk.iq80321"
161.1Sscw
171.1Sscwoptions 	ARM_INTR_IMPL="<arch/arm/xscale/i80321_intr.h>"
181.1Sscw
191.1Sscw# Console UART is on HPI, so enable HPI-specific code
201.1Sscwoptions 	I80321_HPI_ENABLED
211.1Sscw
221.1Sscw# We need to configure the PCI bus.
231.1Sscwoptions 	PCI_NETBSD_CONFIGURE
24