Home | History | Annotate | Line # | Download | only in conf
std.explora revision 1.8
      1 #	$NetBSD: std.explora,v 1.8 2021/06/26 09:00:39 rin Exp $
      2 #
      3 # Standard/required options for NetBSD/explora.
      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 options 	PPC_IBM403	# IBM 403GCX
     11 
     12 options 	VMSWAP_DEFAULT_PLAINTEXT	# do not encrypt swap by
     13 						# default (slow cpu)
     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=0x10000
     21 makeoptions	BOARDTYPE="explora"
     22 makeoptions	PPCDIR="ibm4xx"
     23 
     24 options 	PPC_INTR_IMPL="<powerpc/intr.h>"
     25 
     26 options 	INTSTK=16384
     27 
     28 options 	PPC_CPU_FREQ=66000000	# XXX hack for pckbc_cnattach()
     29 
     30 include		"arch/evbppc/conf/files.explora"
     31 
     32 options 	PPC_PCI_MACHDEP_IMPL="<evbppc/explora/dev/pci_machdep.h>"
     33