[PATCH v1 0/5] Split miscellaneous changes from AST2700 FC series

Jamin Lin posted 5 patches 3 weeks, 2 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260703064506.937904-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>, Kane Chen <kane_chen@aspeedtech.com>, Andrew Jeffery <andrew@codeconstruct.com.au>, Joel Stanley <joel@jms.id.au>
There is a newer version of this series
include/hw/arm/aspeed_coprocessor.h |  2 ++
include/hw/arm/aspeed_soc.h         |  3 +++
hw/arm/aspeed_ast27x0-fc.c          |  6 ++++--
hw/arm/aspeed_ast27x0-ssp.c         | 19 +++++++++++++++++
hw/arm/aspeed_ast27x0-tsp.c         | 19 +++++++++++++++++
hw/misc/aspeed_scu.c                | 33 +++++++++++++++++++----------
6 files changed, 69 insertions(+), 13 deletions(-)
[PATCH v1 0/5] Split miscellaneous changes from AST2700 FC series
Posted by Jamin Lin 3 weeks, 2 days ago
The original series contains both the AST2700 FC support and several unrelated
cleanups and preparatory changes. Since these changes are independent of the
FC functionality, they are moved into a separate series so they can be reviewed
and merged independently.

This series includes:

Fix the AST2700 FC hardware strap configuration.
Suppress noisy unhandled register read messages for the AST2700 SCU/SCUIO.
Add the AST2700 SCUIO RNG control and data registers.
Add unimplemented Privilege Controller MMIO regions for the SSP/TSP.
Add unimplemented OTP controller MMIO regions for the SSP/TSP.

The original AST2700 FC series can be found here:

https://patchwork.kernel.org/project/qemu-devel/cover/20260417032837.2664122-1-jamin_lin@aspeedtech.com/

Jamin Lin (5):
  hw/arm/aspeed_ast27x0-fc: Fix hardware strap settings
  hw/misc/aspeed_scu: Drop noisy unhandled read logs for AST2700
    SCU/SCUIO
  hw/misc/aspeed_scu: Add AST2700 SCUIO RNG control and data registers
  hw/arm/aspeed_ast27x0: Add unimplemented Privilege Controller MMIO
    regions for SSP/TSP
  hw/arm/aspeed_ast27x0: Add unimplemented OTP controller MMIO regions
    for SSP/TSP

 include/hw/arm/aspeed_coprocessor.h |  2 ++
 include/hw/arm/aspeed_soc.h         |  3 +++
 hw/arm/aspeed_ast27x0-fc.c          |  6 ++++--
 hw/arm/aspeed_ast27x0-ssp.c         | 19 +++++++++++++++++
 hw/arm/aspeed_ast27x0-tsp.c         | 19 +++++++++++++++++
 hw/misc/aspeed_scu.c                | 33 +++++++++++++++++++----------
 6 files changed, 69 insertions(+), 13 deletions(-)

-- 
2.43.0
Re: [PATCH v1 0/5] Split miscellaneous changes from AST2700 FC series
Posted by Cédric Le Goater 2 weeks, 6 days ago
On 7/3/26 08:45, Jamin Lin wrote:
> The original series contains both the AST2700 FC support and several unrelated
> cleanups and preparatory changes. Since these changes are independent of the
> FC functionality, they are moved into a separate series so they can be reviewed
> and merged independently.
> 
> This series includes:
> 
> Fix the AST2700 FC hardware strap configuration.
> Suppress noisy unhandled register read messages for the AST2700 SCU/SCUIO.
> Add the AST2700 SCUIO RNG control and data registers.
> Add unimplemented Privilege Controller MMIO regions for the SSP/TSP.
> Add unimplemented OTP controller MMIO regions for the SSP/TSP.
> 
> The original AST2700 FC series can be found here:
> 
> https://patchwork.kernel.org/project/qemu-devel/cover/20260417032837.2664122-1-jamin_lin@aspeedtech.com/
> 
> Jamin Lin (5):
>    hw/arm/aspeed_ast27x0-fc: Fix hardware strap settings
>    hw/misc/aspeed_scu: Drop noisy unhandled read logs for AST2700
>      SCU/SCUIO
>    hw/misc/aspeed_scu: Add AST2700 SCUIO RNG control and data registers
>    hw/arm/aspeed_ast27x0: Add unimplemented Privilege Controller MMIO
>      regions for SSP/TSP
>    hw/arm/aspeed_ast27x0: Add unimplemented OTP controller MMIO regions
>      for SSP/TSP
> 
>   include/hw/arm/aspeed_coprocessor.h |  2 ++
>   include/hw/arm/aspeed_soc.h         |  3 +++
>   hw/arm/aspeed_ast27x0-fc.c          |  6 ++++--
>   hw/arm/aspeed_ast27x0-ssp.c         | 19 +++++++++++++++++
>   hw/arm/aspeed_ast27x0-tsp.c         | 19 +++++++++++++++++
>   hw/misc/aspeed_scu.c                | 33 +++++++++++++++++++----------
>   6 files changed, 69 insertions(+), 13 deletions(-)
> 

I thought I had reviewed all these already. Anyhow,


Reviewed-by: Cédric Le Goater <clg@redhat.com>

Thanks,

C.