NetBSD/sys/arch/evbarm/conf/std.nitrogen6
ryo 7d0814f960 - setup iomux before attach console
- define EVBARM_BOARDTYPE in each config file
- add iomux settings for UART1
- add some iomux definitions
2015-07-30 08:09:36 +00:00

34 lines
875 B
Plaintext

# $NetBSD: std.nitrogen6,v 1.3 2015/07/30 08:09:36 ryo Exp $
#
# standard NetBSD/evbarm options for Nitrogen6X
machine evbarm arm
include "arch/evbarm/conf/std.evbarm"
# Pull in nitrogen6 config definitions.
include "arch/evbarm/conf/files.nitrogen6"
options NITROGEN6
options ARM_HAS_VBAR
options __HAVE_CPU_COUNTER
options __HAVE_FAST_SOFTINTS # should be in types.h
options TPIDRPRW_IS_CURCPU
makeoptions CPUFLAGS="-mcpu=cortex-a9"
# To support easy transit to ../arch/arm/arm32
options FPU_VFP
options CORTEX_PMC
options CORTEX_PMC_CCNT_HZ=792000000
options KERNEL_BASE_EXT=0x80000000
makeoptions KERNEL_BASE_PHYS="0x10800000"
makeoptions KERNEL_BASE_VIRT="0x80800000"
makeoptions BOARDMKFRAG="${THISARM}/conf/mk.nitrogen6"
makeoptions CPPFLAGS+="-I$S/../../../include"
options ARM_INTR_IMPL="<arch/arm/imx/imx6_intr.h>"
options ARM_GENERIC_TODR