std.bcm53xx revision 1.21
1# $NetBSD: std.bcm53xx,v 1.21 2024/02/13 19:07:42 skrll Exp $ 2# 3# standard NetBSD/evbarm for BCM5301X options 4 5machine evbarm arm 6include "arch/evbarm/conf/std.evbarm" 7 8# Pull in BCM53xx config definitions. 9include "arch/evbarm/conf/files.bcm53xx" 10 11options ARM_GENERIC_TODR 12options ARM_INTR_IMPL="<arch/arm/broadcom/bcm53xx_intr.h>" 13options COM_TOLERANCE=40 14options CORTEX_PMC 15options EVBARM_BOARDTYPE="bcm53xx" 16options FPU_VFP 17options PMAP_NEED_ALLOC_POOLPAGE 18options SOSEND_NO_LOAN 19options TPIDRPRW_IS_CURCPU 20options _ARM32_NEED_BUS_DMA_BOUNCE 21options __HAVE_CPU_COUNTER 22options __HAVE_CPU_UAREA_ALLOC_IDLELWP 23options __HAVE_FAST_SOFTINTS # should be in types.h 24options __HAVE_GENERIC_START 25options __HAVE_MM_MD_CACHE_ALIASING 26options __HAVE_MM_MD_DIRECT_MAPPED_PHYS 27options __HAVE_PCI_CONF_HOOK 28 29makeoptions BOARDMKFRAG="${THISARM}/conf/mk.bcm53xx" 30makeoptions BOARDTYPE="bcm53xx" 31 32# Prevent the addition of a command line -DKERNEL_BASE_VOFFSET= as it 33# is done at runtime. 34makeoptions KERNEL_VOFFSET_RUNTIME=1 35 36makeoptions KERNEL_BASE_VIRT="0x80100000" 37makeoptions LOADADDRESS="0x00100000" 38