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