Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add reference to _HID in the Hardware ID field #20

Merged
merged 1 commit into from
Feb 19, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/rimt-main.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ the structure in RIMT used to report the configuration and capabilities of each
node array.
| Hardware ID | 8 | 8 | ACPI ID of the IOMMU when it is a platform device
or PCIe ID (Vendor ID + Device ID) for
the PCIe IOMMU device.
the PCIe IOMMU device. This field adheres to the
*_HID* format described by the ACPI
cite:[ACPI-SPEC] specification.
| Base Address | 8 | 16 | Base address of the IOMMU registers.
This field is valid only for an IOMMU
that is a platform device. If IOMMU
Expand Down