mirror of
https://github.com/qemu/qemu.git
synced 2026-07-08 17:56:38 +00:00
hw/riscv: Add Tenstorrent Atlantis machine
The Tenstorrent Atlantis platform is a collaboration between Tenstorrent and CoreLab Technology. It is based on the Atlantis SoC, which includes the Ascalon-X CPU and other IP from Tenstorrent and CoreLab Technology. The Tenstorrent Ascalon-X is a high performance 64-bit RVA23 compliant RISC-V CPU. Add the tt-atlantis machine containing serial console, interrupt controllers, and device tree support. The Atlantis boot images loaded from include OpenSBI and an initial DTB that is passed to OpenSBI. This is approximated in the model by having QEMU build the device tree rather than load a DTB image directly. Subsequent stages may use the modified DTB provided by OpenSBI or opt to supply their own. qemu-system-riscv64 -M tt-atlantis -m 512M \ -kernel Image -initrd rootfs.cpio -nographic Co-Developed-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Chao Liu <chao.liu.zevorn@gmail.com> Signed-off-by: Joel Stanley <joel@jms.id.au> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Message-ID: <20260630024952.1520546-8-joel@jms.id.au> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
committed by
Alistair Francis
parent
569aa6280d
commit
7778f4b27b
41
docs/system/riscv/tt_atlantis.rst
Normal file
41
docs/system/riscv/tt_atlantis.rst
Normal file
@@ -0,0 +1,41 @@
|
||||
Tenstorrent Atlantis (``tt-atlantis``)
|
||||
======================================
|
||||
|
||||
The Tenstorrent Atlantis platform is a collaboration between Tenstorrent
|
||||
and CoreLab Technology. It is based on the Atlantis SoC, which includes
|
||||
the Ascalon-X CPU and other IP from Tenstorrent and CoreLab Technology.
|
||||
|
||||
The Tenstorrent Ascalon-X is a high performance 64-bit RVA23 compliant
|
||||
RISC-V CPU.
|
||||
|
||||
tt-atlantis QEMU model features
|
||||
-------------------------------
|
||||
|
||||
* 8-core Ascalon-X CPU Cluster
|
||||
* RISC-V compliant Advanced Interrupt Architecture
|
||||
* 16550A compatible UART
|
||||
|
||||
Known limitations
|
||||
-----------------
|
||||
|
||||
The QEMU tt-atlantis machine does not yet model every device on the
|
||||
real platform. Notably:
|
||||
|
||||
* There is no PCI host bridge, so virtio-pci devices cannot be
|
||||
attached. Boots that need block storage must use ``-initrd`` with
|
||||
an initramfs.
|
||||
* The DesignWare UART is modelled with QEMU's ns16550-compatible
|
||||
``serial_mm`` device; DesignWare-specific registers beyond that
|
||||
set return 0.
|
||||
|
||||
Supported software
|
||||
------------------
|
||||
|
||||
The Tenstorrent Ascalon CPUs avoid proprietary or non-standard
|
||||
extensions, so compatibility with existing software is generally
|
||||
good. The QEMU tt-atlantis machine works with upstream OpenSBI
|
||||
and Linux with default configurations.
|
||||
|
||||
The development board hardware will require some implementation
|
||||
specific setup in firmware which is being developed and may
|
||||
become a requirement or option for the tt-atlantis machine.
|
||||
@@ -72,6 +72,7 @@ undocumented; you can get a complete list by running
|
||||
riscv/mips
|
||||
riscv/shakti-c
|
||||
riscv/sifive_u
|
||||
riscv/tt_atlantis
|
||||
riscv/virt
|
||||
riscv/xiangshan-kunminghu
|
||||
|
||||
|
||||
Reference in New Issue
Block a user