blob: 95475f3349087984145cb85b2d5f4e726b2ebc01 [file] [log] [blame]
Brad Bishop3a5fbf52017-12-04 02:17:07 -05001#@TYPE: Machine
2#@NAME: RaspberryPi 3 Development Board
3#@DESCRIPTION: Machine configuration for the RaspberryPi 3 in 64 bits mode
4
5MACHINEOVERRIDES = "raspberrypi3:${MACHINE}"
6
Brad Bishop316dfdd2018-06-25 12:45:53 -04007MACHINE_EXTRA_RRECOMMENDS += "\
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08008 linux-firmware-rpidistro-bcm43430 \
9 linux-firmware-rpidistro-bcm43455 \
10 bluez-firmware-rpidistro-bcm43430a1-hcd \
11 bluez-firmware-rpidistro-bcm4345c0-hcd \
Brad Bishop316dfdd2018-06-25 12:45:53 -040012"
Brad Bishop3a5fbf52017-12-04 02:17:07 -050013
Andrew Geisslerd159c7f2021-09-02 21:05:58 -050014require conf/machine/include/arm/armv8a/tune-cortexa53.inc
Brad Bishop3a5fbf52017-12-04 02:17:07 -050015include conf/machine/include/rpi-base.inc
16
Brad Bishopf27bdd52018-05-07 15:42:31 +020017RPI_KERNEL_DEVICETREE = " \
Brad Bishop3a5fbf52017-12-04 02:17:07 -050018 broadcom/bcm2710-rpi-3-b.dtb \
Brad Bishop316dfdd2018-06-25 12:45:53 -040019 broadcom/bcm2710-rpi-3-b-plus.dtb \
Brad Bishop3a5fbf52017-12-04 02:17:07 -050020 broadcom/bcm2837-rpi-3-b.dtb \
Andrew Geissler11105212021-02-12 15:30:38 -060021 broadcom/bcm2710-rpi-cm3.dtb \
Brad Bishop3a5fbf52017-12-04 02:17:07 -050022 "
23
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080024SERIAL_CONSOLES ?= "115200;ttyS0"
Brad Bishop3a5fbf52017-12-04 02:17:07 -050025
Andrew Geissler11105212021-02-12 15:30:38 -060026UBOOT_MACHINE = "rpi_arm64_config"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050027
28# When u-boot is enabled we need to use the "Image" format and the "booti"
29# command to load the kernel
30KERNEL_IMAGETYPE_UBOOT ?= "Image"
Brad Bishop316dfdd2018-06-25 12:45:53 -040031# "zImage" not supported on arm64 and ".gz" images not supported by bootloader yet
32KERNEL_IMAGETYPE_DIRECT ?= "Image"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050033KERNEL_BOOTCMD ?= "booti"
Brad Bishop26bdd442019-08-16 17:08:17 -040034
Andrew Geissler062316f2020-05-15 14:19:14 -050035VC4DTBO ?= "vc4-fkms-v3d"
Brad Bishop26bdd442019-08-16 17:08:17 -040036ARMSTUB ?= "armstub8.bin"