Home | History | Annotate | Line # | Download | only in conf
std.adi_brh revision 1.8
      1  1.8  kiyohara #	$NetBSD: std.adi_brh,v 1.8 2008/06/22 08:27:18 kiyohara Exp $
      2  1.1   thorpej #
      3  1.1   thorpej # standard NetBSD/evbarm for ADI BRH options
      4  1.1   thorpej 
      5  1.1   thorpej machine	evbarm arm
      6  1.4      yamt include		"conf/std"	# MI standard options
      7  1.6     chris include		"arch/arm/conf/std.arm"	# arch standard options
      8  1.1   thorpej 
      9  1.1   thorpej # Pull in ADI BRH config definitions.
     10  1.1   thorpej include "arch/evbarm/conf/files.adi_brh"
     11  1.1   thorpej 
     12  1.1   thorpej options 	EXEC_ELF32
     13  1.1   thorpej options 	EXEC_AOUT
     14  1.1   thorpej options 	EXEC_SCRIPT
     15  1.1   thorpej 
     16  1.1   thorpej # To support easy transit to ../arch/arm/arm32
     17  1.1   thorpej options 	ARM32
     18  1.1   thorpej 
     19  1.8  kiyohara options 	KERNEL_BASE_EXT=0xc0000000
     20  1.1   thorpej makeoptions	LOADADDRESS="0xc0200000"
     21  1.1   thorpej makeoptions	BOARDTYPE="adi_brh"
     22  1.1   thorpej makeoptions	BOARDMKFRAG="${THISARM}/conf/mk.adi_brh"
     23  1.1   thorpej 
     24  1.1   thorpej options 	ARM_INTR_IMPL="<arch/arm/xscale/becc_intr.h>"
     25  1.1   thorpej 
     26  1.1   thorpej # We need to configure the PCI bus.
     27  1.1   thorpej options 	PCI_NETBSD_CONFIGURE
     28