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

1
2
3
4
5
6
7
8
# SPDX-License-Identifier: GPL-2.0
zreladdr-$(CONFIG_ARCH_DAVINCI_DA8XX)		+= 0xc0008000
params_phys-$(CONFIG_ARCH_DAVINCI_DA8XX)	:= 0xc0000100
initrd_phys-$(CONFIG_ARCH_DAVINCI_DA8XX)	:= 0xc0800000

zreladdr-$(CONFIG_ARCH_DAVINCI_DMx)		+= 0x80008000
params_phys-$(CONFIG_ARCH_DAVINCI_DMx)		:= 0x80000100
initrd_phys-$(CONFIG_ARCH_DAVINCI_DMx)		:= 0x80800000