Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

#	$NetBSD: std.nitrogen6,v 1.11 2019/07/24 12:33:18 hkenken 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"

# Architecture opions
options 	ARM_GENERIC_TODR
options 	ARM_HAS_VBAR
options 	ARM_INTR_IMPL="<arch/arm/imx/imx6_intr.h>"
options 	CORTEX_PMC
options 	CORTEX_PMC_CCNT_HZ=792000000
options 	FPU_VFP
options 	MD_CPU_HATCH=a9tmr_init_cpu_clock
options 	NITROGEN6
options 	PCI_NETBSD_CONFIGURE
options 	TPIDRPRW_IS_CURCPU
options 	__HAVE_CPU_COUNTER
options 	__HAVE_CPU_UAREA_ALLOC_IDLELWP
options 	__HAVE_FAST_SOFTINTS		# should be in types.h
options 	__HAVE_GENERIC_START

makeoptions 	BOARDMKFRAG="${THISARM}/conf/mk.nitrogen6"

makeoptions 	KERNEL_BASE_PHYS="0x18000040"
makeoptions 	KERNEL_BASE_VIRT="0x80000040"