Home | History | Annotate | Line # | Download | only in conf
std.iq80310 revision 1.2.4.1
      1  1.2.4.1  thorpej #	$NetBSD: std.iq80310,v 1.2.4.1 2001/11/12 21:16:50 thorpej Exp $
      2      1.1     matt #
      3      1.1     matt # standard NetBSD/evbarm for IQ80310 options
      4      1.1     matt 
      5      1.1     matt machine	evbarm arm
      6      1.1     matt 
      7  1.2.4.1  thorpej # Pull in IQ80310 config definitions.
      8  1.2.4.1  thorpej include "arch/evbarm/conf/files.iq80310"
      9  1.2.4.1  thorpej 
     10      1.1     matt options		EXEC_ELF32
     11      1.1     matt options 	EXEC_AOUT
     12      1.1     matt options 	EXEC_SCRIPT
     13      1.1     matt 
     14      1.1     matt # To support easy transit to ../arch/arm/arm32
     15      1.1     matt options		PROG32
     16      1.1     matt options		ARM32
     17      1.1     matt 
     18  1.2.4.1  thorpej makeoptions	LOADADDRESS="0xa0200000"
     19  1.2.4.1  thorpej makeoptions	BOARDTYPE="iq80310"
     20  1.2.4.1  thorpej 
     21  1.2.4.1  thorpej # We need to configure the PCI bus.
     22  1.2.4.1  thorpej options 	PCI_NETBSD_CONFIGURE
     23