diff options
author | Jinlong Xu <jinlong.xu@intel.com> | 2023-10-20 19:13:47 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2023-10-31 14:40:50 +0000 |
commit | 2426a356258f0f759eb0661e1f8c0196aac48123 (patch) | |
tree | bc7e2eb89d6f307990dca761e5f7cac653ccbf1c /MdePkg/Include | |
parent | aa8431822b7631659586247b1e50d21126f3cfcc (diff) | |
download | edk2-2426a356258f0f759eb0661e1f8c0196aac48123.tar.gz edk2-2426a356258f0f759eb0661e1f8c0196aac48123.tar.bz2 edk2-2426a356258f0f759eb0661e1f8c0196aac48123.zip |
MdePkg ACPI65: Add 0x0B/PRM to Generic Address Structure
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4567
ACPI_Spec_6_5_Aug29 Table 5.1, add 0x0B/Platform Runtime Mechanism (PRM)
in Address Space ID of Generic Address Structure (GAS)
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Signed-off-by: Jinlong Xu <jinlong.xu@intel.com>
Message-Id: <20231020111348.2921-1-jinlong.xu@intel.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
Diffstat (limited to 'MdePkg/Include')
-rw-r--r-- | MdePkg/Include/IndustryStandard/Acpi65.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MdePkg/Include/IndustryStandard/Acpi65.h b/MdePkg/Include/IndustryStandard/Acpi65.h index fab613d3a7..d79d0b2b5f 100644 --- a/MdePkg/Include/IndustryStandard/Acpi65.h +++ b/MdePkg/Include/IndustryStandard/Acpi65.h @@ -43,6 +43,7 @@ typedef struct { #define EFI_ACPI_6_5_GENERAL_PURPOSE_IO 0x08
#define EFI_ACPI_6_5_GENERIC_SERIAL_BUS 0x09
#define EFI_ACPI_6_5_PLATFORM_COMMUNICATION_CHANNEL 0x0A
+#define EFI_ACPI_6_5_PLATFORM_RUNTIME_MECHANISM 0x0B
#define EFI_ACPI_6_5_FUNCTIONAL_FIXED_HARDWARE 0x7F
//
|