2014-08-24 11:59:22 +04:00
|
|
|
# $NetBSD: std.netwalker,v 1.10 2014/08/24 07:59:22 jnemeth Exp $
|
2010-11-13 10:31:32 +03:00
|
|
|
#
|
|
|
|
# standard NetBSD/evbarm options for Sharp NetWalker
|
|
|
|
|
|
|
|
machine evbarm arm
|
2012-12-17 03:47:56 +04:00
|
|
|
include "arch/evbarm/conf/std.evbarm"
|
2010-11-13 10:31:32 +03:00
|
|
|
|
|
|
|
# Pull in i.mx51 config definitions.
|
|
|
|
include "arch/evbarm/conf/files.netwalker"
|
|
|
|
|
2014-03-07 16:35:14 +04:00
|
|
|
options MODULAR
|
2014-08-24 11:59:22 +04:00
|
|
|
options MODULAR_DEFAULT_AUTOLOAD
|
2014-03-07 16:35:14 +04:00
|
|
|
options __HAVE_FAST_SOFTINTS # should be in types.h
|
|
|
|
options __HAVE_CPU_COUNTER
|
2014-04-09 08:00:50 +04:00
|
|
|
options __HAVE_MM_MD_DIRECT_MAPPED_PHYS
|
2014-03-07 16:35:14 +04:00
|
|
|
options ARM_HAS_VBAR
|
|
|
|
options TPIDRPRW_IS_CURCPU
|
2010-11-13 10:31:32 +03:00
|
|
|
options CORTEX_PMC
|
2012-04-26 10:51:05 +04:00
|
|
|
options CORTEX_PMC_CCNT_HZ=800000000
|
2014-04-09 08:00:50 +04:00
|
|
|
options KERNEL_BASE_EXT=0x80000000
|
2014-03-07 16:35:14 +04:00
|
|
|
options EVBARM_BOARDTYPE="netwalker"
|
|
|
|
options FPU_VFP
|
2010-11-13 10:31:32 +03:00
|
|
|
|
|
|
|
makeoptions LOADADDRESS="0x90100000"
|
|
|
|
makeoptions BOARDTYPE="netwalker"
|
|
|
|
makeoptions BOARDMKFRAG="${THISARM}/conf/mk.netwalker"
|
|
|
|
|
|
|
|
options ARM_INTR_IMPL="<arch/arm/imx/imx51_intr.h>"
|
|
|
|
options ARM_GENERIC_TODR
|