Home | History | Annotate | Line # | Download | only in conf
std.smdk2410 revision 1.7
      1  1.7  matt #	$NetBSD: std.smdk2410,v 1.7 2012/12/16 23:47:56 matt 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.7  matt include 	"arch/evbarm/conf/std.evbarm"
      7  1.1   bsh 
      8  1.1   bsh # Config definitions for SMDK2410
      9  1.7  matt include		"arch/evbarm/conf/files.smdk2410"
     10  1.1   bsh 
     11  1.1   bsh options 	EXEC_AOUT
     12  1.1   bsh 
     13  1.1   bsh #options 	ARM32_NEW_VM_LAYOUT	# Not yet ready for prime-time
     14  1.1   bsh 
     15  1.1   bsh options	SSCOM_S3C2410
     16  1.1   bsh 
     17  1.1   bsh makeoptions	BOARDTYPE="smdk2410"
     18  1.1   bsh makeoptions	BOARDMKFRAG="${THISARM}/conf/mk.smdk2xx0"
     19  1.1   bsh makeoptions	KERNEL_BASE_PHYS=0x30200000
     20  1.5   bsh options 	KERNEL_BASE_EXT=0xc0000000
     21  1.1   bsh 
     22  1.1   bsh options 	ARM_INTR_IMPL="<arch/arm/s3c2xx0/s3c2410_intr.h>"
     23