Home | History | Annotate | Line # | Download | only in conf
std.wii revision 1.2
      1 #	$NetBSD: std.wii,v 1.2 2024/01/22 21:23:03 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 	INTSTK=0x2000
     17 
     18 #makeoptions	TEXTADDR=0x80004000
     19 makeoptions	TEXTADDR=0x4000
     20 options 	DISTANT_KERNEL
     21 makeoptions 	EXTRA_LINKFLAGS="-q"
     22 makeoptions	BOARDTYPE="wii"
     23 
     24 options		PPC_INTR_IMPL="<powerpc/intr.h>"
     25 
     26 include		"arch/evbppc/conf/files.wii"
     27