All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/11] Add SSP/TSP power control and DRAM remap support for AST2700
@ 2026-01-27  9:29 ` Jamin Lin via qemu development
  0 siblings, 0 replies; 24+ messages in thread
From: Jamin Lin via @ 2026-01-27  9:29 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, kane_chen

This series improves AST2700 platform support by aligning SSP/TSP
power and reset behavior with hardware, and enabling DRAM remapping
required for proper firmware boot flow.

v1:
  1. The changes move DRAM/SDMC initialization earlier to support memory
aliasing, add DRAM aliases for SSP/TSP SDRAM remap, and implement
SSP/TSP reset, power-on, and remap controls via SCU registers.
  2. With these updates, SSP and TSP can be booted via PSP and load their
binaries from DRAM. Functional tests and documentation are updated
accordingly.

v2:
  Fix "make check" failure caused by both AST2700 and AST1700 realizing the same
  TYPE_AST2700_SCU model.

Jamin Lin (11):
  hw/arm/ast27x0: Move DRAM and SDMC initialization earlier to support
    memory aliasing
  hw/arm/ast27x0: Start SSP in powered-off state to match hardware
    behavior
  hw/arm/ast27x0: Start TSP in powered-off state to match hardware
    behavior
  hw/arm/ast27x0: Add DRAM alias for SSP SDRAM remap
  hw/arm/ast27x0: Add DRAM alias for TSP SDRAM remap
  hw/misc/aspeed_scu: Implement SSP reset and power-on control via SCU
    registers
  hw/misc/aspeed_scu: Implement TSP reset and power-on control via SCU
    registers
  hw/misc/aspeed_scu: Add SCU support for SSP SDRAM remap
  hw/misc/aspeed_scu: Add SCU support for TSP SDRAM remap
  tests/functional/aarch64/test_aspeed_ast2700fc: Boot SSP/TSP via PSP
    and load binaries from DRAM
  docs: Add support vbootrom and update Manual boot for ast2700fc

 docs/system/arm/aspeed.rst                    |  37 ++-
 include/hw/misc/aspeed_scu.h                  |   6 +
 hw/arm/aspeed_ast27x0-fc.c                    |   4 +
 hw/arm/aspeed_ast27x0-ssp.c                   |  13 +
 hw/arm/aspeed_ast27x0-tsp.c                   |  10 +
 hw/arm/aspeed_ast27x0.c                       |  46 +--
 hw/misc/aspeed_scu.c                          | 268 +++++++++++++++++-
 .../aarch64/test_aspeed_ast2700fc.py          |  35 ++-
 8 files changed, 378 insertions(+), 41 deletions(-)

-- 
2.43.0



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

end of thread, other threads:[~2026-01-27  9:33 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-27  9:29 [PATCH v2 00/11] Add SSP/TSP power control and DRAM remap support for AST2700 Jamin Lin via
2026-01-27  9:29 ` Jamin Lin via qemu development
2026-01-27  9:29 ` [PATCH v2 01/11] hw/arm/ast27x0: Move DRAM and SDMC initialization earlier to support memory aliasing Jamin Lin via
2026-01-27  9:29   ` Jamin Lin via qemu development
2026-01-27  9:29 ` [PATCH v2 02/11] hw/arm/ast27x0: Start SSP in powered-off state to match hardware behavior Jamin Lin via
2026-01-27  9:29   ` Jamin Lin via qemu development
2026-01-27  9:29 ` [PATCH v2 03/11] hw/arm/ast27x0: Start TSP " Jamin Lin via
2026-01-27  9:29   ` Jamin Lin via qemu development
2026-01-27  9:29 ` [PATCH v2 04/11] hw/arm/ast27x0: Add DRAM alias for SSP SDRAM remap Jamin Lin via
2026-01-27  9:29   ` Jamin Lin via qemu development
2026-01-27  9:29 ` [PATCH v2 05/11] hw/arm/ast27x0: Add DRAM alias for TSP " Jamin Lin via
2026-01-27  9:29   ` Jamin Lin via qemu development
2026-01-27  9:29 ` [PATCH v2 06/11] hw/misc/aspeed_scu: Implement SSP reset and power-on control via SCU registers Jamin Lin via
2026-01-27  9:29   ` Jamin Lin via qemu development
2026-01-27  9:29 ` [PATCH v2 07/11] hw/misc/aspeed_scu: Implement TSP " Jamin Lin via
2026-01-27  9:29   ` Jamin Lin via qemu development
2026-01-27  9:29 ` [PATCH v2 08/11] hw/misc/aspeed_scu: Add SCU support for SSP SDRAM remap Jamin Lin via
2026-01-27  9:29   ` Jamin Lin via qemu development
2026-01-27  9:29 ` [PATCH v2 09/11] hw/misc/aspeed_scu: Add SCU support for TSP " Jamin Lin via
2026-01-27  9:29   ` Jamin Lin via qemu development
2026-01-27  9:29 ` [PATCH v2 10/11] tests/functional/aarch64/test_aspeed_ast2700fc: Boot SSP/TSP via PSP and load binaries from DRAM Jamin Lin via
2026-01-27  9:29   ` Jamin Lin via qemu development
2026-01-27  9:29 ` [PATCH v2 11/11] docs: Add support vbootrom and update Manual boot for ast2700fc Jamin Lin via
2026-01-27  9:29   ` Jamin Lin via qemu development

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.