summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2019-07-02 11:53:51 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2019-07-04 15:47:13 +0100
commit08b5a290282dfe5e8ce3929009800181c7474747 (patch)
treeec2a9600c106241ba28a9c650cebd645543b3ddd
parent8e346a9bf9d8190e0a9be2c5f58a93954cbee165 (diff)
downloadmeta-raspberrypi-08b5a290282dfe5e8ce3929009800181c7474747.tar.gz
raspberrypi4-64.conf: Introduce RPi arm64 machine
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--conf/machine/raspberrypi4-64.conf25
1 files changed, 25 insertions, 0 deletions
diff --git a/conf/machine/raspberrypi4-64.conf b/conf/machine/raspberrypi4-64.conf
new file mode 100644
index 0000000..a03a7c5
--- /dev/null
+++ b/conf/machine/raspberrypi4-64.conf
@@ -0,0 +1,25 @@
1#@TYPE: Machine
2#@NAME: RaspberryPi 4 Development Board
3#@DESCRIPTION: Machine configuration for the RaspberryPi 4 in 64 bits mode
4
5MACHINEOVERRIDES = "raspberrypi4:${MACHINE}"
6
7MACHINE_EXTRA_RRECOMMENDS += "\
8 linux-firmware-rpidistro-bcm43455 \
9 bluez-firmware-rpidistro-bcm4345c0-hcd \
10"
11
12require conf/machine/include/tune-cortexa72.inc
13include conf/machine/include/rpi-base.inc
14
15RPI_KERNEL_DEVICETREE = " \
16 broadcom/bcm2711-rpi-4-b.dtb \
17"
18
19SDIMG_KERNELIMAGE ?= "kernel8.img"
20SERIAL_CONSOLES ?= "115200;ttyS0"
21
22MACHINE_FEATURES_append = " vc4graphics"
23VC4DTBO ?= "vc4-fkms-v3d"
24
25KERNEL_IMAGETYPE_DIRECT ?= "Image"