[PATCH v2 0/3] Update to test new ASPEED SDK version

Jamin Lin via posted 3 patches 6 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250423014008.147542-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>
tests/functional/test_arm_aspeed_ast1030.py | 10 +++++-----
tests/functional/test_arm_aspeed_ast2500.py |  8 ++++----
tests/functional/test_arm_aspeed_ast2600.py | 15 ++++++++-------
3 files changed, 17 insertions(+), 16 deletions(-)
[PATCH v2 0/3] Update to test new ASPEED SDK version
Posted by Jamin Lin via 6 months, 3 weeks ago
v1:
  Update to test new ASPEED SDK version for AST2600, AST2500 ,and AST1030.
v2:
  Fix review issue for AST1030.

Jamin Lin (3):
  tests/functional/aspeed: Update test ASPEED SDK v09.06 for AST2500
  tests/functional/aspeed: Update test ASPEED SDK v09.06 for AST2600
  tests/functional/aspeed: Update test ASPEED SDK v03.00 for AST1030

 tests/functional/test_arm_aspeed_ast1030.py | 10 +++++-----
 tests/functional/test_arm_aspeed_ast2500.py |  8 ++++----
 tests/functional/test_arm_aspeed_ast2600.py | 15 ++++++++-------
 3 files changed, 17 insertions(+), 16 deletions(-)

-- 
2.43.0
Re: [PATCH v2 0/3] Update to test new ASPEED SDK version
Posted by Cédric Le Goater 6 months, 3 weeks ago
On 4/23/25 03:40, Jamin Lin wrote:
> v1:
>    Update to test new ASPEED SDK version for AST2600, AST2500 ,and AST1030.
> v2:
>    Fix review issue for AST1030.
> 
> Jamin Lin (3):
>    tests/functional/aspeed: Update test ASPEED SDK v09.06 for AST2500
>    tests/functional/aspeed: Update test ASPEED SDK v09.06 for AST2600
>    tests/functional/aspeed: Update test ASPEED SDK v03.00 for AST1030
> 
>   tests/functional/test_arm_aspeed_ast1030.py | 10 +++++-----
>   tests/functional/test_arm_aspeed_ast2500.py |  8 ++++----
>   tests/functional/test_arm_aspeed_ast2600.py | 15 ++++++++-------
>   3 files changed, 17 insertions(+), 16 deletions(-)
> 


Applied to aspeed-next.

Thanks,

C.