Home | History | Annotate | Line # | Download | only in conf
RPI2 revision 1.2
      1  1.1  skrll #
      2  1.2  skrll #	$NetBSD: RPI2,v 1.2 2015/03/04 17:02:17 skrll 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.1  skrll no options 	__HAVE_MM_MD_CACHE_ALIASING
     12  1.1  skrll no makeoptions	CPUFLAGS
     13  1.1  skrll 
     14  1.1  skrll options 	BCM2836
     15  1.1  skrll options 	CPU_CORTEXA7
     16  1.2  skrll options 	MULTIPROCESSOR
     17  1.1  skrll options 	CORTEX_PMC
     18  1.1  skrll options 	TPIDRPRW_IS_CURCPU
     19  1.1  skrll makeoptions 	CPUFLAGS="-mcpu=cortex-a7 -mfpu=neon"
     20  1.1  skrll 
     21  1.1  skrll # Architecture options
     22  1.1  skrll 
     23  1.1  skrll no bcmtmr0	at obio?		# System Timer
     24  1.1  skrll armgtmr0	at obio?		# ARM Generic Timer
     25