Re: [PATCH v3 4/4] hw/riscv/server_platform_ref.c: add riscv-iommu-sys

2025-05-29 Thread Andrew Jones
On Wed, May 28, 2025 at 05:01:29PM -0300, Daniel Henrique Barboza wrote: > Add an always present IOMMU platform device for the rvsp-ref board. > > The IRQs being used are similar to what the 'virt' board is using: IRQs > 36 to 39, one IRQ for queue. > > Signed-off-by: Daniel Henrique Barboza > -

[PATCH v3 4/4] hw/riscv/server_platform_ref.c: add riscv-iommu-sys

2025-05-28 Thread Daniel Henrique Barboza
Add an always present IOMMU platform device for the rvsp-ref board. The IRQs being used are similar to what the 'virt' board is using: IRQs 36 to 39, one IRQ for queue. Signed-off-by: Daniel Henrique Barboza --- hw/riscv/Kconfig | 1 + hw/riscv/server_platform_ref.c | 78