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>
This commit is contained in:
Jinlong Xu 2023-10-20 19:13:47 +08:00 committed by mergify[bot]
parent aa8431822b
commit 2426a35625
1 changed files with 1 additions and 0 deletions

View File

@ -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
//