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-20 21:56:21 +0100
commitf30d4cfe70c4fdb4606ed80dd1d57d0152a4c07e (patch)
tree2e27541927aecd23e1ccb670a7e8f7924de708e4
parente00578fd1c35bbf3e90c449773fd69db58693a27 (diff)
downloadmeta-raspberrypi-f30d4cfe70c4fdb4606ed80dd1d57d0152a4c07e.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"