1#         $NetBSD: std.ev64260,v 1.8 2010/04/28 13:51:56 kiyohara Exp $
2#
3# standard, required NetBSD/evbppc 'options'
4
5machine evbppc powerpc
6include             "conf/std"          # MI standard options
7
8options   PPC_OEA             # Discovery uses Motorola PPC60x CPUs
9makeoptions         PPCDIR="oea"        # Tell Makefile.powerpc what dir to use
10
11# Executable support:
12options   EXEC_ELF32          # exec ELF binaries
13options   EXEC_SCRIPT         # exec #! scripts
14
15makeoptions         TEXTADDR=0x3000
16makeoptions         NEED_SREC=yes
17makeoptions         BOARDTYPE="ev64260"
18options   INTSTK=16384
19
20options             PPC_INTR_IMPL="<powerpc/marvell/marvell_intr.h>"
21options             PPC_PCI_MACHDEP_IMPL="<powerpc/pci_machdep.h>"
22
23include "arch/evbppc/conf/files.ev64260"
24