29 lines
739 B
Plaintext
29 lines
739 B
Plaintext
# $NetBSD: std.imx31,v 1.3 2009/12/27 05:14:56 uebayasi Exp $
|
|
#
|
|
# standard NetBSD/evbarm options for FreeScale I.MX31
|
|
|
|
machine evbarm arm
|
|
include "conf/std" # MI standard options
|
|
|
|
# Pull in i.mx31 config definitions.
|
|
include "arch/evbarm/conf/files.imx31"
|
|
|
|
options EXEC_ELF32
|
|
options EXEC_SCRIPT
|
|
options KERNEL_BASE_EXT=0x80000000
|
|
makeoptions CPUFLAGS="-mcpu=arm1136j-s"
|
|
|
|
|
|
# To support easy transit to ../arch/arm/arm32
|
|
options ARM32
|
|
options ARM11_PMC
|
|
options ARM11_CACHE_WRITE_THROUGH
|
|
|
|
makeoptions LOADADDRESS="0x80100000"
|
|
makeoptions BOARDTYPE="imx31"
|
|
makeoptions BOARDMKFRAG="${THISARM}/conf/mk.imx31"
|
|
makeoptions CPPFLAGS+="-I$S/../../../include"
|
|
|
|
options ARM_INTR_IMPL="<arch/arm/imx/imx31_intr.h>"
|
|
options ARM_GENERIC_TODR
|