Skip to content

Commit c900bee

Browse files
committed
update(riscv/iommu): add multi-lvl DDT support
Signed-off-by: Manuel Rodríguez <[email protected]>
1 parent 4b999b5 commit c900bee

File tree

2 files changed

+492
-85
lines changed

2 files changed

+492
-85
lines changed

src/arch/riscv/inc/arch/platform.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ struct arch_platform {
2323

2424
struct {
2525
paddr_t base; // Base address of the IOMMU mmapped IF
26-
unsigned mode; // Overall IOMMU mode (Off, Bypass, DDT-lvl)
2726
irqid_t fq_irq_id; // Fault Queue IRQ ID (wired)
2827
} iommu;
2928

0 commit comments

Comments
 (0)