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