Home | History | Annotate | Line # | Download | only in conf
RPI2 revision 1.4
      1  1.1     skrll #
      2  1.4     skrll #	$NetBSD: RPI2,v 1.4 2017/12/10 21:38:26 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.4     skrll no options 	SOC_BCM2835
     11  1.1     skrll no options 	TPIDRPRW_IS_CURLWP
     12  1.3  jmcneill no options 	ARM11_COMPAT_MMU
     13  1.1     skrll no options 	__HAVE_MM_MD_CACHE_ALIASING
     14  1.1     skrll no makeoptions	CPUFLAGS
     15  1.4     skrll no makeoptions	DTS
     16  1.1     skrll 
     17  1.4     skrll options 	SOC_BCM2836
     18  1.1     skrll options 	CPU_CORTEXA7
     19  1.2     skrll options 	MULTIPROCESSOR
     20  1.4     skrll #options 	CORTEX_PMC
     21  1.1     skrll options 	TPIDRPRW_IS_CURCPU
     22  1.1     skrll makeoptions 	CPUFLAGS="-mcpu=cortex-a7 -mfpu=neon"
     23  1.4     skrll options 	__HAVE_GENERIC_CPU_INITCLOCKS
     24  1.1     skrll 
     25  1.4     skrll makeoptions	DTS="
     26  1.4     skrll 	bcm2836-rpi-2-b.dts
     27  1.4     skrll 	bcm2837-rpi-3-b.dts
     28  1.4     skrll "
     29  1.1     skrll # Architecture options
     30  1.1     skrll 
     31  1.4     skrll no bcmtmr0	at fdt?			# System Timer
     32  1.4     skrll gtmr*		at fdt? pass 1		# ARM Generic Timer
     33  1.4     skrll armgtmr0	at gtmr?
     34