summaryrefslogtreecommitdiff
path: root/sys/arch/evbppc/conf/std.ev64260
blob: e6a4cbbe0cc48818400a5d4ce4ece3d6d5b9f023 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#	$NetBSD: std.ev64260,v 1.8 2010/04/28 13:51:56 kiyohara Exp $
#
# standard, required NetBSD/evbppc 'options'

machine evbppc powerpc
include		"conf/std"	# MI standard options

options 	PPC_OEA		# Discovery uses Motorola PPC60x CPUs
makeoptions 	PPCDIR="oea"	# Tell Makefile.powerpc what dir to use

# Executable support:
options 	EXEC_ELF32	# exec ELF binaries
options 	EXEC_SCRIPT	# exec #! scripts

makeoptions	TEXTADDR=0x3000
makeoptions	NEED_SREC=yes
makeoptions	BOARDTYPE="ev64260"
options 	INTSTK=16384

options		PPC_INTR_IMPL="<powerpc/marvell/marvell_intr.h>"
options		PPC_PCI_MACHDEP_IMPL="<powerpc/pci_machdep.h>"

include "arch/evbppc/conf/files.ev64260"