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

# $FreeBSD$
# DTS files for the Raspberry Pi-B
.if ${MACHINE_ARCH:Marmv[67]*} != ""
DTSO=	\
	spigen-rpi-b.dtso \
	spigen-rpi2.dtso
.elif ${MACHINE_ARCH} == "aarch64"
DTSO=	\
	spigen-rpi3.dtso
.endif

.include <bsd.dtb.mk>