Home | History | Annotate | Line # | Download | only in conf
      1 #	$NetBSD: MIRABOX,v 1.5 2014/08/30 13:45:56 kiyohara Exp $
      2 #
      3 #  This configuration supports for generically GlobalScale MiraBox
      4 #
      5 
      6 include 	"arch/evbarm/conf/ARMADAXP"
      7 
      8 # Board Type
      9 no makeoptions	BOARDTYPE
     10 makeoptions	BOARDTYPE="mirabox"
     11 no options 	EVBARM_BOARDTYPE
     12 options 	EVBARM_BOARDTYPE=mirabox
     13 #options 	VERBOSE_INIT_ARM
     14 no options	MEMSIZE
     15 options 	MEMSIZE=0x40000000
     16 #options 	UVMHIST
     17 #options 	UVMHIST_PRINT,KERNHIST_DELAY=0
     18 no makeoptions	KERNEL_BASE_PHYS
     19 makeoptions	KERNEL_BASE_PHYS="0x01000000"
     20 no makeoptions	KERNEL_BASE_VIRT
     21 makeoptions	KERNEL_BASE_VIRT="0x81000000"
     22 
     23 # CPU options
     24 options 	FPU_VFP
     25 no makeoptions	CPUFLAGS
     26 makeoptions	CPUFLAGS="-march=armv7-a -msoft-float -mfpu=vfpv3"
     27 no options	CONSFREQ
     28