1# $NetBSD: std.marvell,v 1.3 2012/12/16 23:47:56 matt Exp $ 2# 3# standard NetBSD/evbarm for MAEVELL options 4 5machine evbarm arm 6include "arch/evbarm/conf/std.evbarm" 7 8include "arch/evbarm/conf/files.marvell" 9 10options __HAVE_PCI_CONF_HOOK # should be in types.h 11options __HAVE_CPU_UAREA_ALLOC_IDLELWP 12 13options COM_REGMAP 14 15options KERNEL_BASE_EXT=0xc0000000 16makeoptions LOADADDRESS="0xc0008000" 17makeoptions BOARDMKFRAG="${THISARM}/conf/mk.marvell" 18options ARM_INTR_IMPL="<arch/arm/marvell/mvsoc_intr.h>" 19