std.obs405 revision 1.2
11.2Syamt#	$NetBSD: std.obs405,v 1.2 2005/09/17 09:44:06 yamt Exp $
21.1Sshige#
31.1Sshige# Standard/required options for NetBSD/obs405.
41.1Sshige
51.1Sshigemachine	evbppc powerpc
61.2Syamtinclude		"conf/std"	# MI standard options
71.1Sshige
81.1Sshige# standard ("mandatory") kernel options.
91.1Sshigeoptions 	PPC_IBM4XX	# IBM 40x family
101.1Sshige
111.1Sshige# Executable support:
121.1Sshigeoptions 	EXEC_ELF32	# (native) ELF32 binary support
131.1Sshigeoptions 	EXEC_AOUT	# (native) a.out binary support (deprecated)
141.1Sshigeoptions 	EXEC_SCRIPT	# shell script support
151.1Sshige
161.1Sshigemakeoptions	TEXTADDR=0x25000
171.1Sshigemakeoptions	BOARDTYPE="obs405"
181.1Sshigemakeoptions	PPCDIR="ibm4xx"
191.1Sshige
201.1Sshigeoptions 	PPC_INTR_IMPL="<powerpc/ibm4xx/ibm4xx_intr.h>"
211.1Sshigeoptions 	PPC_PCI_MACHDEP_IMPL="<powerpc/ibm4xx/pci_machdep.h>"
221.1Sshigeoptions 	KERNBASE=0x25000
231.1Sshige
241.1Sshigeoptions 	INTSTK=16384
251.1Sshigeoptions 	SPILLSTK=1024
261.1Sshige
271.1Sshigeinclude		"arch/powerpc/conf/files.ibm4xx"
281.1Sshigeinclude		"arch/powerpc/conf/files.ibm405gp"
291.1Sshigeinclude		"arch/evbppc/conf/files.obs405"
30