summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2019-06-27 18:36:10 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2019-06-30 16:14:31 +0100
commit0953da75c28452016906ab3d83314b734ee6f341 (patch)
treeb1d300ffde2b08da7b1aaa3740f6b0417713b5e8
parent1ca7931fb0b8aaacbc54b84dbde4e315e012506c (diff)
downloadmeta-raspberrypi-0953da75c28452016906ab3d83314b734ee6f341.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"