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