Home | History | Annotate | Line # | Download | only in conf
std.gemini revision 1.8.30.1
      1  1.8.30.1  christos #	$NetBSD: std.gemini,v 1.8.30.1 2019/06/10 22:06:05 christos Exp $
      2       1.1      matt #
      3       1.1      matt # standard NetBSD/evbarm for GEMINI options
      4       1.1      matt 
      5  1.8.30.1  christos machine		evbarm arm
      6       1.7      matt include		"arch/evbarm/conf/std.evbarm"
      7       1.7      matt  
      8       1.1      matt # Pull in GEMINI config definitions.
      9       1.7      matt include		"arch/evbarm/conf/files.gemini"
     10       1.1      matt 
     11       1.1      matt # To support easy transit to ../arch/arm/arm32
     12       1.1      matt options 	ARM9
     13       1.6     cliff options 	__HAVE_FAST_SOFTINTS		# should be in types.h
     14       1.1      matt options 	__HAVE_PCI_CONF_HOOK		# should be in types.h
     15       1.1      matt 
     16  1.8.30.1  christos makeoptions 	KERNEL_BASE_PHYS="0x00200000"
     17  1.8.30.1  christos makeoptions 	KERNEL_BASE_VIRT="0x80200000"
     18  1.8.30.1  christos makeoptions 	LOADADDRESS="0x00200000"
     19  1.8.30.1  christos makeoptions 	BOARDTYPE="gemini"
     20  1.8.30.1  christos makeoptions 	BOARDMKFRAG="${THISARM}/conf/mk.gemini"
     21       1.1      matt 
     22  1.8.30.1  christos options 	EVBARM_BOARDTYPE=gemini
     23       1.1      matt options 	ARM_INTR_IMPL="<arch/arm/gemini/gemini_intr.h>"
     24       1.2      matt #options 	ARM_GENERIC_TODR
     25       1.1      matt 
     26