From: "Cédric Le Goater" <clg@kaod.org>
To: Jamin Lin <jamin_lin@aspeedtech.com>,
Peter Maydell <peter.maydell@linaro.org>,
Steven Lee <steven_lee@aspeedtech.com>,
Troy Lee <leetroy@gmail.com>,
Andrew Jeffery <andrew@codeconstruct.com.au>,
Joel Stanley <joel@jms.id.au>,
"open list:ASPEED BMCs" <qemu-arm@nongnu.org>,
"open list:All patches CC here" <qemu-devel@nongnu.org>
Cc: <troy_lee@aspeedtech.com>
Subject: Re: [SPAM] [PATCH v1 05/12] hw/arm/ast27x0: Share single SCU instance across PSP, SSP, and TSP
Date: Fri, 17 Oct 2025 07:28:43 +0200 [thread overview]
Message-ID: <b59b7d5d-2d2d-49dd-b3bb-41ea97f67580@kaod.org> (raw)
In-Reply-To: <20251015062210.3128710-6-jamin_lin@aspeedtech.com>
On 10/15/25 08:22, Jamin Lin wrote:
> AST2700 has a single SCU hardware block, memory-mapped at
> 0x12C02000–0x12C03FFF from the perspective of the main CA35 processor (PSP).
> The SSP and TSP coprocessors access this same SCU block at different
> addresses: 0x72C02000–0x72C03FFF.
>
> Previously, each subsystem (PSP, SSP, and TSP) instantiated its own SCU
> device, resulting in three independent SCU instances in the QEMU model.
> In real hardware, however, only a single SCU exists and is shared among
> all processors.
>
> This commit reworks the SCU model to correctly reflect the hardware
> behavior by allowing SSP and TSP to reference the PSP’s SCU instance.
> The following changes are introduced:
>
> - Add a scu property to AspeedCoprocessorState for linking the
> coprocessor to the PSP’s SCU instance.
> - Replace per-coprocessor SCU instantiation with a shared SCU link.
> - Add "MemoryRegion scu_alias" to model address remapping for SSP and TSP.
> - Create SCU alias regions in both SSP and TSP coprocessors and map
> them at 0x72C02000 to mirror the PSP’s SCU registers.
> - Ensure the SCU device in PSP is realized before SSP/TSP alias setup.
>
> With this change, PSP, SSP, and TSP now share a consistent SCU state,
> matching the single-SCU hardware design of AST2700.
>
> Signed-off-by: Jamin Lin <jamin_lin@aspeedtech.com>
> ---
> include/hw/arm/aspeed_coprocessor.h | 4 ++--
> hw/arm/aspeed_ast27x0-fc.c | 4 ++++
> hw/arm/aspeed_ast27x0-ssp.c | 13 +++++--------
> hw/arm/aspeed_ast27x0-tsp.c | 13 +++++--------
> hw/arm/aspeed_coprocessor_common.c | 2 ++
> 5 files changed, 18 insertions(+), 18 deletions(-)
>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Thanks,
C.
next prev parent reply other threads:[~2025-10-17 5:30 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Cédric Le Goater [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=b59b7d5d-2d2d-49dd-b3bb-41ea97f67580@kaod.org \
--to=clg@kaod.org \
--cc=andrew@codeconstruct.com.au \
--cc=jamin_lin@aspeedtech.com \
--cc=joel@jms.id.au \
--cc=leetroy@gmail.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=steven_lee@aspeedtech.com \
--cc=troy_lee@aspeedtech.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).