33f1e7498b
since TPIDRPRW is the cp15 register name. Initialize it early in start along with CI_ARM_CPUID. Remove other initializations. We alays have ci_curlwp. Enable TIPRPRW_IS_CURCPU in std.beagle. [tested on a beaglboard (cortex-a8)]
31 lines
852 B
Plaintext
31 lines
852 B
Plaintext
# $NetBSD: std.tisdp24xx,v 1.7 2012/08/29 07:14:06 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 TPIDRPRW_IS_CURLWP
|
|
#options TPIDRPRW_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
|