diff options
| author | Mikko Rapeli <mikko.rapeli@linaro.org> | 2025-10-10 16:52:38 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-10-13 23:29:52 +0100 |
| commit | 34f0052af30d229429c6a886cbace726878ad072 (patch) | |
| tree | e0b0ff68f7a00726fb025de538389ed4f125921c | |
| parent | bdf976a08500fabe509e806fcf115464a9d8c2e8 (diff) | |
| download | poky-34f0052af30d229429c6a886cbace726878ad072.tar.gz | |
parselogs-ignores-genericarm64.txt: add Qualcomm rb3gen2 workarounds
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.
(From meta-yocto rev: fe65e142d0d9ba0e51ff9175ffa82e902f982a20)
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta-yocto-bsp/lib/oeqa/runtime/cases/parselogs-ignores-genericarm64.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-yocto-bsp/lib/oeqa/runtime/cases/parselogs-ignores-genericarm64.txt b/meta-yocto-bsp/lib/oeqa/runtime/cases/parselogs-ignores-genericarm64.txt index 95a06a869b..3dc12d34ec 100644 --- a/meta-yocto-bsp/lib/oeqa/runtime/cases/parselogs-ignores-genericarm64.txt +++ b/meta-yocto-bsp/lib/oeqa/runtime/cases/parselogs-ignores-genericarm64.txt | |||
| @@ -46,3 +46,15 @@ platform sound: deferred probe pending: asoc-simple-card: parse error | |||
| 46 | # Broadcom Rpi4 with u-boot 2025.10rc2 | 46 | # Broadcom Rpi4 with u-boot 2025.10rc2 |
| 47 | # wifi firmware issue | 47 | # wifi firmware issue |
| 48 | Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.bin failed | 48 | Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.bin failed |
| 49 | |||
| 50 | # Qualcomm rb3gen2 with u-boot 2025.10rc2 based firmware | ||
| 51 | # PMIC issue | ||
| 52 | qcom_pmic_glink pmic-glink: Failed to create device link | ||
| 53 | # i2c issue | ||
| 54 | geni_i2c 980000.i2c: error -ENXIO: Invalid proto | ||
| 55 | geni_i2c 984000.i2c: error -ENXIO: Invalid proto | ||
| 56 | # wifi issues | ||
| 57 | ath11k 17a10040.wifi: failed to get rproc: | ||
| 58 | # drm issue | ||
| 59 | auxiliary aux_bridge.aux_bridge.0: deferred probe pending: aux_bridge.aux_bridge: failed to acquire drm_bridge | ||
| 60 | auxiliary pmic_glink.altmode.0: deferred probe pending: pmic_glink_altmode.pmic_glink_altmode: failed to acquire retimer-switch for port | ||
