std.adi_brh revision 1.8
11.8Skiyohara#	$NetBSD: std.adi_brh,v 1.8 2008/06/22 08:27:18 kiyohara Exp $
21.1Sthorpej#
31.1Sthorpej# standard NetBSD/evbarm for ADI BRH options
41.1Sthorpej
51.1Sthorpejmachine	evbarm arm
61.4Syamtinclude		"conf/std"	# MI standard options
71.6Schrisinclude		"arch/arm/conf/std.arm"	# arch standard options
81.1Sthorpej
91.1Sthorpej# Pull in ADI BRH config definitions.
101.1Sthorpejinclude "arch/evbarm/conf/files.adi_brh"
111.1Sthorpej
121.1Sthorpejoptions 	EXEC_ELF32
131.1Sthorpejoptions 	EXEC_AOUT
141.1Sthorpejoptions 	EXEC_SCRIPT
151.1Sthorpej
161.1Sthorpej# To support easy transit to ../arch/arm/arm32
171.1Sthorpejoptions 	ARM32
181.1Sthorpej
191.8Skiyoharaoptions 	KERNEL_BASE_EXT=0xc0000000
201.1Sthorpejmakeoptions	LOADADDRESS="0xc0200000"
211.1Sthorpejmakeoptions	BOARDTYPE="adi_brh"
221.1Sthorpejmakeoptions	BOARDMKFRAG="${THISARM}/conf/mk.adi_brh"
231.1Sthorpej
241.1Sthorpejoptions 	ARM_INTR_IMPL="<arch/arm/xscale/becc_intr.h>"
251.1Sthorpej
261.1Sthorpej# We need to configure the PCI bus.
271.1Sthorpejoptions 	PCI_NETBSD_CONFIGURE
28