1 # 2 # $NetBSD: RPI2,v 1.3 2015/03/14 19:06:14 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 TPIDRPRW_IS_CURLWP 11 no options ARM11_COMPAT_MMU 12 no options __HAVE_MM_MD_CACHE_ALIASING 13 no makeoptions CPUFLAGS 14 15 options BCM2836 16 options CPU_CORTEXA7 17 options MULTIPROCESSOR 18 options CORTEX_PMC 19 options TPIDRPRW_IS_CURCPU 20 makeoptions CPUFLAGS="-mcpu=cortex-a7 -mfpu=neon" 21 22 # Architecture options 23 24 no bcmtmr0 at obio? # System Timer 25 armgtmr0 at obio? # ARM Generic Timer 26