]> git.proxmox.com Git - mirror_edk2.git/commit
MdePkg ACPI: Incorrect definition name for ACPI IORT Table signature
authorStar Zeng <star.zeng@intel.com>
Fri, 10 Feb 2017 07:31:40 +0000 (15:31 +0800)
committerStar Zeng <star.zeng@intel.com>
Tue, 14 Feb 2017 00:43:33 +0000 (08:43 +0800)
commit8b2a15fd5c7235f2998e26906e034204147d07a9
tree40eccd313a40094132fc01fdcd45447d516d933b
parent296153c5bf9976a3b5f00566819f109d1c23c135
MdePkg ACPI: Incorrect definition name for ACPI IORT Table signature

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=363

The definition name for ACPI IO Remapping Table signature is incorrect
in Acpi60.h and Acpi61.h as below:
EFI_ACPI_6_0_INTERRUPT_SOURCE_OVERRIDE_SIGNATURE
EFI_ACPI_6_1_INTERRUPT_SOURCE_OVERRIDE_SIGNATURE

The name should be changed to
EFI_ACPI_6_0_IO_REMAPPING_TABLE_SIGNATURE
EFI_ACPI_6_1_IO_REMAPPING_TABLE_SIGNATURE

The comments
///
/// "IORT" Interrupt Source Override
///
will be also changed to
///
/// "IORT" I/O Remapping Table
///

Cc: Alexei Fedorov <Alexei.Fedorov@arm.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Michael Kinney <michael.d.kinney@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
MdePkg/Include/IndustryStandard/Acpi60.h
MdePkg/Include/IndustryStandard/Acpi61.h