@@ -46,3 +46,15 @@ platform sound: deferred probe pending: asoc-simple-card: parse error
# Broadcom Rpi4 with u-boot 2025.10rc2
# wifi firmware issue
Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.bin failed
+
+# Qualcomm rb3gen2 with u-boot 2025.10rc2 based firmware
+# PMIC issue
+qcom_pmic_glink pmic-glink: Failed to create device link
+# i2c issue
+geni_i2c 980000.i2c: error -ENXIO: Invalid proto
+geni_i2c 984000.i2c: error -ENXIO: Invalid proto
+# wifi issues
+ath11k 17a10040.wifi: failed to get rproc:
+# drm issue
+auxiliary aux_bridge.aux_bridge.0: deferred probe pending: aux_bridge.aux_bridge: failed to acquire drm_bridge
+auxiliary pmic_glink.altmode.0: deferred probe pending: pmic_glink_altmode.pmic_glink_altmode: failed to acquire retimer-switch for port
u-boot 2025.10rc2 based firmware from meta-ts https://gitlab.com/Linaro/trustedsubstrate/meta-ts triggers some non-fatal errors from various drivers. Ignore them for now since all other oeqa runtime tests pass since in genericarm64 we don't build this firmware. Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> --- .../runtime/cases/parselogs-ignores-genericarm64.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+)