Brad Bishop | 3a5fbf5 | 2017-12-04 02:17:07 -0500 | [diff] [blame] | 1 | #@TYPE: Machine |
| 2 | #@NAME: RaspberryPi 3 Development Board |
| 3 | #@DESCRIPTION: Machine configuration for the RaspberryPi 3 in 64 bits mode |
| 4 | |
| 5 | MACHINEOVERRIDES = "raspberrypi3:${MACHINE}" |
| 6 | |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 7 | MACHINE_EXTRA_RRECOMMENDS += "\ |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 8 | linux-firmware-rpidistro-bcm43430 \ |
| 9 | linux-firmware-rpidistro-bcm43455 \ |
| 10 | bluez-firmware-rpidistro-bcm43430a1-hcd \ |
| 11 | bluez-firmware-rpidistro-bcm4345c0-hcd \ |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 12 | " |
Brad Bishop | 3a5fbf5 | 2017-12-04 02:17:07 -0500 | [diff] [blame] | 13 | |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 14 | require conf/machine/include/tune-cortexa53.inc |
Brad Bishop | 3a5fbf5 | 2017-12-04 02:17:07 -0500 | [diff] [blame] | 15 | include conf/machine/include/rpi-base.inc |
| 16 | |
Brad Bishop | f27bdd5 | 2018-05-07 15:42:31 +0200 | [diff] [blame] | 17 | RPI_KERNEL_DEVICETREE = " \ |
Brad Bishop | 3a5fbf5 | 2017-12-04 02:17:07 -0500 | [diff] [blame] | 18 | broadcom/bcm2710-rpi-3-b.dtb \ |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 19 | broadcom/bcm2710-rpi-3-b-plus.dtb \ |
Brad Bishop | 3a5fbf5 | 2017-12-04 02:17:07 -0500 | [diff] [blame] | 20 | broadcom/bcm2837-rpi-3-b.dtb \ |
Brad Bishop | 3a5fbf5 | 2017-12-04 02:17:07 -0500 | [diff] [blame] | 21 | " |
| 22 | |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 23 | SERIAL_CONSOLES ?= "115200;ttyS0" |
Brad Bishop | 3a5fbf5 | 2017-12-04 02:17:07 -0500 | [diff] [blame] | 24 | |
| 25 | UBOOT_MACHINE = "rpi_3_config" |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 26 | |
| 27 | # When u-boot is enabled we need to use the "Image" format and the "booti" |
| 28 | # command to load the kernel |
| 29 | KERNEL_IMAGETYPE_UBOOT ?= "Image" |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 30 | # "zImage" not supported on arm64 and ".gz" images not supported by bootloader yet |
| 31 | KERNEL_IMAGETYPE_DIRECT ?= "Image" |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 32 | KERNEL_BOOTCMD ?= "booti" |
Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 33 | |
Andrew Geissler | 062316f | 2020-05-15 14:19:14 -0500 | [diff] [blame] | 34 | VC4DTBO ?= "vc4-fkms-v3d" |
Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 35 | ARMSTUB ?= "armstub8.bin" |