Skip to content

Commit

Permalink
Merge pull request #29 from riscv-non-isa/issue_2
Browse files Browse the repository at this point in the history
Require RIMT for IOMMU
  • Loading branch information
jones-drew authored Feb 3, 2025
2 parents 6109c4b + 4a71fe9 commit 745f5a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions server_platform.bib
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ @electronic{RFC_2119
title = {Key words for use in RFCs to Indicate Requirement Levels},
url = {https://datatracker.ietf.org/doc/html/rfc2119}
}
@electronic{RIMT,
title = {RISC-V IO Mapping Table},
url = {https://github.com/riscv-non-isa/riscv-acpi-rimt}
}
@electronic{RVA23,
title = {RVA23 Profiles},
url = {https://github.com/riscv/riscv-profiles/blob/main/rva23-profile.adoc},
Expand Down
1 change: 1 addition & 0 deletions server_platform_requirements.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ PCIe devices or be compliant to rules for SoC-integrated PCIe devices (cite:[Ser
| `FIRM_080` | SHOULD support the ability to perform a HTTP-based boot from a network device, including support for HTTPS and DNS, supporting relevant HII protocols (cite:[UEFI] Section 2.6.2).
| `FIRM_090` | MUST support the installation of Load Option Variables (+Boot####, or Driver####, or SysPrep####+) consistent with cite:[UEFI] Section 2.6.2.
| `FIRM_100` | MUST support the ability to register for notifications when a call to ResetSystem is called, consistent with cite:[UEFI] Section 2.6.2.
| `FIRM_110` | If an IOMMU is present, then it MUST be described using the RIMT ACPI table cite:[RIMT].
|===

== Server Platform Security Requirements
Expand Down

0 comments on commit 745f5a5

Please sign in to comment.