Skip to content

Commit

Permalink
update(riscv/iommu): add multi-lvl DDT support
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Rodríguez <[email protected]>
  • Loading branch information
malejo97 committed May 26, 2024
1 parent 565359b commit 258f9f9
Show file tree
Hide file tree
Showing 2 changed files with 492 additions and 85 deletions.
1 change: 0 additions & 1 deletion src/arch/riscv/inc/arch/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ struct arch_platform {

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

Expand Down
Loading

0 comments on commit 258f9f9

Please sign in to comment.