On 5/2/25 03:22, Steven Lee wrote:
Hi Cédric,
-----Original Message-----
From: Cédric Le Goater <[email protected]>
Sent: Wednesday, April 30, 2025 5:31 PM
To: Steven Lee <[email protected]>; Peter Maydell
<[email protected]>; Troy Lee <[email protected]>; Jamin Lin
<[email protected]>; Andrew Jeffery
<[email protected]>; Joel Stanley <[email protected]>; open
list:ASPEED BMCs <[email protected]>; open list:All patches CC here
<[email protected]>
Cc: Troy Lee <[email protected]>; [email protected]; Yunlin Tang
<[email protected]>
Subject: Re: [PATCH v3 0/9] Introduce AST27x0 multi-SoC machine
Hello Steven,
On 4/29/25 11:18, Steven Lee wrote:
This patch series introduces full core support for the AST27x0 SoC, along with
necessary updates to the ASPEED AST27x0 SOC.
The AST27x0 SoC is a new family of ASPEED SoCs featuring 4 Cortex-A35
cores and 2 Cortex-M4 cores.
v1:
- Map unimplemented devices in SoC memory
- Intruduce AST2700 CM4 SoC
- Introduce AST27x0FC Machine
v2:
- Remove unused functions
- Correct hex notation for device addresses in AST27x0 SoC
- Add AST2700 SSP INTC and AST2700 TSP INTC
- Split AST27x0 CM4 SoC to AST27x0 SSP SoC and AST27x0 TSP SoC
- Add AST27x0 A0 SSP SoC and AST27x0 A1 SSP SoC
- Add AST27x0 A0 TSP SoC and AST27x0 A1 TSP SoC
- Add functional tests for AST2700FC A0 and AST2700FC A1
- Add Documentation for AST2700FC
v3:
- Remove A0 SoC support and related functional tests
Please rebase on upstream QEMU before resending. There are new changes
breaking this series (meson, class_init).
Also, try compiling the documentation too. The last patch has formatting
issues.
Thanks for the review.
I'll rebase the series on the top of
https://github.com/legoater/qemu/commits/aspeed-next/
and fix the documentation formatting issues in the v4 patch series.
perfect.
I should merge it on top then.
Thanks,
C.