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.bcm53xx,v 1.20 2019/05/18 08:49:23 skrll Exp $
#
# standard NetBSD/evbarm for BCM5301X options

machine		evbarm arm
include 	"arch/evbarm/conf/std.evbarm"

# Pull in BCM53xx config definitions.
include		"arch/evbarm/conf/files.bcm53xx"

options 	ARM_GENERIC_TODR
options 	ARM_INTR_IMPL="<arch/arm/broadcom/bcm53xx_intr.h>"
options 	COM_TOLERANCE=40
options 	CORTEX_PMC
options 	EVBARM_BOARDTYPE="bcm53xx"
options 	FPU_VFP
options 	PMAP_NEED_ALLOC_POOLPAGE
options 	SOSEND_NO_LOAN
options 	TPIDRPRW_IS_CURCPU
options 	_ARM32_NEED_BUS_DMA_BOUNCE
options 	__HAVE_CPU_COUNTER
options 	__HAVE_CPU_UAREA_ALLOC_IDLELWP
options 	__HAVE_FAST_SOFTINTS		# should be in types.h
options 	__HAVE_GENERIC_START
options 	__HAVE_MM_MD_CACHE_ALIASING
options 	__HAVE_MM_MD_DIRECT_MAPPED_PHYS
options 	__HAVE_PCI_CONF_HOOK

makeoptions	BOARDMKFRAG="${THISARM}/conf/mk.bcm53xx"
makeoptions	BOARDTYPE="bcm53xx"
makeoptions	KERNEL_BASE_VIRT="0x80100000"
makeoptions	LOADADDRESS="0x00100000"