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