Home | History | Annotate | Line # | Download | only in conf
std.wii revision 1.3.2.2
      1  1.3.2.2  martin #	$NetBSD: std.wii,v 1.3.2.2 2024/02/03 11:47:06 martin Exp $
      2  1.3.2.2  martin #
      3  1.3.2.2  martin # standard, required NetBSD/wii 'options'
      4  1.3.2.2  martin 
      5  1.3.2.2  martin machine		evbppc powerpc
      6  1.3.2.2  martin include		"conf/std"	# MI standard options
      7  1.3.2.2  martin 
      8  1.3.2.2  martin options 	PPC_OEA		# Nintendo Wii uses IBM PPC750CL CPUs
      9  1.3.2.2  martin makeoptions 	PPCDIR="oea"	# Tell Makefile.powerpc what dir to use
     10  1.3.2.2  martin 
     11  1.3.2.2  martin # Executable support:
     12  1.3.2.2  martin options 	EXEC_ELF32	# exec ELF binaries
     13  1.3.2.2  martin options 	EXEC_SCRIPT	# exec #! scripts
     14  1.3.2.2  martin options		EVBPPC_HAS_MBR
     15  1.3.2.2  martin 
     16  1.3.2.2  martin options 	INTSTK=0x2000
     17  1.3.2.2  martin 
     18  1.3.2.2  martin makeoptions	TEXTADDR=0x4000
     19  1.3.2.2  martin options 	DISTANT_KERNEL
     20  1.3.2.2  martin makeoptions 	EXTRA_LINKFLAGS="-q"
     21  1.3.2.2  martin makeoptions	BOARDTYPE="wii"
     22  1.3.2.2  martin 
     23  1.3.2.2  martin options		PPC_INTR_IMPL="<powerpc/intr.h>"
     24  1.3.2.2  martin 
     25  1.3.2.2  martin include		"arch/evbppc/conf/files.wii"
     26