On 1/27/26 04:23, Jamin Lin via qemu development wrote:
v1: - Remove AST2600 PCIe root device and RC_L support - Drop RC_H root-bus remap and bus number properties - Expand AST2600 RC_H PCIe MMIO window to 0x60000000�V0x80000000 - Update functional tests for AST2500, AST2600, AST1060, and AST1030 - AST2500 tests are updated to use SDK v10.00, as network support is known to be broken in v11.00.Jamin Lin (7): tests/functional/arm/test_aspeed_ast2500: Update test ASPEED SDK v10.00 hw/pci-host/aspeed_pcie: Drop AST2600 PCIe root device hw/pci-host/aspeed_pcie: Drop AST2600 RC_H root-bus remap and bus-nr property hw/arm/aspeed_ast2600: Expand RC_H PCIe MMIO window to 0x60000000 - 0x80000000 tests/functional/arm/test_aspeed_ast2600_sdk: Update test ASPEED SDK v11.00 tests/functional/arm/test_aspeed_ast1060: Update test aspeed-zephyr-project v03.04 tests/functional/arm/test_aspeed_ast1030: Update test ASPEED Zephyr SDK v03.05 include/hw/pci-host/aspeed_pcie.h | 11 --- hw/arm/aspeed_ast2600.c | 8 +- hw/pci-host/aspeed_pcie.c | 76 +------------------ tests/functional/arm/test_aspeed_ast1030.py | 12 +-- tests/functional/arm/test_aspeed_ast1060.py | 14 ++-- tests/functional/arm/test_aspeed_ast2500.py | 8 +- .../functional/arm/test_aspeed_ast2600_sdk.py | 22 +++--- 7 files changed, 31 insertions(+), 120 deletions(-)
For the series, Reviewed-by: Cédric Le Goater <[email protected]> Thanks, C.
