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