Home | History | Annotate | Line # | Download | only in conf
      1 #	$NetBSD: std.explora,v 1.11 2022/05/30 14:18:10 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 # 403 does not support unaligned memory access.
     13 options  	PPC_NO_UNALIGNED
     14 makeoptions	LIBKERN_MD_FLAGS+="strict-align"
     15 
     16 options 	VMSWAP_DEFAULT_PLAINTEXT	# do not encrypt swap by
     17 						# default (slow cpu)
     18 
     19 # Executable support:
     20 options 	EXEC_ELF32	# (native) ELF32 binary support
     21 options 	EXEC_AOUT	# (native) a.out binary support (deprecated)
     22 options 	EXEC_SCRIPT	# shell script support
     23 
     24 makeoptions	TEXTADDR=0x10000
     25 makeoptions	BOARDTYPE="explora"
     26 makeoptions	PPCDIR="ibm4xx"
     27 
     28 options 	PPC_INTR_IMPL="<powerpc/intr.h>"
     29 
     30 options 	INTSTK=16384
     31 
     32 options 	PPC_CPU_FREQ=66000000	# XXX hack for pckbc_cnattach()
     33 
     34 include		"arch/evbppc/conf/files.explora"
     35