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