mbox series

[PATCH-for-10.0,0/3] More imx8mp-evk improvements

Message ID 20250405214900.7114-1-shentey@gmail.com (mailing list archive)
Headers show
Series More imx8mp-evk improvements | expand

Message

Bernhard Beschow April 5, 2025, 9:48 p.m. UTC
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-shentey@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

Comments

Philippe Mathieu-Daudé April 8, 2025, 6:57 p.m. UTC | #1
On 5/4/25 23:48, Bernhard Beschow wrote:

> 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

Patches 2 & 3 queued, thanks!
Bernhard Beschow April 8, 2025, 8:39 p.m. UTC | #2
Am 8. April 2025 18:57:45 UTC schrieb "Philippe Mathieu-Daudé" <philmd@linaro.org>:
>On 5/4/25 23:48, Bernhard Beschow wrote:
>
>> 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
>
>Patches 2 & 3 queued, thanks!

Thanks! This is a real quality of life improvement.

Best regards,
Bermhard