NetBSD/sys/arch/evbarm/conf/std.igepv2
matt 30ce2039ad Cleanup the armv7 changes. Add ARM_ARCH_7. Use CPU_CORTEX instead of
CPU_CORTEXA8 everywhere since there more types of Cortex than just the A8.
CPU_CORTEXA8 still exists but causes CPU_CORTEX to be defined.
Add CPU_CORTEXA9 as well.  Use .arch armv7a to get us the isb/dsb
instructions.

Test booted to root device prompt on a Beagleboard.
All ARM kernels successfully test built.
2010-06-19 19:44:57 +00:00

29 lines
782 B
Plaintext

# $NetBSD: std.igepv2,v 1.2 2010/06/19 19:44:58 matt Exp $
#
# standard NetBSD/evbarm for IGEPV2 options
machine evbarm arm
include "conf/std" # MI standard options
# Pull in BEAGLEBOARD config definitions.
include "arch/evbarm/conf/files.beagle"
options EXEC_ELF32
options EXEC_SCRIPT
# To support easy transit to ../arch/arm/arm32
options ARM32
options CORTEX_PMC
options CORTEX_PMC_CCNT_HZ=720000000
options __HAVE_FAST_SOFTINTS # should be in types.h
#options PROCESS_ID_IS_CURLWP
options KERNEL_BASE_EXT=0x80000000
makeoptions LOADADDRESS="0x80300000"
makeoptions BOARDTYPE="igepv2"
makeoptions BOARDMKFRAG="${THISARM}/conf/mk.beagle"
makeoptions CPPFLAGS+="-I$S/../../../include"
options ARM_INTR_IMPL="<arch/arm/omap/omap2_intr.h>"
options ARM_GENERIC_TODR