qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/3] Support VBOOTROM to ast2700fc machine
@ 2025-10-01  6:46 Jamin Lin via
  2025-10-01  6:46 ` [PATCH v4 1/3] hw/arm/aspeed_ast27x0-fc: Map FMC0 flash contents into CA35 boot ROM Jamin Lin via
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Jamin Lin via @ 2025-10-01  6:46 UTC (permalink / raw)
  To: Cédric Le Goater, Peter Maydell, Steven Lee, Troy Lee,
	Andrew Jeffery, Joel Stanley, open list:ASPEED BMCs,
	open list:All patches CC here
  Cc: jamin_lin, troy_lee

v1
 1. Added support for Vboot ROM.
 2. Moved coprocessor initialization from machine level to SoC level
 3. Unified SCU controllers between PSP and coprocessors
 4. Shared the same SRAM between PSP and coprocessors
 5. Support PSP DRAM remaps coprocessor SDRAM
 6. Added support for controlling coprocessor reset via SCU registers.

v2
Split the original patch set into smaller sub-patches for review.
 This patch focuses on:
  1. Adding support for Vboot ROM.
  2. Moving common APIs to SoC-level code for reuse in different
     platforms and reducing duplication.

v3
  1. Drop dead return checks.
  2. Make sub-init functions return bool with errp.

v4:
  1. Add ast2700fc with vbootrom functional test.
  2. update commit log

Dependencies

Based on https://github.com/legoater/qemu at the aspeed-next branch.

Jamin Lin (3):
  hw/arm/aspeed_ast27x0-fc: Map FMC0 flash contents into CA35 boot ROM
  hw/arm/aspeed_ast27x0-fc: Add VBOOTROM support
  tests/functional/aarch64/test_aspeed_ast2700fc: Add vbootrom test

 hw/arm/aspeed_ast27x0-fc.c                    | 19 +++++++++-
 .../aarch64/test_aspeed_ast2700fc.py          | 37 ++++++++++++++-----
 2 files changed, 45 insertions(+), 11 deletions(-)

-- 
2.43.0



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-10-03  7:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-01  6:46 [PATCH v4 0/3] Support VBOOTROM to ast2700fc machine Jamin Lin via
2025-10-01  6:46 ` [PATCH v4 1/3] hw/arm/aspeed_ast27x0-fc: Map FMC0 flash contents into CA35 boot ROM Jamin Lin via
2025-10-01  6:46 ` [PATCH v4 2/3] hw/arm/aspeed_ast27x0-fc: Add VBOOTROM support Jamin Lin via
2025-10-01  6:46 ` [PATCH v4 3/3] tests/functional/aarch64/test_aspeed_ast2700fc: Add vbootrom test Jamin Lin via
2025-10-01  7:32   ` Cédric Le Goater
2025-10-01  7:46     ` Jamin Lin
2025-10-01  8:44       ` Cédric Le Goater
2025-10-03  7:26         ` Jamin Lin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).