Revision: 17639
          http://sourceforge.net/p/edk2/code/17639
Author:   vanjeff
Date:     2015-06-16 02:52:46 +0000 (Tue, 16 Jun 2015)
Log Message:
-----------
MdePkg: Include PiCis.h in SecPlatformInformation.h

This file references EFI_PEI_SERVICES but it will be used by CPU MP DXE driver
to get CPU BIST information. And PiCis.h could pass build.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jeff Fan <[email protected]>
Reviewed-by: Liming Gao <[email protected]>

Modified Paths:
--------------
    trunk/edk2/MdePkg/Include/Ppi/SecPlatformInformation.h

Modified: trunk/edk2/MdePkg/Include/Ppi/SecPlatformInformation.h
===================================================================
--- trunk/edk2/MdePkg/Include/Ppi/SecPlatformInformation.h      2015-06-16 
01:04:47 UTC (rev 17638)
+++ trunk/edk2/MdePkg/Include/Ppi/SecPlatformInformation.h      2015-06-16 
02:52:46 UTC (rev 17639)
@@ -1,19 +1,19 @@
 /** @file
   This file declares Sec Platform Information PPI.
 
-  This service is the primary handoff state into the PEI Foundation. 
-  The Security (SEC) component creates the early, transitory memory 
-  environment and also encapsulates knowledge of at least the 
+  This service is the primary handoff state into the PEI Foundation.
+  The Security (SEC) component creates the early, transitory memory
+  environment and also encapsulates knowledge of at least the
   location of the Boot Firmware Volume (BFV).
 
-Copyright (c) 2006 - 2010, 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.  
+Copyright (c) 2006 - 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 that accompanies this distribution.
 The full text of the license may be found at
-http://opensource.org/licenses/bsd-license.php.                                
             
+http://opensource.org/licenses/bsd-license.php.
 
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,          
           
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.  
           
+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 introduced in PI Version 1.0.
@@ -23,6 +23,8 @@
 #ifndef __SEC_PLATFORM_INFORMATION_PPI_H__
 #define __SEC_PLATFORM_INFORMATION_PPI_H__
 
+#include <Pi/PiPeiCis.h>
+
 #define EFI_SEC_PLATFORM_INFORMATION_GUID \
   { \
     0x6f8c2b35, 0xfef4, 0x448d, {0x82, 0x56, 0xe1, 0x1b, 0x19, 0xd6, 0x10, 
0x77 } \
@@ -172,8 +174,8 @@
 
 
 ///
-/// This service abstracts platform-specific information. It is necessary 
-/// to convey this information to the PEI Foundation so that it can 
+/// This service abstracts platform-specific information. It is necessary
+/// to convey this information to the PEI Foundation so that it can
 /// discover where to begin dispatching PEIMs.
 ///
 struct _EFI_SEC_PLATFORM_INFORMATION_PPI {


------------------------------------------------------------------------------
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to