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