std.adi_brh revision 1.10
11.10Smatt# $NetBSD: std.adi_brh,v 1.10 2012/12/16 23:47:56 matt Exp $ 21.1Sthorpej# 31.1Sthorpej# standard NetBSD/evbarm for ADI BRH options 41.1Sthorpej 51.1Sthorpejmachine evbarm arm 61.10Smattinclude "arch/evbarm/conf/std.evbarm" 71.1Sthorpej 81.1Sthorpej# Pull in ADI BRH config definitions. 91.10Smattinclude "arch/evbarm/conf/files.adi_brh" 101.1Sthorpej 111.1Sthorpejoptions EXEC_AOUT 121.1Sthorpej 131.8Skiyoharaoptions KERNEL_BASE_EXT=0xc0000000 141.1Sthorpejmakeoptions LOADADDRESS="0xc0200000" 151.1Sthorpejmakeoptions BOARDTYPE="adi_brh" 161.1Sthorpejmakeoptions BOARDMKFRAG="${THISARM}/conf/mk.adi_brh" 171.1Sthorpej 181.1Sthorpejoptions ARM_INTR_IMPL="<arch/arm/xscale/becc_intr.h>" 191.1Sthorpej 201.1Sthorpej# We need to configure the PCI bus. 211.1Sthorpejoptions PCI_NETBSD_CONFIGURE 22