Home | History | Annotate | Line # | Download | only in conf
std.iq80321 revision 1.1.2.2
      1  1.1.2.2  nathanw #	$NetBSD: std.iq80321,v 1.1.2.2 2002/04/01 07:39:46 nathanw Exp $
      2  1.1.2.2  nathanw #
      3  1.1.2.2  nathanw # standard NetBSD/evbarm for IQ80321 options
      4  1.1.2.2  nathanw 
      5  1.1.2.2  nathanw machine	evbarm arm
      6  1.1.2.2  nathanw 
      7  1.1.2.2  nathanw # Pull in IQ80321 config definitions.
      8  1.1.2.2  nathanw include "arch/evbarm/conf/files.iq80321"
      9  1.1.2.2  nathanw 
     10  1.1.2.2  nathanw options 	EXEC_ELF32
     11  1.1.2.2  nathanw options 	EXEC_AOUT
     12  1.1.2.2  nathanw options 	EXEC_SCRIPT
     13  1.1.2.2  nathanw options 	XSCALE_CCLKCFG=9
     14  1.1.2.2  nathanw 
     15  1.1.2.2  nathanw # To support easy transit to ../arch/arm/arm32
     16  1.1.2.2  nathanw options 	ARM32
     17  1.1.2.2  nathanw 
     18  1.1.2.2  nathanw makeoptions	LOADADDRESS="0xa0200000"
     19  1.1.2.2  nathanw makeoptions	BOARDTYPE="iq80321"
     20  1.1.2.2  nathanw 
     21  1.1.2.2  nathanw # We need to configure the PCI bus.
     22  1.1.2.2  nathanw options 	PCI_NETBSD_CONFIGURE
     23