]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/SecurityPkg.dec
Add TpmInitializationDonePpi to TPM PEI module.
[mirror_edk2.git] / SecurityPkg / SecurityPkg.dec
index 670df13f5ed9c715daaf2b6dd8f0f60b5302a07a..b15cd624010337744757dd6d959c8fc0a2312e1a 100644 (file)
@@ -5,7 +5,7 @@
 #  It also provides the definitions(including PPIs/PROTOCOLs/GUIDs and library classes)\r
 #  and libraries instances, which are used for those features.\r
 #\r
-# Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.<BR>\r
 # This program and the accompanying materials are licensed and made available under\r
 # the terms and conditions of the BSD License which accompanies this distribution.\r
 # The full text of the license may be found at\r
   #\r
   TcgPhysicalPresenceLib|Include/Library/TcgPhysicalPresenceLib.h\r
   \r
+  ##  @libraryclass  Provides support for TCG PP >= 128 Vendor Specific PPI Operation.\r
+  #\r
+  TcgPpVendorLib|Include/Library/TcgPpVendorLib.h\r
+  \r
   ##  @libraryclass  Provides interfaces for other modules to send TPM 2.0 command.\r
   #\r
   Tpm2CommandLib|Include/Library/Tpm2CommandLib.h\r
   ##  @libraryclass  Provides interfaces to handle TPM 2.0 request.\r
   #\r
   TrEEPhysicalPresenceLib|Include/Library/TrEEPhysicalPresenceLib.h\r
+  \r
+  ##  @libraryclass  Provides support for TrEE PP >= 128 Vendor Specific PPI Operation.\r
+  #\r
+  TrEEPpVendorLib|Include/Library/TrEEPpVendorLib.h\r
 \r
 [Guids]\r
   ## Security package token space guid.\r
   #  Include/Guid/TcgEventHob.h\r
   gTcgEventEntryHobGuid              = { 0x2b9ffb52, 0x1b13, 0x416f, { 0xa8, 0x7b, 0xbc, 0x93, 0xd, 0xef, 0x92, 0xa8 }}\r
 \r
+  ## HOB GUID used to record TPM device error.\r
+  #  Include/Guid/TcgEventHob.h\r
+  gTpmErrorHobGuid                   = { 0xef598499, 0xb25e, 0x473a, { 0xbf, 0xaf, 0xe7, 0xe5, 0x7d, 0xce, 0x82, 0xc4 }}\r
+\r
   ## HOB GUID used to pass all PEI measured FV info to DXE Driver.\r
   #  Include/Guid/MeasuredFvHob.h\r
   gMeasuredFvHobGuid                 = { 0xb2360b42, 0x7173, 0x420a, { 0x86, 0x96, 0x46, 0xca, 0x6b, 0xab, 0x10, 0x60 }}\r
   # Include/Ppi/TpmInitialized.h\r
   gPeiTpmInitializedPpiGuid      = { 0xe9db0d58, 0xd48d, 0x47f6, { 0x9c, 0x6e, 0x6f, 0x40, 0xe8, 0x6c, 0x7b, 0x41 }}\r
 \r
+  ## The PPI GUID for that TPM initialization is done. TPM initialization may be success or fail.\r
+  # Include/Ppi/TpmInitialized.h\r
+  gPeiTpmInitializationDonePpiGuid = { 0xa030d115, 0x54dd, 0x447b, { 0x90, 0x64, 0xf2, 0x6, 0x88, 0x3d, 0x7c, 0xcc }}\r
+\r
   ## Include/Ppi/FirmwareVolumeInfoMeasurementExcluded.h\r
   gEfiPeiFirmwareVolumeInfoMeasurementExcludedPpiGuid = { 0x6e056ff9, 0xc695, 0x4364, { 0x9e, 0x2c, 0x61, 0x26, 0xf5, 0xce, 0xea, 0xae } }\r
 \r
   # @Prompt Select platform type.\r
   # @ValidRange 0x80000001 | 0x00 - 0x1 \r
   gEfiSecurityPkgTokenSpaceGuid.PcdTpmPlatformClass|0|UINT8|0x00000006\r
+  \r
+  ## Progress Code for TPM device subclass definitions.<BR><BR>\r
+  #  EFI_PERIPHERAL_TPM  = (EFI_PERIPHERAL | 0x000D0000) = 0x010D0000<BR>\r
+  # @Prompt Status Code for TPM device definitions\r
+  # @ValidList  0x80000003 | 0x010D0000\r
+  gEfiSecurityPkgTokenSpaceGuid.PcdStatusCodeSubClassTpmDevice|0x010D0000|UINT32|0x00000007\r
 \r
 [PcdsFixedAtBuild, PcdsPatchableInModule, PcdsDynamic, PcdsDynamicEx]\r
   ## Indicates the presence or absence of the platform operator during firmware booting.\r