[PATCH v1 0/7] Update functional tests for AST2500/AST2600/AST103/AST1060

Jamin Lin via qemu development posted 7 patches 1 week, 4 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260127032348.2238527-1-jamin._5Flin@aspeedtech.com
Maintainers: "Cédric Le Goater" <clg@kaod.org>, Peter Maydell <peter.maydell@linaro.org>, Steven Lee <steven_lee@aspeedtech.com>, Troy Lee <leetroy@gmail.com>, Jamin Lin <jamin_lin@aspeedtech.com>, Andrew Jeffery <andrew@codeconstruct.com.au>, Joel Stanley <joel@jms.id.au>
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(-)
[PATCH v1 0/7] Update functional tests for AST2500/AST2600/AST103/AST1060
Posted by Jamin Lin via qemu development 1 week, 4 days ago
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(-)

-- 
2.43.0


Re: [PATCH v1 0/7] Update functional tests for AST2500/AST2600/AST103/AST1060
Posted by Cédric Le Goater 1 week, 1 day ago
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 <clg@redhat.com>

Thanks,

C.