MdePkg/IndustryStandard: Add _PSD/_CPC/Coord types definitions

Add definitions for:
- _PSD version: added in ACPI 3.0
- C-state Coordination Types: added in ACPI 3.0
- _CPC version: added in ACPI 5.0

Signed-off-by: Pierre Gondois <pierre.gondois@arm.com>
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
This commit is contained in:
Pierre Gondois
2024-01-02 09:26:30 -08:00
committed by mergify[bot]
parent 0223bdd4e4
commit 5d016fe0a0
10 changed files with 99 additions and 0 deletions

View File

@@ -18,6 +18,16 @@
//
#pragma pack(1)
///
/// _PSD Revision for ACPI 6.5
///
#define EFI_ACPI_6_5_AML_PSD_REVISION 0
///
/// _CPC Revision for ACPI 6.5
///
#define EFI_ACPI_6_5_AML_CPC_REVISION 3
///
/// ACPI 6.5 Generic Address Space definition
///