Hello,
On 9/30/25 10:13, Lei Yu wrote:
On Tue, Sep 30, 2025 at 1:57 PM Cédric Le Goater <[email protected]> wrote:
On 10/25/20 14:14, John Wang wrote:
G220A is a 2 socket x86 motherboard supported by OpenBMC.
Strapping configuration was obtained from hardware.
Signed-off-by: John Wang <[email protected]>
Reviewed-by: Cédric Le Goater <[email protected]>
Reviewed-by: Joel Stanley <[email protected]>
Hello John
Would it be possible to contribute a functional test for this
machine ?
Since this machine contributes little to the Aspeed models,
its value lies in the firmware it can run to exercise the
models. Without functional tests, I plan to schedule the
removal in the QEMU 10.2 cycle.
This model is used in the QEMU CI for g220a in our internal CI.
Good to know !
May I ask what exactly are expected to do "to contribute a functional test"?
It's a small python test downloading a FW image and booting
the machine, possibly also testing that expected services are
up and running, network, I2C devices, etc. This last part is
optional.
See the test_aspeed_*.py files under :
https://gitlab.com/qemu-project/qemu/-/tree/master/tests/functional/arm?ref_type=heads
test_aspeed_bletchley.py is minimum
test_aspeed_ast2600.py is complex
Thanks,
C.