Home | History | Annotate | Line # | Download | only in conf
      1 #	$NetBSD: std.virtex,v 1.4 2020/03/01 23:23:36 rin 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 # XXX According to Linux, 405D5 (Virtex-II Pro) is affected, whereas
     12 # XXX 405F6 (Virtex-4) is not.
     13 options 	IBM405_ERRATA77
     14 
     15 # Executable support:
     16 options 	EXEC_ELF32	# (native) ELF32 binary support
     17 options 	EXEC_AOUT	# (native) a.out binary support (deprecated)
     18 options 	EXEC_SCRIPT	# shell script support
     19 
     20 makeoptions	TEXTADDR=0x25000
     21 makeoptions	BOARDTYPE="virtex"
     22 makeoptions	PPCDIR="ibm4xx"
     23 
     24 options 	PPC_INTR_IMPL="<powerpc/intr.h>"
     25 options 	KERNBASE=0x25000
     26 options 	INTSTK=16384
     27 
     28 include		"arch/powerpc/conf/files.ibm4xx"
     29 include		"arch/evbppc/conf/files.virtex"
     30