mbox series

[v5,0/6] Fix hw-strap for AST2700

Message ID 20250304064710.2128993-1-jamin_lin@aspeedtech.com (mailing list archive)
Headers show
Series Fix hw-strap for AST2700 | expand

Message

Jamin Lin March 4, 2025, 6:47 a.m. UTC
v1: This patch series is from https://patchwork.kernel.org/project/qemu-devel/cover/20250213033531.3367697-1-jamin_lin@aspeedtech.com/.
   To expedite the review process, I have separated the SCU fix patches

a. Fix the hw-strap and revision ID for SCU and SCUIO
b. ix boot issue for AST2700

v2:
a. update commit log for "Fix the revision ID cannot be set in the SOC layer for AST2700"
b. update code comments location for "Separate HW Strap Registers for SCU and SCUIO"

Jamin Lin (6):
  hw/misc/aspeed_scu: Skipping dram_init in u-boot
  hw/misc/aspeed_scu: Fix the revision ID cannot be set in the SOC layer
    for AST2700
  hw/arm/aspeed Update HW Strap Default Values for AST2700
  hw/misc/aspeed_scu: Fix the hw-strap1 cannot be set in the SOC layer
    for AST2700
  hw/arm/aspeed_ast27x0.c Separate HW Strap Registers for SCU and SCUIO
  hw/arm/aspeed_ast27x0.c Fix boot issue for AST2700

 hw/arm/aspeed.c         |  6 ++++--
 hw/arm/aspeed_ast27x0.c | 13 ++++++++++---
 hw/misc/aspeed_scu.c    |  8 ++++----
 3 files changed, 18 insertions(+), 9 deletions(-)

Comments

Cédric Le Goater March 4, 2025, 7:32 a.m. UTC | #1
On 3/4/25 07:47, Jamin Lin wrote:
> v1: This patch series is from https://patchwork.kernel.org/project/qemu-devel/cover/20250213033531.3367697-1-jamin_lin@aspeedtech.com/.
>     To expedite the review process, I have separated the SCU fix patches
> 
> a. Fix the hw-strap and revision ID for SCU and SCUIO
> b. ix boot issue for AST2700
> 
> v2:
> a. update commit log for "Fix the revision ID cannot be set in the SOC layer for AST2700"
> b. update code comments location for "Separate HW Strap Registers for SCU and SCUIO"
> 
> Jamin Lin (6):
>    hw/misc/aspeed_scu: Skipping dram_init in u-boot
>    hw/misc/aspeed_scu: Fix the revision ID cannot be set in the SOC layer
>      for AST2700
>    hw/arm/aspeed Update HW Strap Default Values for AST2700
>    hw/misc/aspeed_scu: Fix the hw-strap1 cannot be set in the SOC layer
>      for AST2700
>    hw/arm/aspeed_ast27x0.c Separate HW Strap Registers for SCU and SCUIO
>    hw/arm/aspeed_ast27x0.c Fix boot issue for AST2700
> 
>   hw/arm/aspeed.c         |  6 ++++--
>   hw/arm/aspeed_ast27x0.c | 13 ++++++++++---
>   hw/misc/aspeed_scu.c    |  8 ++++----
>   3 files changed, 18 insertions(+), 9 deletions(-)
> 


Applied to aspeed-next.

Thanks,

C.