All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] RISC-V: ACPI: Add support for RIMT
@ 2025-03-14  5:15 Sunil V L
  2025-03-14  5:15 ` [PATCH 1/2] hw/riscv/virt: Add the BDF of IOMMU to RISCVVirtState structure Sunil V L
  2025-03-14  5:15 ` [PATCH 2/2] hw/riscv/virt-acpi-build: Add support for RIMT Sunil V L
  0 siblings, 2 replies; 5+ messages in thread
From: Sunil V L @ 2025-03-14  5:15 UTC (permalink / raw)
  To: qemu-riscv, qemu-devel
  Cc: Alistair Francis, Palmer Dabbelt, Weiwei Li,
	Daniel Henrique Barboza, Liu Zhiwei, Andrew Jones, Anup Patel,
	Atish Patra, Sunil V L

RISC-V IO Mapping Table (RIMT) is a new static ACPI table used to
communicate IOMMU and topology information to the OS. Add support for
creating this table when the IOMMU is present. The specification is
frozen and available at [1].

[1] - https://github.com/riscv-non-isa/riscv-acpi-rimt/releases/download/v0.99/rimt-spec.pdf

Sunil V L (2):
  hw/riscv/virt: Add the BDF of IOMMU to RISCVVirtState structure
  hw/riscv/virt-acpi-build: Add support for RIMT

 hw/riscv/virt-acpi-build.c | 215 +++++++++++++++++++++++++++++++++++++
 hw/riscv/virt.c            |   1 +
 include/hw/riscv/virt.h    |   1 +
 3 files changed, 217 insertions(+)

-- 
2.43.0



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

end of thread, other threads:[~2025-03-19 12:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-14  5:15 [PATCH 0/2] RISC-V: ACPI: Add support for RIMT Sunil V L
2025-03-14  5:15 ` [PATCH 1/2] hw/riscv/virt: Add the BDF of IOMMU to RISCVVirtState structure Sunil V L
2025-03-19 12:40   ` Daniel Henrique Barboza
2025-03-14  5:15 ` [PATCH 2/2] hw/riscv/virt-acpi-build: Add support for RIMT Sunil V L
2025-03-19 12:40   ` Daniel Henrique Barboza

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.