Home | History | Annotate | Line # | Download | only in conf
      1 #
      2 #	$NetBSD: RPI2,v 1.12 2020/09/29 19:58:50 jmcneill 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 
     16 #options 	VERBOSE_INIT_ARM
     17 # EARLYCONS is required for early init messages from VERBOSE_INIT_ARM.
     18 #options 	EARLYCONS=bcm2836,CONSADDR=0x3f201000	# RPI2
     19 #options 	EARLYCONS=bcm2837,CONSADDR=0x3f215040	# RPI3
     20 
     21 options 	SOC_BCM2836
     22 options 	CPU_CORTEX
     23 options 	MULTIPROCESSOR
     24 #options 	CORTEX_PMC
     25 options 	TPIDRPRW_IS_CURCPU
     26 makeoptions 	CPUFLAGS="-mcpu=cortex-a7 -mfpu=neon"
     27 options 	__HAVE_GENERIC_CPU_INITCLOCKS
     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