mirror of https://github.com/acidanthera/audk.git
SecurityPkg: Introduce new PCD PcdRandomizePlatformHierarchy
Introduce the new PCD gEfiSecurityPkgTokenSpaceGuid.PcdRandomizePlatformHierarchy. We need it for TpmPlatformHierarchyLib. Signed-off-by: Stefan Berger <stefanb@linux.ibm.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
This commit is contained in:
parent
2906e572c6
commit
f108178c56
|
@ -35,10 +35,9 @@
|
||||||
MdeModulePkg/MdeModulePkg.dec
|
MdeModulePkg/MdeModulePkg.dec
|
||||||
SecurityPkg/SecurityPkg.dec
|
SecurityPkg/SecurityPkg.dec
|
||||||
CryptoPkg/CryptoPkg.dec
|
CryptoPkg/CryptoPkg.dec
|
||||||
MinPlatformPkg/MinPlatformPkg.dec
|
|
||||||
|
|
||||||
[Sources]
|
[Sources]
|
||||||
PeiDxeTpmPlatformHierarchyLib.c
|
PeiDxeTpmPlatformHierarchyLib.c
|
||||||
|
|
||||||
[Pcd]
|
[Pcd]
|
||||||
gMinPlatformPkgTokenSpaceGuid.PcdRandomizePlatformHierarchy
|
gEfiSecurityPkgTokenSpaceGuid.PcdRandomizePlatformHierarchy
|
||||||
|
|
|
@ -342,6 +342,12 @@
|
||||||
# @Prompt Physical presence of the platform operator.
|
# @Prompt Physical presence of the platform operator.
|
||||||
gEfiSecurityPkgTokenSpaceGuid.PcdTpmPhysicalPresence|TRUE|BOOLEAN|0x00010001
|
gEfiSecurityPkgTokenSpaceGuid.PcdTpmPhysicalPresence|TRUE|BOOLEAN|0x00010001
|
||||||
|
|
||||||
|
## Indicates whether the TPM2 platform hierarchy will be disabled by using
|
||||||
|
# a random password or by disabling the hierarchy
|
||||||
|
# TRUE - A random password will be used
|
||||||
|
# FALSE - The hierarchy will be disabled
|
||||||
|
gEfiSecurityPkgTokenSpaceGuid.PcdRandomizePlatformHierarchy|TRUE|BOOLEAN|0x00010024
|
||||||
|
|
||||||
[PcdsFixedAtBuild, PcdsPatchableInModule, PcdsDynamic, PcdsDynamicEx]
|
[PcdsFixedAtBuild, PcdsPatchableInModule, PcdsDynamic, PcdsDynamicEx]
|
||||||
## Indicates whether TPM physical presence is locked during platform initialization.
|
## Indicates whether TPM physical presence is locked during platform initialization.
|
||||||
# Once it is locked, it can not be unlocked for TPM life time.<BR><BR>
|
# Once it is locked, it can not be unlocked for TPM life time.<BR><BR>
|
||||||
|
|
Loading…
Reference in New Issue