31 lines
856 B
Plaintext
31 lines
856 B
Plaintext
# $NetBSD: std.tisdp24xx,v 1.6 2008/11/21 00:18:57 matt Exp $
|
|
#
|
|
# standard NetBSD/evbarm for SDP2430 options
|
|
|
|
machine evbarm arm
|
|
include "conf/std" # MI standard options
|
|
|
|
# Pull in SDP2430 config definitions.
|
|
include "arch/evbarm/conf/files.tisdp24xx"
|
|
|
|
options EXEC_ELF32
|
|
options EXEC_SCRIPT
|
|
|
|
# To support easy transit to ../arch/arm/arm32
|
|
options ARM32
|
|
options ARM11_PMC
|
|
options ARM11_PMC_CCNT_HZ=266000000
|
|
options __HAVE_FAST_SOFTINTS # should be in types.h
|
|
#options PROCESS_ID_IS_CURLWP
|
|
#options PROCESS_ID_IS_CURCPU
|
|
options KERNEL_BASE_EXT=0x80000000
|
|
|
|
makeoptions LOADADDRESS="0x80300000"
|
|
#makeoptions LOADADDRESS="0xc0000000"
|
|
makeoptions BOARDTYPE="sdp2430"
|
|
makeoptions BOARDMKFRAG="${THISARM}/conf/mk.tisdp24xx"
|
|
makeoptions CPPFLAGS+="-I$S/../../../include"
|
|
|
|
options ARM_INTR_IMPL="<arch/arm/omap/omap2_intr.h>"
|
|
options ARM_GENERIC_TODR
|