Home | History | Annotate | Line # | Download | only in conf
std.dht revision 1.1.2.2
      1  1.1.2.2  thorpej #	$NetBSD: std.dht,v 1.1.2.2 2021/04/03 21:44:43 thorpej Exp $
      2  1.1.2.2  thorpej #
      3  1.1.2.2  thorpej # Standard/required options for DHT Walnut 405GP Evaluation Board.
      4  1.1.2.2  thorpej 
      5  1.1.2.2  thorpej machine	evbppc powerpc
      6  1.1.2.2  thorpej include		"conf/std"	# MI standard options
      7  1.1.2.2  thorpej 
      8  1.1.2.2  thorpej # standard ("mandatory") kernel options.
      9  1.1.2.2  thorpej options 	PPC_IBM4XX	# IBM 40x family
     10  1.1.2.2  thorpej 
     11  1.1.2.2  thorpej options 	IBM405_ERRATA77
     12  1.1.2.2  thorpej 
     13  1.1.2.2  thorpej # Executable support:
     14  1.1.2.2  thorpej options 	EXEC_ELF32	# (native) ELF32 binary support
     15  1.1.2.2  thorpej options 	EXEC_AOUT	# (native) a.out binary support (deprecated)
     16  1.1.2.2  thorpej options 	EXEC_SCRIPT	# shell script support
     17  1.1.2.2  thorpej 
     18  1.1.2.2  thorpej makeoptions	TEXTADDR=0x100000
     19  1.1.2.2  thorpej makeoptions	BOARDTYPE="dht"
     20  1.1.2.2  thorpej makeoptions	PPCDIR="ibm4xx"
     21  1.1.2.2  thorpej makeoptions	NEED_BINARY="yes"
     22  1.1.2.2  thorpej 
     23  1.1.2.2  thorpej options 	PPC_INTR_IMPL="<powerpc/intr.h>"
     24  1.1.2.2  thorpej options 	PPC_PCI_MACHDEP_IMPL="<powerpc/pci_machdep.h>"
     25  1.1.2.2  thorpej options 	KERNBASE=0x100000
     26  1.1.2.2  thorpej 
     27  1.1.2.2  thorpej options 	INTSTK=16384
     28  1.1.2.2  thorpej 
     29  1.1.2.2  thorpej options 	EVBPPC_HAS_MBR
     30  1.1.2.2  thorpej 
     31  1.1.2.2  thorpej include		"arch/powerpc/conf/files.ibm4xx"
     32  1.1.2.2  thorpej include		"arch/evbppc/conf/files.dht"
     33