This series adds a functional test for the imx8mp-evk board with USDHC coverage. Thanks to Guenter Roeck the usage of the board gets simplified by not asking the user to remove the cpu-idle-states properties from the devicetree since that is now done automatically. Likewise, a stack trace during boot is resolved by also automatically removing an offending device node.
Supersedes: 20250330094139.11948-1-shen...@gmail.com Bernhard Beschow (1): tests/functional: Add test for imx8mp-evk board with USDHC coverage Guenter Roeck (2): hw/arm/imx8mp-evk: Remove unimplemented cpu-idle-states properties from devicetree hw/arm/imx8mp-evk: Remove unimplemented nxp,imx8mp-fspi node from devicetree MAINTAINERS | 1 + docs/system/arm/imx8mp-evk.rst | 12 +--- hw/arm/imx8mp-evk.c | 29 +++++++++ tests/functional/meson.build | 1 + tests/functional/test_aarch64_imx8mp_evk.py | 69 +++++++++++++++++++++ 5 files changed, 102 insertions(+), 10 deletions(-) create mode 100644 tests/functional/test_aarch64_imx8mp_evk.py -- 2.49.0