Home | History | Annotate | Line # | Download | only in conf
std.smdk2410 revision 1.8
      1  1.8  skrll #	$NetBSD: std.smdk2410,v 1.8 2018/01/17 20:30:16 skrll 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	SSCOM_S3C2410
     14  1.1    bsh 
     15  1.1    bsh makeoptions	BOARDTYPE="smdk2410"
     16  1.1    bsh makeoptions	BOARDMKFRAG="${THISARM}/conf/mk.smdk2xx0"
     17  1.1    bsh makeoptions	KERNEL_BASE_PHYS=0x30200000
     18  1.5    bsh options 	KERNEL_BASE_EXT=0xc0000000
     19  1.1    bsh 
     20  1.1    bsh options 	ARM_INTR_IMPL="<arch/arm/s3c2xx0/s3c2410_intr.h>"
     21