1 1.2 jnemeth # $NetBSD: std.kobo,v 1.2 2014/08/24 07:59:22 jnemeth Exp $ 2 1.1 hkenken # 3 1.1 hkenken # standard NetBSD/evbarm options for Kobo 4 1.1 hkenken 5 1.1 hkenken machine evbarm arm 6 1.1 hkenken include "arch/evbarm/conf/std.evbarm" 7 1.1 hkenken 8 1.1 hkenken # Pull in i.mx51 config definitions. 9 1.1 hkenken include "arch/evbarm/conf/files.kobo" 10 1.1 hkenken 11 1.1 hkenken options MODULAR 12 1.2 jnemeth options MODULAR_DEFAULT_AUTOLOAD 13 1.1 hkenken options __HAVE_FAST_SOFTINTS # should be in types.h 14 1.1 hkenken options __HAVE_CPU_COUNTER 15 1.1 hkenken options __HAVE_MM_MD_DIRECT_MAPPED_PHYS 16 1.1 hkenken options __HAVE_CPU_UAREA_ALLOC_IDLELWP 17 1.1 hkenken options ARM_HAS_VBAR 18 1.1 hkenken options TPIDRPRW_IS_CURCPU 19 1.1 hkenken options CORTEX_PMC 20 1.1 hkenken options CORTEX_PMC_CCNT_HZ=800000000 21 1.1 hkenken options KERNEL_BASE_EXT=0x80000000 22 1.1 hkenken options EVBARM_BOARDTYPE="kobo" 23 1.1 hkenken options FPU_VFP 24 1.1 hkenken 25 1.1 hkenken makeoptions LOADADDRESS_VIRT="0x80100000" 26 1.1 hkenken makeoptions LOADADDRESS="0x70100000" 27 1.1 hkenken makeoptions BOARDMKFRAG="${THISARM}/conf/mk.kobo" 28 1.1 hkenken 29 1.1 hkenken options ARM_INTR_IMPL="<arch/arm/imx/imx51_intr.h>" 30 1.1 hkenken options ARM_GENERIC_TODR 31