26 lines
699 B
Plaintext
26 lines
699 B
Plaintext
|
# $NetBSD: std.rpi,v 1.1 2012/07/26 06:21:57 skrll Exp $
|
||
|
#
|
||
|
# standard NetBSD/evbarm for Raspberry Pi options
|
||
|
|
||
|
machine evbarm arm
|
||
|
include "conf/std" # MI standard options
|
||
|
|
||
|
# Pull in Raspberry Pi config definitions.
|
||
|
include "arch/evbarm/conf/files.rpi"
|
||
|
|
||
|
options EXEC_ELF32
|
||
|
options EXEC_SCRIPT
|
||
|
|
||
|
# To support easy transit to ../arch/arm/arm32
|
||
|
options ARM32
|
||
|
#options ARM11_CACHE_WRITE_THROUGH
|
||
|
options __HAVE_FAST_SOFTINTS # should be in types.h
|
||
|
options KERNEL_BASE_EXT=0xc0000000
|
||
|
|
||
|
options EVBARM_BOARDTYPE="rpi"
|
||
|
makeoptions BOARDMKFRAG="${THISARM}/conf/mk.rpi"
|
||
|
makeoptions CPPFLAGS+="-I$S/../../../include"
|
||
|
|
||
|
options ARM_INTR_IMPL="<arch/arm/broadcom/bcm2835_intr.h>"
|
||
|
options ARM_GENERIC_TODR
|