1 1.1 matt # $NetBSD: std.bcm53xx,v 1.1 2012/09/01 00:15:11 matt Exp $ 2 1.1 matt # 3 1.1 matt # standard NetBSD/evbarm for BEAGLEBAORD options 4 1.1 matt 5 1.1 matt machine evbarm arm 6 1.1 matt include "conf/std" # MI standard options 7 1.1 matt 8 1.1 matt # Pull in BCM53xx config definitions. 9 1.1 matt include "arch/evbarm/conf/files.bcm53xx" 10 1.1 matt 11 1.1 matt options EXEC_ELF32 12 1.1 matt options EXEC_SCRIPT 13 1.1 matt 14 1.1 matt # To support easy transit to ../arch/arm/arm32 15 1.1 matt options COM_TOLERANCE=40 16 1.1 matt options ARM32 17 1.1 matt options CORTEX_PMC 18 1.1 matt options CORTEX_PMC_CCNT_HZ=500000000 19 1.1 matt options __HAVE_FAST_SOFTINTS # should be in types.h 20 1.1 matt options __HAVE_CPU_UAREA_ALLOC_IDLELWP 21 1.1 matt options TPIDRPRW_IS_CURCPU 22 1.1 matt options KERNEL_BASE_EXT=0x80000000 23 1.1 matt options EVBARM_BOARDTYPE="bcm53xx" 24 1.1 matt 25 1.1 matt makeoptions LOADADDRESS="0x80100000" 26 1.1 matt makeoptions BOARDMKFRAG="${THISARM}/conf/mk.bcm53xx" 27 1.1 matt makeoptions CPPFLAGS+="-I$S/../../../include" 28 1.1 matt 29 1.1 matt options ARM_INTR_IMPL="<arch/arm/broadcom/bcm53xx_intr.h>" 30 1.1 matt options ARM_GENERIC_TODR 31