Home | History | Annotate | Line # | Download | only in conf
std.virtex revision 1.1
      1  1.1  freza #	$NetBSD: std.virtex,v 1.1 2006/12/02 22:18:47 freza Exp $
      2  1.1  freza #
      3  1.1  freza # Standard/required options for NetBSD/virtex.
      4  1.1  freza 
      5  1.1  freza machine		evbppc powerpc
      6  1.1  freza include		"conf/std"	# MI standard options
      7  1.1  freza 
      8  1.1  freza # standard ("mandatory") kernel options.
      9  1.1  freza options 	PPC_IBM4XX	# IBM 40x family
     10  1.1  freza 
     11  1.1  freza # Executable support:
     12  1.1  freza options 	EXEC_ELF32	# (native) ELF32 binary support
     13  1.1  freza options 	EXEC_AOUT	# (native) a.out binary support (deprecated)
     14  1.1  freza options 	EXEC_SCRIPT	# shell script support
     15  1.1  freza 
     16  1.1  freza makeoptions	TEXTADDR=0x25000
     17  1.1  freza makeoptions	BOARDTYPE="virtex"
     18  1.1  freza makeoptions	PPCDIR="ibm4xx"
     19  1.1  freza 
     20  1.1  freza options 	PPC_INTR_IMPL="<powerpc/ibm4xx/ibm4xx_intr.h>"
     21  1.1  freza options 	KERNBASE=0x25000
     22  1.1  freza options 	INTSTK=16384
     23  1.1  freza 
     24  1.1  freza include		"arch/evbppc/conf/files.virtex"
     25