Home | History | Annotate | Line # | Download | only in conf
      1  1.4  jmcneill #	$NetBSD: std.wii,v 1.4 2025/09/02 23:51:01 jmcneill Exp $
      2  1.1  jmcneill #
      3  1.1  jmcneill # standard, required NetBSD/wii 'options'
      4  1.1  jmcneill 
      5  1.1  jmcneill machine		evbppc powerpc
      6  1.1  jmcneill include		"conf/std"	# MI standard options
      7  1.1  jmcneill 
      8  1.2  jmcneill options 	PPC_OEA		# Nintendo Wii uses IBM PPC750CL CPUs
      9  1.1  jmcneill makeoptions 	PPCDIR="oea"	# Tell Makefile.powerpc what dir to use
     10  1.1  jmcneill 
     11  1.1  jmcneill # Executable support:
     12  1.1  jmcneill options 	EXEC_ELF32	# exec ELF binaries
     13  1.1  jmcneill options 	EXEC_SCRIPT	# exec #! scripts
     14  1.1  jmcneill options		EVBPPC_HAS_MBR
     15  1.1  jmcneill 
     16  1.4  jmcneill options 	VMSWAP_DEFAULT_PLAINTEXT	# do not encrypt swap by
     17  1.4  jmcneill 						# default (slow cpu)
     18  1.4  jmcneill 
     19  1.1  jmcneill options 	INTSTK=0x2000
     20  1.1  jmcneill 
     21  1.1  jmcneill makeoptions	TEXTADDR=0x4000
     22  1.1  jmcneill options 	DISTANT_KERNEL
     23  1.1  jmcneill makeoptions 	EXTRA_LINKFLAGS="-q"
     24  1.1  jmcneill makeoptions	BOARDTYPE="wii"
     25  1.1  jmcneill 
     26  1.1  jmcneill options		PPC_INTR_IMPL="<powerpc/intr.h>"
     27  1.1  jmcneill 
     28  1.1  jmcneill include		"arch/evbppc/conf/files.wii"
     29