summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2019-06-27 18:36:10 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2019-07-20 21:56:21 +0100
commitb85775a16ac1ad61dd9f762b5fb57f8ab47df073 (patch)
tree3802fc20f497bef90868a195f9b59bbe79f19db5
parent9649833a2ce79207336cae957563d704c557b0fc (diff)
downloadmeta-raspberrypi-b85775a16ac1ad61dd9f762b5fb57f8ab47df073.tar.gz
raspberrypi4.conf: Add initial machine 32 bit configuration
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--conf/machine/raspberrypi4.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/conf/machine/raspberrypi4.conf b/conf/machine/raspberrypi4.conf
new file mode 100644
index 0000000..39949a6
--- /dev/null
+++ b/conf/machine/raspberrypi4.conf
@@ -0,0 +1,17 @@
1#@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
9MACHINE_EXTRA_RRECOMMENDS += "\
10 linux-firmware-rpidistro-bcm43455 \
11 bluez-firmware-rpidistro-bcm4345c0-hcd \
12"
13
14SDIMG_KERNELIMAGE ?= "kernel7.img"
15SERIAL_CONSOLES ?= "115200;ttyS0"
16
17MACHINE_FEATURES_append = " vc4graphics"