diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2019-06-27 18:36:10 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2019-06-30 16:14:31 +0100 |
commit | 0953da75c28452016906ab3d83314b734ee6f341 (patch) | |
tree | b1d300ffde2b08da7b1aaa3740f6b0417713b5e8 | |
parent | 1ca7931fb0b8aaacbc54b84dbde4e315e012506c (diff) | |
download | meta-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.conf | 17 |
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 | |||
5 | DEFAULTTUNE ?= "cortexa7thf-neon-vfpv4" | ||
6 | require conf/machine/include/tune-cortexa7.inc | ||
7 | include conf/machine/include/rpi-base.inc | ||
8 | |||
9 | MACHINE_EXTRA_RRECOMMENDS += "\ | ||
10 | linux-firmware-rpidistro-bcm43455 \ | ||
11 | bluez-firmware-rpidistro-bcm4345c0-hcd \ | ||
12 | " | ||
13 | |||
14 | SDIMG_KERNELIMAGE ?= "kernel7.img" | ||
15 | SERIAL_CONSOLES ?= "115200;ttyS0" | ||
16 | |||
17 | MACHINE_FEATURES_append = " vc4graphics" | ||