xref: /netbsd-src/sys/arch/evbppc/conf/std.explora (revision 9261ab392b44ff16be33abd945a93632dfc272c9)
1#	$NetBSD: std.explora,v 1.11 2022/05/30 14:18:10 rin Exp $
2#
3# Standard/required options for NetBSD/explora.
4
5machine	evbppc powerpc
6include		"conf/std"	# MI standard options
7
8# standard ("mandatory") kernel options.
9options 	PPC_IBM4XX	# IBM 40x family
10options 	PPC_IBM403	# IBM 403GCX
11
12# 403 does not support unaligned memory access.
13options  	PPC_NO_UNALIGNED
14makeoptions	LIBKERN_MD_FLAGS+="strict-align"
15
16options 	VMSWAP_DEFAULT_PLAINTEXT	# do not encrypt swap by
17						# default (slow cpu)
18
19# Executable support:
20options 	EXEC_ELF32	# (native) ELF32 binary support
21options 	EXEC_AOUT	# (native) a.out binary support (deprecated)
22options 	EXEC_SCRIPT	# shell script support
23
24makeoptions	TEXTADDR=0x10000
25makeoptions	BOARDTYPE="explora"
26makeoptions	PPCDIR="ibm4xx"
27
28options 	PPC_INTR_IMPL="<powerpc/intr.h>"
29
30options 	INTSTK=16384
31
32options 	PPC_CPU_FREQ=66000000	# XXX hack for pckbc_cnattach()
33
34include		"arch/evbppc/conf/files.explora"
35