NetBSD/sys/arch/evbarm/conf/std.rpi
skrll 1f9df33256 Initial RPI2 support - it doesn't work yet. The generic timer gets messed
up somehow.

This commit changes the KVA layout of the RPI.
2015-02-28 09:34:34 +00:00

27 lines
748 B
Plaintext

# $NetBSD: std.rpi,v 1.19 2015/02/28 09:34:34 skrll Exp $
#
# standard NetBSD/evbarm for Raspberry Pi options
machine evbarm arm
include "arch/evbarm/conf/std.evbarm"
# Pull in Raspberry Pi config definitions.
include "arch/evbarm/conf/files.rpi"
options MODULAR
options MODULAR_DEFAULT_AUTOLOAD
options FPU_VFP
options __HAVE_CPU_COUNTER
options __HAVE_FAST_SOFTINTS # should be in types.h
options __HAVE_CPU_UAREA_ALLOC_IDLELWP
options __HAVE_MM_MD_DIRECT_MAPPED_PHYS
options ARM_HAS_VBAR
options KERNEL_BASE_EXT=0x80000000
options EVBARM_BOARDTYPE="rpi"
makeoptions BOARDMKFRAG="${THISARM}/conf/mk.rpi"
makeoptions LOADADDRESS="0x80008000"
options ARM_INTR_IMPL="<arch/arm/broadcom/bcm2835_intr.h>"
options ARM_GENERIC_TODR