Revision: 17322
http://sourceforge.net/p/edk2/code/17322
Author: hwu1225
Date: 2015-05-06 03:30:52 +0000 (Wed, 06 May 2015)
Log Message:
-----------
MdePkg: Modify specification number encoding
Change the PEI, DXE, and SMM service table revisions to 1.4.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hao Wu <[email protected]>
Reviewed-by: Liming Gao <[email protected]>
Modified Paths:
--------------
trunk/edk2/MdePkg/Include/Pi/PiDxeCis.h
trunk/edk2/MdePkg/Include/Pi/PiPeiCis.h
trunk/edk2/MdePkg/Include/Pi/PiSmmCis.h
Modified: trunk/edk2/MdePkg/Include/Pi/PiDxeCis.h
===================================================================
--- trunk/edk2/MdePkg/Include/Pi/PiDxeCis.h 2015-05-06 03:30:27 UTC (rev
17321)
+++ trunk/edk2/MdePkg/Include/Pi/PiDxeCis.h 2015-05-06 03:30:52 UTC (rev
17322)
@@ -687,7 +687,7 @@
//
#define DXE_SERVICES_SIGNATURE 0x565245535f455844ULL
#define DXE_SPECIFICATION_MAJOR_REVISION 1
-#define DXE_SPECIFICATION_MINOR_REVISION 30
+#define DXE_SPECIFICATION_MINOR_REVISION 40
#define DXE_SERVICES_REVISION
((DXE_SPECIFICATION_MAJOR_REVISION<<16) | (DXE_SPECIFICATION_MINOR_REVISION))
typedef struct {
Modified: trunk/edk2/MdePkg/Include/Pi/PiPeiCis.h
===================================================================
--- trunk/edk2/MdePkg/Include/Pi/PiPeiCis.h 2015-05-06 03:30:27 UTC (rev
17321)
+++ trunk/edk2/MdePkg/Include/Pi/PiPeiCis.h 2015-05-06 03:30:52 UTC (rev
17322)
@@ -12,7 +12,7 @@
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
@par Revision Reference:
- PI Version 1.2.
+ PI Version 1.4.
**/
@@ -808,7 +808,7 @@
// PEI Specification Revision information
//
#define PEI_SPECIFICATION_MAJOR_REVISION 1
-#define PEI_SPECIFICATION_MINOR_REVISION 30
+#define PEI_SPECIFICATION_MINOR_REVISION 40
///
/// Specification inconsistency here:
/// In the PI1.0 spec, PEI_SERVICES_SIGNATURE is defined as
0x5652455320494550. But
Modified: trunk/edk2/MdePkg/Include/Pi/PiSmmCis.h
===================================================================
--- trunk/edk2/MdePkg/Include/Pi/PiSmmCis.h 2015-05-06 03:30:27 UTC (rev
17321)
+++ trunk/edk2/MdePkg/Include/Pi/PiSmmCis.h 2015-05-06 03:30:52 UTC (rev
17322)
@@ -1,8 +1,8 @@
/** @file
- Common definitions in the Platform Initialization Specification version 1.2
+ Common definitions in the Platform Initialization Specification version 1.4
VOLUME 4 System Management Mode Core Interface version.
- Copyright (c) 2009 - 2013, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.<BR>
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,10 +26,10 @@
///
#define SMM_SMST_SIGNATURE SIGNATURE_32 ('S', 'M', 'S', 'T')
///
-/// The System Management System Table (SMST) revision is 1.2
+/// The System Management System Table (SMST) revision is 1.4
///
#define SMM_SPECIFICATION_MAJOR_REVISION 1
-#define SMM_SPECIFICATION_MINOR_REVISION 30
+#define SMM_SPECIFICATION_MINOR_REVISION 40
#define EFI_SMM_SYSTEM_TABLE2_REVISION
((SMM_SPECIFICATION_MAJOR_REVISION<<16) | (SMM_SPECIFICATION_MINOR_REVISION))
/**
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits