Skip to content

Commit 409c5ce

Browse files
committed
board: relocate SafeXcel firmware selection to Marvell BSPs
The MVEBU SafeXcel Crypto Engine firmware (linux-firmware minifw) was originally added in 70c12c3 to the generic aarch64 defconfigs to silence kernel probe failures on Marvell Armada SoCs (37xx, 7k, 8k, CN913x): crypto-safexcel f2800000.crypto: Firmware load failed. crypto-safexcel f2800000.crypto: HW init failed (-2) It was then accidentally dropped in 0e2d12e (kernel upgrade to 6.18), which rebased on a tree that predated the firmware addition. Rather than restoring it to the generic defconfigs, move it to the two Marvell board Config.in files where it actually belongs — consistent with how RTL8169 firmware was handled for the Raspberry Pi CM4 IoT Router Board Mini in 6831377. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
1 parent 91af895 commit 409c5ce

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
config BR2_PACKAGE_MARVELL_CN9130_CRB
22
bool "Marvell CN9130-CRB"
33
depends on BR2_aarch64
4+
select BR2_PACKAGE_LINUX_FIRMWARE_INSIDE_SECURE_MINIFW
45
help
56
Customer Reference Board for CN9130
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
config BR2_PACKAGE_MARVELL_ESPRESSOBIN
22
bool "Marvell ESPRESSObin"
33
depends on BR2_aarch64
4+
select BR2_PACKAGE_LINUX_FIRMWARE_INSIDE_SECURE_MINIFW
45
help
56
Marvell ESPRESSObin

0 commit comments

Comments
 (0)