Home | History | Annotate | Line # | Download | only in conf
RPI2 revision 1.3
      1  1.1     skrll #
      2  1.3  jmcneill #	$NetBSD: RPI2,v 1.3 2015/03/14 19:06:14 jmcneill Exp $
      3  1.1     skrll #
      4  1.1     skrll #	RPi2 -- Raspberry Pi 2
      5  1.1     skrll #
      6  1.1     skrll 
      7  1.1     skrll include "arch/evbarm/conf/RPI"
      8  1.1     skrll 
      9  1.1     skrll no options 	CPU_ARM1176
     10  1.1     skrll no options 	TPIDRPRW_IS_CURLWP
     11  1.3  jmcneill no options 	ARM11_COMPAT_MMU
     12  1.1     skrll no options 	__HAVE_MM_MD_CACHE_ALIASING
     13  1.1     skrll no makeoptions	CPUFLAGS
     14  1.1     skrll 
     15  1.1     skrll options 	BCM2836
     16  1.1     skrll options 	CPU_CORTEXA7
     17  1.2     skrll options 	MULTIPROCESSOR
     18  1.1     skrll options 	CORTEX_PMC
     19  1.1     skrll options 	TPIDRPRW_IS_CURCPU
     20  1.1     skrll makeoptions 	CPUFLAGS="-mcpu=cortex-a7 -mfpu=neon"
     21  1.1     skrll 
     22  1.1     skrll # Architecture options
     23  1.1     skrll 
     24  1.1     skrll no bcmtmr0	at obio?		# System Timer
     25  1.1     skrll armgtmr0	at obio?		# ARM Generic Timer
     26