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