summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/IndustryStandard/Acpi51.h
diff options
context:
space:
mode:
authorPierre Gondois <pierre.gondois@arm.com>2024-01-02 09:26:30 -0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2024-01-20 03:27:02 +0000
commit5d016fe0a061647ed29562c9f161e454b0f7f9dd (patch)
treec41e52b8640bbd0eca35ac3affea5bd7c1fcace5 /MdePkg/Include/IndustryStandard/Acpi51.h
parent0223bdd4e40975c427616761fb13c9454461b64d (diff)
downloadedk2-5d016fe0a061647ed29562c9f161e454b0f7f9dd.tar.gz
edk2-5d016fe0a061647ed29562c9f161e454b0f7f9dd.tar.bz2
edk2-5d016fe0a061647ed29562c9f161e454b0f7f9dd.zip
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>
Diffstat (limited to 'MdePkg/Include/IndustryStandard/Acpi51.h')
-rw-r--r--MdePkg/Include/IndustryStandard/Acpi51.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/MdePkg/Include/IndustryStandard/Acpi51.h b/MdePkg/Include/IndustryStandard/Acpi51.h
index 01ef544c3a..4241b8f198 100644
--- a/MdePkg/Include/IndustryStandard/Acpi51.h
+++ b/MdePkg/Include/IndustryStandard/Acpi51.h
@@ -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
//