Skip to content

Commit 0fa5797

Browse files
MarsDogemergify[bot]
authored andcommitted
MdePkg: Acpi66: Add defined IOVT Signature
ACPI 6.6 introduced new Virtualization Table for LoongArch. This follow-up will provide configuration for IOMMU. REF: https://uefi.org/sites/default/files/resources/ACPI_Spec_6.6.pdf Table5.6: “IOVT” I/O Virtualization Table. Reported-by: Xianglai Li <[email protected]> Signed-off-by: Dongyan Qian <[email protected]>
1 parent aeb27b1 commit 0fa5797

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

MdePkg/Include/IndustryStandard/Acpi66.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3424,6 +3424,11 @@ typedef struct {
34243424
///
34253425
#define EFI_ACPI_6_6_IO_REMAPPING_TABLE_SIGNATURE SIGNATURE_32('I', 'O', 'R', 'T')
34263426

3427+
///
3428+
/// "IOVT" I/O Virtualization Table
3429+
///
3430+
#define EFI_ACPI_6_6_IO_VIRTUALIZATION_TABLE_SIGNATURE SIGNATURE_32('I', 'O', 'V', 'T')
3431+
34273432
///
34283433
/// "IVRS" I/O Virtualization Reporting Structure
34293434
///

0 commit comments

Comments
 (0)