std.adi_brh revision 1.1
11.1Sthorpej# $NetBSD: std.adi_brh,v 1.1 2003/01/25 02:00:15 thorpej Exp $ 21.1Sthorpej# 31.1Sthorpej# standard NetBSD/evbarm for ADI BRH options 41.1Sthorpej 51.1Sthorpejmachine evbarm arm 61.1Sthorpej 71.1Sthorpej# Pull in ADI BRH config definitions. 81.1Sthorpejinclude "arch/evbarm/conf/files.adi_brh" 91.1Sthorpej 101.1Sthorpejoptions EXEC_ELF32 111.1Sthorpejoptions EXEC_AOUT 121.1Sthorpejoptions EXEC_SCRIPT 131.1Sthorpej 141.1Sthorpej# To support easy transit to ../arch/arm/arm32 151.1Sthorpejoptions ARM32 161.1Sthorpej 171.1Sthorpejmakeoptions LOADADDRESS="0xc0200000" 181.1Sthorpejmakeoptions BOARDTYPE="adi_brh" 191.1Sthorpejmakeoptions BOARDMKFRAG="${THISARM}/conf/mk.adi_brh" 201.1Sthorpej 211.1Sthorpejoptions ARM_INTR_IMPL="<arch/arm/xscale/becc_intr.h>" 221.1Sthorpej 231.1Sthorpej# We need to configure the PCI bus. 241.1Sthorpejoptions PCI_NETBSD_CONFIGURE 25