All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add Model for Tenstorrent Atlantis PRCM
@ 2026-07-29 15:21 Anirudh Srinivasan
  2026-07-29 15:21 ` [PATCH 1/2] hw/misc: Add Tenstorrent Atlantis PRCM model Anirudh Srinivasan
  2026-07-29 15:21 ` [PATCH 2/2] hw/riscv/tt-atlantis: Add PRCMs to tt-atlantis model Anirudh Srinivasan
  0 siblings, 2 replies; 12+ messages in thread
From: Anirudh Srinivasan @ 2026-07-29 15:21 UTC (permalink / raw)
  To: qemu-devel
  Cc: Joel Stanley, Nicholas Piggin, Michael Ellerman, Portia Stephens,
	qemu-riscv, Pierrick Bouvier, Palmer Dabbelt, Alistair Francis,
	Weiwei Li, Daniel Henrique Barboza, Liu Zhiwei, Chao Liu,
	Anirudh Srinivasan

This series adds a qemu model for the PRCM blocks present in Tenstorrent
Atlantis. This block controls clock, reset and other misc functionality
in the SoC. Linux support for the Clocks/Resets served by the RCPU PRCM
was added in [1]. This PRCM model has been tested with a linux DT that
enables the PRCM and sets the UART clk to the one provided by the PRCM.
This DT will be sent out shortly.

[1] https://lore.kernel.org/linux-riscv/20260306-atlantis-clocks-v8-0-6c9b14a4aa8e@oss.tenstorrent.com/

Signed-off-by: Anirudh Srinivasan <asrinivasan@oss.tenstorrent.com>
---
Anirudh Srinivasan (2):
      hw/misc: Add Tenstorrent Atlantis PRCM model
      hw/riscv/tt-atlantis: Add PRCMs to tt-atlantis model

 MAINTAINERS                        |   2 +
 docs/system/riscv/tt_atlantis.rst  |   1 +
 hw/misc/meson.build                |   1 +
 hw/misc/trace-events               |   4 +
 hw/misc/tt_atlantis_prcm.c         | 436 +++++++++++++++++++++++++++++++++++++
 hw/riscv/tt_atlantis.c             |  92 ++++++++
 include/hw/misc/tt_atlantis_prcm.h |  51 +++++
 include/hw/riscv/tt_atlantis.h     |  19 ++
 8 files changed, 606 insertions(+)
---
base-commit: 499039798cdad7d86b787fec0eaf1da4151c0f05
change-id: 20260727-atlantis_prcm-b642cfb37d57

Best regards,
--  
Anirudh Srinivasan <asrinivasan@oss.tenstorrent.com>



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

end of thread, other threads:[~2026-08-10 19:59 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-29 15:21 [PATCH 0/2] Add Model for Tenstorrent Atlantis PRCM Anirudh Srinivasan
2026-07-29 15:21 ` [PATCH 1/2] hw/misc: Add Tenstorrent Atlantis PRCM model Anirudh Srinivasan
2026-08-03  2:24   ` Chao Liu
2026-08-03 15:36     ` Anirudh Srinivasan
2026-08-07 13:01   ` Daniel Henrique Barboza
2026-08-07 13:38   ` Daniel Henrique Barboza
2026-08-10 19:35     ` Anirudh Srinivasan
2026-08-10 19:58       ` Daniel Henrique Barboza
2026-07-29 15:21 ` [PATCH 2/2] hw/riscv/tt-atlantis: Add PRCMs to tt-atlantis model Anirudh Srinivasan
2026-08-03  2:25   ` Chao Liu
2026-08-07 13:36   ` Daniel Henrique Barboza
2026-08-10 18:16     ` Anirudh Srinivasan

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.