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

@@ -13,6 +13,16 @@
#include <IndustryStandard/Acpi50.h>
///
/// _PSD Revision for ACPI 5.1
///
#define EFI_ACPI_5_1_AML_PSD_REVISION 0
///
/// _CPC Revision for ACPI 5.1
///
#define EFI_ACPI_5_1_AML_CPC_REVISION 2
//
// Ensure proper structure formats
//