summaryrefslogtreecommitdiffstats
path: root/MdePkg
diff options
context:
space:
mode:
authorJeff Fan <jeff.fan@intel.com>2016-06-01 16:06:53 +0800
committerJeff Fan <jeff.fan@intel.com>2016-06-02 16:34:53 +0800
commit1f611c55debf25154f4d7dae9700a19c43383f74 (patch)
tree10137be1bb110ab31922e7f666a542c14113140f /MdePkg
parentd0594a9b882e246dc0d559463f0b31d9f3646e8c (diff)
downloadedk2-1f611c55debf25154f4d7dae9700a19c43383f74.tar.gz
edk2-1f611c55debf25154f4d7dae9700a19c43383f74.tar.bz2
edk2-1f611c55debf25154f4d7dae9700a19c43383f74.zip
MdePkg: Follow PI1.4a update EFI_SEC_PLATFORM_INFORMATION2 description
Cc: Liming Gao <liming.gao@intel.com> Cc: Michael Kinney <michael.d.kinney@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan <jeff.fan@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Include/Ppi/SecPlatformInformation2.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/MdePkg/Include/Ppi/SecPlatformInformation2.h b/MdePkg/Include/Ppi/SecPlatformInformation2.h
index aeb0fcc6d8..fdef1d3d86 100644
--- a/MdePkg/Include/Ppi/SecPlatformInformation2.h
+++ b/MdePkg/Include/Ppi/SecPlatformInformation2.h
@@ -4,7 +4,7 @@
This service is the primary handoff state into the PEI Foundation.
This service abstracts platform-specific information for many CPU's.
-Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2015 - 2016, 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 that accompanies this distribution.
The full text of the license may be found at
@@ -14,7 +14,7 @@ THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
@par Revision Reference:
- This PPI is defined in PI Version 1.4.
+ This PPI is introduced from PI Version 1.4.
**/
@@ -74,7 +74,7 @@ EFI_STATUS
///
/// This service abstracts platform-specific information for many CPU's.
/// It is the multi-processor equivalent of PlatformInformation for
-/// implementations that synchronize all CPU's in the SEC phase.
+/// implementations that synchronize some, if not all CPU's in the SEC phase.
///
struct _EFI_SEC_PLATFORM_INFORMATION2_PPI {
EFI_SEC_PLATFORM_INFORMATION2 PlatformInformation2;