[PATCH 0/5] aspeed: machine deprecations and test improvements

Cédric Le Goater posted 5 patches 1 month, 1 week ago
Failed in applying to current master (apply log)
docs/about/deprecated.rst                     | 27 +++++++++++++++++++
hw/arm/aspeed.c                               |  4 +++
.../functional/aarch64/test_aspeed_ast2700.py | 21 ++++-----------
3 files changed, 36 insertions(+), 16 deletions(-)
[PATCH 0/5] aspeed: machine deprecations and test improvements
Posted by Cédric Le Goater 1 month, 1 week ago
Hello,

The first three patches deprecate machines that have no functional
tests and can be replaced by more generic machines (evbs) with
command-line options for I2C device.

The last two patches improve the functional tests for the ast2700
machines to save CI resources.

Thanks,

C.

Cédric Le Goater (5):
  aspeed: Deprecate the sonorapass-bmc machine
  aspeed: Deprecate the qcom-dc-scm-v1-bmc and qcom-firework-bmc
    machines
  aspeed: Deprecate the fp5280g2-bmc machine
  test/functional/aarch64: Remove test for the ast2700a0-evb machine
  test/functional/aarch64: Split the ast2700a1-evb OpenBMC boot test

 docs/about/deprecated.rst                     | 27 +++++++++++++++++++
 hw/arm/aspeed.c                               |  4 +++
 .../functional/aarch64/test_aspeed_ast2700.py | 21 ++++-----------
 3 files changed, 36 insertions(+), 16 deletions(-)

-- 
2.51.0


Re: [PATCH 0/5] aspeed: machine deprecations and test improvements
Posted by Cédric Le Goater 1 month ago
On 10/7/25 16:15, Cédric Le Goater wrote:
> Hello,
> 
> The first three patches deprecate machines that have no functional
> tests and can be replaced by more generic machines (evbs) with
> command-line options for I2C device.
> 
> The last two patches improve the functional tests for the ast2700
> machines to save CI resources.
> 
> Thanks,
> 
> C.
> 
> Cédric Le Goater (5):
>    aspeed: Deprecate the sonorapass-bmc machine
>    aspeed: Deprecate the qcom-dc-scm-v1-bmc and qcom-firework-bmc
>      machines
>    aspeed: Deprecate the fp5280g2-bmc machine
>    test/functional/aarch64: Remove test for the ast2700a0-evb machine
>    test/functional/aarch64: Split the ast2700a1-evb OpenBMC boot test
> 
>   docs/about/deprecated.rst                     | 27 +++++++++++++++++++
>   hw/arm/aspeed.c                               |  4 +++
>   .../functional/aarch64/test_aspeed_ast2700.py | 21 ++++-----------
>   3 files changed, 36 insertions(+), 16 deletions(-)
> 


Applied to aspeed-next.

Thanks,

C.