X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FPi%2FPiSmmCis.h;h=21246d5ba65a2b02c283112c22c28b049fe4c23e;hp=2fa83afc6ec962e787ac5f6bc120c337efaca23c;hb=53e6937c20448f7c5c761906e9f1765a57802f63;hpb=82b760433d61b4c056975571a5470ca1faa42a85 diff --git a/MdePkg/Include/Pi/PiSmmCis.h b/MdePkg/Include/Pi/PiSmmCis.h index 2fa83afc6e..21246d5ba6 100644 --- a/MdePkg/Include/Pi/PiSmmCis.h +++ b/MdePkg/Include/Pi/PiSmmCis.h @@ -2,7 +2,7 @@ Common definitions in the Platform Initialization Specification version 1.2 VOLUME 4 System Management Mode Core Interface version. - Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.
+ Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -26,9 +26,11 @@ typedef struct _EFI_SMM_SYSTEM_TABLE2 EFI_SMM_SYSTEM_TABLE2; /// #define SMM_SMST_SIGNATURE SIGNATURE_32 ('S', 'M', 'S', 'T') /// -/// The System Management System Table (SMST) revision is 1.0 +/// The System Management System Table (SMST) revision is 1.2 /// -#define EFI_SMM_SYSTEM_TABLE2_REVISION ((1 << 16) | (0x00)) +#define SMM_SPECIFICATION_MAJOR_REVISION 1 +#define SMM_SPECIFICATION_MINOR_REVISION 20 +#define EFI_SMM_SYSTEM_TABLE2_REVISION ((SMM_SPECIFICATION_MAJOR_REVISION<<16) | (SMM_SPECIFICATION_MINOR_REVISION)) /** Adds, updates, or removes a configuration table entry from the System Management System Table.