blob: 60fe8bd811db3962808f2805a7634ad41f04fe2c [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
Brad Bishop19323692019-04-05 15:28:33 -040014require conf/machine/include/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 \
Brad Bishop3a5fbf52017-12-04 02:17:07 -050021 "
22
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080023SERIAL_CONSOLES ?= "115200;ttyS0"
Brad Bishop3a5fbf52017-12-04 02:17:07 -050024
25UBOOT_MACHINE = "rpi_3_config"
Brad Bishop6e60e8b2018-02-01 10:27:11 -050026MACHINE_FEATURES_append = " vc4graphics"
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
35ARMSTUB ?= "armstub8.bin"