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