]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Include/Ppi/TpmInitialized.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / SecurityPkg / Include / Ppi / TpmInitialized.h
index 7d458f5e1284b76c5adfe32da4708e29f2d86c57..86ee3fc8d71be4b61d2d79d0e79b442370fcfd00 100644 (file)
@@ -2,15 +2,9 @@
   Tag GUID that must be installed by the TPM PEIM after the TPM hardware is\r
   initialized.  PEIMs that must execute after TPM hardware initialization\r
   may use this GUID in their dependency expressions.\r
-    \r
-Copyright (c) 2008 - 2015, Intel Corporation. All rights reserved.<BR>\r
-This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution.  The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php\r
 \r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+Copyright (c) 2008 - 2018, Intel Corporation. All rights reserved.<BR>\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -18,23 +12,23 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #define _PEI_TPM_INITIALIZED_PPI_H_\r
 \r
 ///\r
-/// Global ID for the PEI_TPM_INITIALIZED_PPI which always uses a NULL interface. \r
+/// Global ID for the PEI_TPM_INITIALIZED_PPI which always uses a NULL interface.\r
 ///\r
 #define PEI_TPM_INITIALIZED_PPI_GUID \\r
   { \\r
     0xe9db0d58, 0xd48d, 0x47f6, 0x9c, 0x6e, 0x6f, 0x40, 0xe8, 0x6c, 0x7b, 0x41 \\r
   }\r
 \r
-extern EFI_GUID gPeiTpmInitializedPpiGuid;\r
+extern EFI_GUID  gPeiTpmInitializedPpiGuid;\r
 \r
 ///\r
-/// Global ID for the PEI_TPM_INITIALIZATION_DONE_PPI which always uses a NULL interface. \r
+/// Global ID for the PEI_TPM_INITIALIZATION_DONE_PPI which always uses a NULL interface.\r
 ///\r
 #define PEI_TPM_INITIALIZATION_DONE_PPI_GUID \\r
   { \\r
     0xa030d115, 0x54dd, 0x447b, { 0x90, 0x64, 0xf2, 0x6, 0x88, 0x3d, 0x7c, 0xcc \\r
   }\r
 \r
-extern EFI_GUID gPeiTpmInitializationDonePpiGuid;\r
+extern EFI_GUID  gPeiTpmInitializationDonePpiGuid;\r
 \r
 #endif\r