1 1.5 matt # $NetBSD: std.netwalker,v 1.5 2012/12/16 20:38:15 matt Exp $ 2 1.1 bsh # 3 1.1 bsh # standard NetBSD/evbarm options for Sharp NetWalker 4 1.1 bsh 5 1.1 bsh machine evbarm arm 6 1.1 bsh include "conf/std" # MI standard options 7 1.1 bsh 8 1.1 bsh # Pull in i.mx51 config definitions. 9 1.1 bsh include "arch/evbarm/conf/files.netwalker" 10 1.1 bsh 11 1.1 bsh options NETWALKER 12 1.1 bsh 13 1.1 bsh options EXEC_ELF32 14 1.1 bsh options EXEC_SCRIPT 15 1.1 bsh options KERNEL_BASE_EXT=0xc0000000 16 1.4 matt makeoptions CPUFLAGS="-mcpu=cortex-a8 -mfpu=neon" 17 1.1 bsh 18 1.1 bsh # To support easy transit to ../arch/arm/arm32 19 1.1 bsh options ARM32 20 1.1 bsh options CORTEX_PMC 21 1.3 bsh options CORTEX_PMC_CCNT_HZ=800000000 22 1.1 bsh 23 1.1 bsh makeoptions LOADADDRESS="0x90100000" 24 1.1 bsh makeoptions BOARDTYPE="netwalker" 25 1.1 bsh makeoptions BOARDMKFRAG="${THISARM}/conf/mk.netwalker" 26 1.1 bsh makeoptions CPPFLAGS+="-I$S/../../../include" 27 1.1 bsh 28 1.1 bsh options ARM_INTR_IMPL="<arch/arm/imx/imx51_intr.h>" 29 1.1 bsh options ARM_GENERIC_TODR 30