Support IORT revision 6#1684
Merged
kuqin12 merged 3 commits intomicrosoft:release/202511from Mar 10, 2026
Merged
Conversation
IORT rev.6 and SMMUv3 rev. 5 ---- #### AI description (iteration 1) #### PR Classification This PR implements a new feature by updating the ACPI IORT generator to support IORT revision 6. #### PR Summary The pull request updates the IORT generator logic to correctly handle and declare the new IORT revision; it adjusts the SMMUv3 node revision assignment and updates the supported table revision constant. - `DynamicTablesPkg/Library/Acpi/Arm/AcpiIortLibArm/IortGenerator.c`: Modified the SMMUv3 node logic to add a specific condition for revision 05 and a default branch for setting revision 5. - `DynamicTablesPkg/Library/Acpi/Arm/AcpiIortLibArm/IortGenerator.c`: Updated the ACPI IORT generator’s supported revision from EFI_ACPI_IO_REMAPPING_TABLE_REVISION_05 to EFI_ACPI_IO_REMAPPING_TABLE_REVISION_06. <!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
Contributor
Author
|
edk2 PR created as tianocore/edk2#12251 |
apop5
approved these changes
Mar 6, 2026
os-d
approved these changes
Mar 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Starting from IO Remapping Table rev E.f (IORT revision 6), the SMMU v3 node is revisioned to 5. (https://developer.arm.com/documentation/den0049/ef/?lang=en)
This PR updates the ACPI IORT generator to support IORT revision 6.
How This Was Tested
This was tested on proprietary hardware platform.
Integration Instructions
N/A