Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 1 | #@TYPE: Machine |
| 2 | #@NAME: RaspberryPi 4 Development Board (32bit) |
| 3 | #@DESCRIPTION: Machine configuration for the RaspberryPi 4 in 32 bit mode |
| 4 | |
| 5 | DEFAULTTUNE ?= "cortexa7thf-neon-vfpv4" |
| 6 | require conf/machine/include/tune-cortexa7.inc |
| 7 | include conf/machine/include/rpi-base.inc |
| 8 | |
Brad Bishop | 1b9ee29 | 2020-01-16 09:06:00 -0500 | [diff] [blame] | 9 | MACHINE_FEATURES += "pci" |
Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 10 | MACHINE_EXTRA_RRECOMMENDS += "\ |
| 11 | linux-firmware-rpidistro-bcm43455 \ |
| 12 | bluez-firmware-rpidistro-bcm4345c0-hcd \ |
| 13 | " |
| 14 | |
| 15 | # 'l' stands for LPAE |
| 16 | SDIMG_KERNELIMAGE ?= "kernel7l.img" |
| 17 | UBOOT_MACHINE = "rpi_4_32b_config" |
| 18 | SERIAL_CONSOLES ?= "115200;ttyS0" |
| 19 | |
Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 20 | VC4DTBO ?= "vc4-fkms-v3d" |
| 21 | ARMSTUB ?= "armstub7.bin" |