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