Home | History | Annotate | Line # | Download | only in conf
std.smdk2410 revision 1.5
      1  1.5    bsh #	$NetBSD: std.smdk2410,v 1.5 2008/06/30 08:18:11 bsh 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.4  chris include		"arch/arm/conf/std.arm"	# arch standard options
      8  1.1    bsh 
      9  1.1    bsh # Config definitions for SMDK2410
     10  1.1    bsh include "arch/evbarm/conf/files.smdk2410"
     11  1.1    bsh 
     12  1.1    bsh options 	EXEC_ELF32
     13  1.1    bsh options 	EXEC_AOUT
     14  1.1    bsh options 	EXEC_SCRIPT
     15  1.1    bsh 
     16  1.1    bsh # To support easy transit to ../arch/arm/arm32
     17  1.1    bsh options 	ARM32
     18  1.1    bsh 
     19  1.1    bsh #options 	ARM32_NEW_VM_LAYOUT	# Not yet ready for prime-time
     20  1.1    bsh 
     21  1.1    bsh options	SSCOM_S3C2410
     22  1.1    bsh 
     23  1.1    bsh makeoptions	BOARDTYPE="smdk2410"
     24  1.1    bsh makeoptions	BOARDMKFRAG="${THISARM}/conf/mk.smdk2xx0"
     25  1.1    bsh makeoptions	KERNEL_BASE_PHYS=0x30200000
     26  1.5    bsh options 	KERNEL_BASE_EXT=0xc0000000
     27  1.1    bsh 
     28  1.1    bsh options 	ARM_INTR_IMPL="<arch/arm/s3c2xx0/s3c2410_intr.h>"
     29