Home | History | Annotate | Line # | Download | only in conf
std.smdk2410 revision 1.2
      1  1.2  yamt #	$NetBSD: std.smdk2410,v 1.2 2005/09/17 09:44:06 yamt Exp $
      2  1.1   bsh #
      3  1.1   bsh # standard NetBSD/evbarm for SMDK2410 options
      4  1.1   bsh 
      5  1.1   bsh machine	evbarm arm
      6  1.2  yamt include		"conf/std"	# MI standard options
      7  1.1   bsh 
      8  1.1   bsh # Config definitions for SMDK2410
      9  1.1   bsh include "arch/evbarm/conf/files.smdk2410"
     10  1.1   bsh 
     11  1.1   bsh options 	EXEC_ELF32
     12  1.1   bsh options 	EXEC_AOUT
     13  1.1   bsh options 	EXEC_SCRIPT
     14  1.1   bsh 
     15  1.1   bsh # To support easy transit to ../arch/arm/arm32
     16  1.1   bsh options 	ARM32
     17  1.1   bsh 
     18  1.1   bsh #options 	ARM32_NEW_VM_LAYOUT	# Not yet ready for prime-time
     19  1.1   bsh 
     20  1.1   bsh options	SSCOM_S3C2410
     21  1.1   bsh 
     22  1.1   bsh makeoptions	BOARDTYPE="smdk2410"
     23  1.1   bsh makeoptions	BOARDMKFRAG="${THISARM}/conf/mk.smdk2xx0"
     24  1.1   bsh makeoptions	KERNEL_BASE_PHYS=0x30200000
     25  1.1   bsh 
     26  1.1   bsh options 	ARM_INTR_IMPL="<arch/arm/s3c2xx0/s3c2410_intr.h>"
     27