diff options
| author | Peter A. Bigot <pab@pabigot.com> | 2021-11-18 08:24:53 -0700 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.com> | 2021-11-19 14:22:40 +0000 |
| commit | 54213e7127443d630765bf6073dc6bc1073705d2 (patch) | |
| tree | cc8a9e9e96345bc88770becd31ef2856bc2ad0fc | |
| parent | 4c76dab6f04efcb97a6923b0587d56343912f5b5 (diff) | |
| download | meta-raspberrypi-54213e7127443d630765bf6073dc6bc1073705d2.tar.gz | |
conf/machine: add variant Wi-Fi/BT drivers for CM4 and Pi 400
These boards use a slightly different chip which requires additional
firmware to be present.
Signed-off-by: Peter A. Bigot <pab@pabigot.com>
| -rw-r--r-- | conf/machine/raspberrypi4-64.conf | 2 | ||||
| -rw-r--r-- | conf/machine/raspberrypi4.conf | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/raspberrypi4-64.conf b/conf/machine/raspberrypi4-64.conf index 6032dc8..4255431 100644 --- a/conf/machine/raspberrypi4-64.conf +++ b/conf/machine/raspberrypi4-64.conf | |||
| @@ -8,6 +8,8 @@ MACHINE_FEATURES += "pci" | |||
| 8 | MACHINE_EXTRA_RRECOMMENDS += "\ | 8 | MACHINE_EXTRA_RRECOMMENDS += "\ |
| 9 | linux-firmware-rpidistro-bcm43455 \ | 9 | linux-firmware-rpidistro-bcm43455 \ |
| 10 | bluez-firmware-rpidistro-bcm4345c0-hcd \ | 10 | bluez-firmware-rpidistro-bcm4345c0-hcd \ |
| 11 | linux-firmware-rpidistro-bcm43456 \ | ||
| 12 | bluez-firmware-rpidistro-bcm4345c5-hcd \ | ||
| 11 | " | 13 | " |
| 12 | 14 | ||
| 13 | require conf/machine/include/arm/armv8a/tune-cortexa72.inc | 15 | require conf/machine/include/arm/armv8a/tune-cortexa72.inc |
diff --git a/conf/machine/raspberrypi4.conf b/conf/machine/raspberrypi4.conf index 535a575..86c57ed 100644 --- a/conf/machine/raspberrypi4.conf +++ b/conf/machine/raspberrypi4.conf | |||
| @@ -10,6 +10,8 @@ MACHINE_FEATURES += "pci" | |||
| 10 | MACHINE_EXTRA_RRECOMMENDS += "\ | 10 | MACHINE_EXTRA_RRECOMMENDS += "\ |
| 11 | linux-firmware-rpidistro-bcm43455 \ | 11 | linux-firmware-rpidistro-bcm43455 \ |
| 12 | bluez-firmware-rpidistro-bcm4345c0-hcd \ | 12 | bluez-firmware-rpidistro-bcm4345c0-hcd \ |
| 13 | linux-firmware-rpidistro-bcm43456 \ | ||
| 14 | bluez-firmware-rpidistro-bcm4345c5-hcd \ | ||
| 13 | " | 15 | " |
| 14 | 16 | ||
| 15 | # 'l' stands for LPAE | 17 | # 'l' stands for LPAE |
