NetBSD/sys/arch/evbarm/conf/std.marvell
2012-12-16 23:47:56 +00:00

19 lines
509 B
Plaintext

# $NetBSD: std.marvell,v 1.3 2012/12/16 23:47:56 matt Exp $
#
# standard NetBSD/evbarm for MAEVELL options
machine evbarm arm
include "arch/evbarm/conf/std.evbarm"
include "arch/evbarm/conf/files.marvell"
options __HAVE_PCI_CONF_HOOK # should be in types.h
options __HAVE_CPU_UAREA_ALLOC_IDLELWP
options COM_REGMAP
options KERNEL_BASE_EXT=0xc0000000
makeoptions LOADADDRESS="0xc0008000"
makeoptions BOARDMKFRAG="${THISARM}/conf/mk.marvell"
options ARM_INTR_IMPL="<arch/arm/marvell/mvsoc_intr.h>"