@@ -18,3 +18,11 @@ platform hdmi-sound: deferred probe pending: asoc-simple-card: parse error
deferred probe pending: rockchip-spi: Failed to request optional TX DMA channel
platform sound: deferred probe pending: asoc-audio-graph-card: parse error
platform sound-dit: deferred probe pending: asoc-audio-graph-card: parse error
+
+# AMD zcu102 with u-boot 2025.10rc2 based firmware
+# optee not available on all devices
+optee firmware:optee: probe with driver optee failed with error
+# SPI device probe error
+spi_master spi0: Failed to create SPI device for
+# PHY clock not correct
+deferred probe pending: xilinx-psgtr: Failed to get ref clock
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> --- .../oeqa/runtime/cases/parselogs-ignores-genericarm64.txt | 8 ++++++++ 1 file changed, 8 insertions(+)