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