]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix PCD help information format and a typo.
authorDong Guo <guo.dong@intel.com>
Thu, 23 Jan 2014 03:19:38 +0000 (03:19 +0000)
committergdong1 <gdong1@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 23 Jan 2014 03:19:38 +0000 (03:19 +0000)
Signed-off-by: Dong Guo <guo.dong@intel.com>
Reviewed-by: Gao, Liming <liming.gao@intel.com>
Reviewed-by: Yao Jiewen <jiewen.yao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15171 6f19259b-4bc3-4df7-8a09-765794883524

SecurityPkg/Include/Library/TrEEPhysicalPresenceLib.h
SecurityPkg/SecurityPkg.dec

index 781fd16b74f1e36ae560d8e1fed2c314e0315995..7c0484d7a20bf1f29292f3a9351fc8e4d61a66a6 100644 (file)
@@ -1,8 +1,8 @@
 /** @file\r
   Ihis library is intended to be used by BDS modules.\r
-  This library will executing TPM2 request.\r
+  This library will execute TPM2 request.\r
 \r
-Copyright (c) 2013, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2013 - 2014, 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
index c321d7b4cd57197348d99f3b606b38998f5a7ab9..288897671989077083a2378818b523f56a089843 100644 (file)
@@ -24,7 +24,7 @@
 \r
 [LibraryClasses]\r
   ##  @libraryclass  Definitions for common TPM commands as library API for TPM\r
-  #                  module use.\r
+  #   module use.\r
   HashLib|Include/Library/HashLib.h\r
   PlatformSecureLib|Include/Library/PlatformSecureLib.h\r
   TcgPhysicalPresenceLib|Include/Library/TcgPhysicalPresenceLib.h\r
 \r
 [PcdsFixedAtBuild, PcdsPatchableInModule, PcdsDynamic, PcdsDynamicEx]\r
   ## This PCD indicates whether to set TPM physicalPresenceLifetimeLock bit.\r
-  ## Once this bit is set, it can not be cleared (It is locked for TPM life time).\r
+  #  Once this bit is set, it can not be cleared (It is locked for TPM life time).\r
   gEfiSecurityPkgTokenSpaceGuid.PcdPhysicalPresenceLifetimeLock|FALSE|BOOLEAN|0x00010003\r
   \r
 [PcdsFixedAtBuild, PcdsPatchableInModule, PcdsDynamic, PcdsDynamicEx]\r
   ## This PCD is used to specify the default value for physicalPresenceCMDEnable bit when setting physicalPresenceLifetimeLock bit.\r
-  ## If PcdPhysicalPresenceCmdEnable is set to TRUE, physicalPresenceCMDEnable bit will be set, else this bit will be cleared.\r
+  #  If PcdPhysicalPresenceCmdEnable is set to TRUE, physicalPresenceCMDEnable bit will be set, else this bit will be cleared.\r
   gEfiSecurityPkgTokenSpaceGuid.PcdPhysicalPresenceCmdEnable|TRUE|BOOLEAN|0x00010004\r
   \r
 [PcdsFixedAtBuild, PcdsPatchableInModule, PcdsDynamic, PcdsDynamicEx]\r
   ## This PCD is used to specify the default value for physicalPresenceHWEnable bit when setting physicalPresenceLifetimeLock bit.\r
-  ## If PcdPhysicalPresenceHwEnable is set to TRUE, physicalPresenceHWEnable bit will be set, else this bit will be cleared.\r
+  #  If PcdPhysicalPresenceHwEnable is set to TRUE, physicalPresenceHWEnable bit will be set, else this bit will be cleared.\r
   gEfiSecurityPkgTokenSpaceGuid.PcdPhysicalPresenceHwEnable|TRUE|BOOLEAN|0x00010005\r
 \r
 [PcdsFixedAtBuild, PcdsPatchableInModule, PcdsDynamic, PcdsDynamicEx]\r
   gEfiSecurityPkgTokenSpaceGuid.PcdFirmwareDebuggerInitialized|FALSE|BOOLEAN|0x00010009\r
 \r
   ## This PCD indicates the TPM2 initialization policy.\r
-  ## 0: No initialization needed - most likely used for chipset SRTM solution, in which TPM is already initialized.\r
-  ## 1: Initialization needed.\r
+  #  0: No initialization needed - most likely used for chipset SRTM solution, in which TPM is already initialized.\r
+  #  1: Initialization needed.\r
   gEfiSecurityPkgTokenSpaceGuid.PcdTpm2InitializationPolicy|1|UINT8|0x0001000A\r
 \r
   ## This PCD indicates the TPM initialization policy.\r
-  ## 0: No initialization needed - most likely used for chipset SRTM solution, in which TPM is already initialized.\r
-  ## 1: Initialization needed.\r
+  #  0: No initialization needed - most likely used for chipset SRTM solution, in which TPM is already initialized.\r
+  #  1: Initialization needed.\r
   gEfiSecurityPkgTokenSpaceGuid.PcdTpmInitializationPolicy|1|UINT8|0x0001000B\r
 \r
   ## This PCD indicates the TPM2 SelfTest policy.\r
-  ## 0: No SelfTest needed - most likely used for fTPM, because it might already be tested.\r
-  ## 1: SelfTest needed.\r
+  #  0: No SelfTest needed - most likely used for fTPM, because it might already be tested.\r
+  #  1: SelfTest needed.\r
   gEfiSecurityPkgTokenSpaceGuid.PcdTpm2SelfTestPolicy|1|UINT8|0x0001000C\r
 \r
   ## This PCD indicates the TPM2 SCRTM policy.\r
-  ##   0: No SCRTM needed - In this case, it is already done.\r
-  ##   1: SCRTM done by BIOS.\r
+  #    0: No SCRTM needed - In this case, it is already done.\r
+  #    1: SCRTM done by BIOS.\r
   gEfiSecurityPkgTokenSpaceGuid.PcdTpm2ScrtmPolicy|1|UINT8|0x0001000D\r
 \r
   ## This PCD indicates the TPM SCRTM policy.\r
-  ##   0: No SCRTM needed - In this case, it is already done.\r
-  ##   1: SCRTM done by BIOS.\r
+  #    0: No SCRTM needed - In this case, it is already done.\r
+  #    1: SCRTM done by BIOS.\r
   gEfiSecurityPkgTokenSpaceGuid.PcdTpmScrtmPolicy|1|UINT8|0x0001000E\r
 \r
   ## Guid name to identify TPM instance\r
-  ## TPM_DEVICE_INTERFACE_NONE means disable\r
-  ## TPM_DEVICE_INTERFACE_TPM12 means TPM1.2 DTPM\r
-  ## TPM_DEVICE_INTERFACE_DTPM2 means TPM2 DTPM\r
+  #  TPM_DEVICE_INTERFACE_NONE means disable\r
+  #  TPM_DEVICE_INTERFACE_TPM12 means TPM1.2 DTPM\r
+  #  TPM_DEVICE_INTERFACE_DTPM2 means TPM2 DTPM\r
   gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid |{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }|VOID*|0x0001000F\r
 \r
   ## This PCD indicates the TPM2 Hash mask.\r
-  ##   BIT0: SHA1\r
-  ##   BIT1: SHA256\r
-  ##   BIT2: SHA384\r
-  ##   BIT3: SHA512\r
-  ## If this bit is set, that means this algorithm is needed to extend to PCR.\r
-  ## If this bit is clear, that means this algorithm is NOT needed to extend to PCR.\r
-  ## 0xFFFFFFFF means extend all.\r
+  #    BIT0: SHA1\r
+  #    BIT1: SHA256\r
+  #    BIT2: SHA384\r
+  #    BIT3: SHA512\r
+  #  If this bit is set, that means this algorithm is needed to extend to PCR.\r
+  #  If this bit is clear, that means this algorithm is NOT needed to extend to PCR.\r
+  #  0xFFFFFFFF means extend all.\r
   gEfiSecurityPkgTokenSpaceGuid.PcdTpm2HashMask|0xFFFFFFFF|UINT32|0x00010010\r
 \r
   ## This PCD indicates if BIOS auto detect TPM1.2 or dTPM2.0.\r
-  ## 0: No auto detection.\r
-  ## 1: Auto detection.\r
+  #  0: No auto detection.\r
+  #  1: Auto detection.\r
   gEfiSecurityPkgTokenSpaceGuid.PcdTpmAutoDetection|TRUE|BOOLEAN|0x00010011\r
 \r
   ## This PCD indicates TPM base address.\r