Home | History | Annotate | Line # | Download | only in conf
std.smdk2800 revision 1.5
      1  1.5  thorpej #	$NetBSD: std.smdk2800,v 1.5 2003/05/03 00:39:21 thorpej Exp $
      2  1.1      bsh #
      3  1.1      bsh # standard NetBSD/evbarm for IQ80310 options
      4  1.1      bsh 
      5  1.1      bsh machine	evbarm arm
      6  1.1      bsh 
      7  1.1      bsh # Config definitions for SMDK2800/24[10]0
      8  1.1      bsh include "arch/evbarm/conf/files.smdk2800"
      9  1.1      bsh 
     10  1.1      bsh options 	EXEC_ELF32
     11  1.1      bsh options 	EXEC_AOUT
     12  1.1      bsh options 	EXEC_SCRIPT
     13  1.1      bsh 
     14  1.1      bsh # To support easy transit to ../arch/arm/arm32
     15  1.1      bsh options 	ARM32
     16  1.5  thorpej 
     17  1.5  thorpej # New pmap options are standard on this board
     18  1.5  thorpej options 	ARM32_PMAP_NEW
     19  1.5  thorpej #options 	ARM32_NEW_VM_LAYOUT	# Not yet ready for prime-time
     20  1.1      bsh 
     21  1.1      bsh makeoptions	BOARDTYPE="smdk2800"
     22  1.4  thorpej makeoptions	BOARDMKFRAG="${THISARM}/conf/mk.smdk2xx0"
     23  1.1      bsh 
     24  1.2  thorpej options 	ARM_INTR_IMPL="<arch/arm/s3c2xx0/s3c2800_intr.h>"
     25