qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 00/12] Coprocessor and memory mapping improvements for AST2700
@ 2025-10-15  6:21 Jamin Lin via
  2025-10-15  6:21 ` [PATCH v1 01/12] hw/arm/aspeed_ast27x0-ssp: Add SDRAM region and fix naming and size to 512MB Jamin Lin via
                   ` (12 more replies)
  0 siblings, 13 replies; 24+ messages in thread
From: Jamin Lin via @ 2025-10-15  6:21 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. Improved memory mapping
  2. Added SRAM support and increased SDRAM size to 512MB to fix
     coprocessor crash observed in SDK v09.08
  3. Updated coprocessor functional tests for SDK v09.08
  4. Added VBOOTROM support
  5. Shared a single SCU instance among PSP, SSP, and TSP
  6. Shared UART set among PSP, SSP, and TSP

Jamin Lin (12):
  hw/arm/aspeed_ast27x0-ssp: Add SDRAM region and fix naming and size to
    512MB
  hw/arm/aspeed_ast27x0-tsp: Add SDRAM region and fix naming and size to
    512MB
  hw/arm/ast27x0: Add SRAM link and alias mapping for SSP coprocessor
  hw/arm/ast27x0: Add SRAM link and alias mapping for TSP coprocessor
  hw/arm/ast27x0: Share single SCU instance across PSP, SSP, and TSP
  hw/arm/ast27x0: Share single UART set across PSP, SSP, and TSP
  hw/arm/aspeed_ast27x0-fc: Map FMC0 flash contents into CA35 boot ROM
  hw/arm/aspeed_ast27x0-fc: Add VBOOTROM support
  tests/functional/aarch64/ast2700fc: Update test ASPEED SDK v09.08
  tests/functional/aarch64/ast2700fc: Add eth2 network interface check
    in PCIe test
  tests/functional/aarch64/ast2700fc: Move coprocessor image loading to
    common function
  tests/functional/aarch64/ast2700fc: Add vbootrom test

 include/hw/arm/aspeed_coprocessor.h           | 14 ++--
 hw/arm/aspeed_ast27x0-fc.c                    | 55 +++++++++++----
 hw/arm/aspeed_ast27x0-ssp.c                   | 69 +++++++++----------
 hw/arm/aspeed_ast27x0-tsp.c                   | 69 +++++++++----------
 hw/arm/aspeed_coprocessor_common.c            |  7 ++
 .../aarch64/test_aspeed_ast2700fc.py          | 51 ++++++++++----
 6 files changed, 160 insertions(+), 105 deletions(-)

-- 
2.43.0



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

end of thread, other threads:[~2025-10-17  5:51 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-15  6:21 [PATCH v1 00/12] Coprocessor and memory mapping improvements for AST2700 Jamin Lin via
2025-10-15  6:21 ` [PATCH v1 01/12] hw/arm/aspeed_ast27x0-ssp: Add SDRAM region and fix naming and size to 512MB Jamin Lin via
2025-10-17  5:27   ` [SPAM] " Cédric Le Goater
2025-10-15  6:21 ` [PATCH v1 02/12] hw/arm/aspeed_ast27x0-tsp: " Jamin Lin via
2025-10-17  5:28   ` [SPAM] " Cédric Le Goater
2025-10-15  6:21 ` [PATCH v1 03/12] hw/arm/ast27x0: Add SRAM link and alias mapping for SSP coprocessor Jamin Lin via
2025-10-17  5:28   ` [SPAM] " Cédric Le Goater
2025-10-15  6:21 ` [PATCH v1 04/12] hw/arm/ast27x0: Add SRAM link and alias mapping for TSP coprocessor Jamin Lin via
2025-10-17  5:28   ` [SPAM] " Cédric Le Goater
2025-10-15  6:22 ` [PATCH v1 05/12] hw/arm/ast27x0: Share single SCU instance across PSP, SSP, and TSP Jamin Lin via
2025-10-17  5:28   ` [SPAM] " Cédric Le Goater
2025-10-15  6:22 ` [PATCH v1 06/12] hw/arm/ast27x0: Share single UART set " Jamin Lin via
2025-10-17  5:28   ` [SPAM] " Cédric Le Goater
2025-10-15  6:22 ` [PATCH v1 07/12] hw/arm/aspeed_ast27x0-fc: Map FMC0 flash contents into CA35 boot ROM Jamin Lin via
2025-10-15  6:22 ` [PATCH v1 08/12] hw/arm/aspeed_ast27x0-fc: Add VBOOTROM support Jamin Lin via
2025-10-15  6:22 ` [PATCH v1 09/12] tests/functional/aarch64/ast2700fc: Update test ASPEED SDK v09.08 Jamin Lin via
2025-10-17  5:29   ` [SPAM] " Cédric Le Goater
2025-10-15  6:22 ` [PATCH v1 10/12] tests/functional/aarch64/ast2700fc: Add eth2 network interface check in PCIe test Jamin Lin via
2025-10-17  5:29   ` [SPAM] " Cédric Le Goater
2025-10-15  6:22 ` [PATCH v1 11/12] tests/functional/aarch64/ast2700fc: Move coprocessor image loading to common function Jamin Lin via
2025-10-17  5:29   ` [SPAM] " Cédric Le Goater
2025-10-15  6:22 ` [PATCH v1 12/12] tests/functional/aarch64/ast2700fc: Add vbootrom test Jamin Lin via
2025-10-17  5:29   ` [SPAM] " Cédric Le Goater
2025-10-17  5:50 ` [SPAM] [PATCH v1 00/12] Coprocessor and memory mapping improvements for AST2700 Cédric Le Goater

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).