mirror of https://github.com/acidanthera/audk.git
SecurityPkg: Add Pcd PROMPT/HELP & Chang default setting
Update PCD PcdTcg2PhysicalPresenceFlags default setting. Also add PROMPT, HELP string. Cc: Star Zeng <star.zeng@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chao Zhang <chao.b.zhang@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com>
This commit is contained in:
parent
3304abc101
commit
b3724a03d6
|
@ -429,8 +429,8 @@
|
|||
## This PCD defines initial setting of TCG2 Persistent Firmware Management Flags
|
||||
# PCD can be configured for different settings in different scenarios
|
||||
# Default setting is TCG2_BIOS_TPM_MANAGEMENT_FLAG_DEFAULT | TCG2_BIOS_STORAGE_MANAGEMENT_FLAG_DEFAULT
|
||||
# @Prompt Inital setting of TCG2 Persistent Firmware Management Flags
|
||||
gEfiSecurityPkgTokenSpaceGuid.PcdTcg2PhysicalPresenceFlags|0x300E3|UINT32|0x0001001B
|
||||
# @Prompt Initial setting of TCG2 Persistent Firmware Management Flags
|
||||
gEfiSecurityPkgTokenSpaceGuid.PcdTcg2PhysicalPresenceFlags|0x300E2|UINT32|0x0001001B
|
||||
|
||||
[PcdsDynamic, PcdsDynamicEx]
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
// It also provides the definitions(including PPIs/PROTOCOLs/GUIDs and library classes)
|
||||
// and libraries instances, which are used for those features.
|
||||
//
|
||||
// Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.<BR>
|
||||
// Copyright (c) 2009 - 2017, 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 which accompanies this distribution.
|
||||
|
@ -221,3 +221,7 @@
|
|||
#string STR_gEfiSecurityPkgTokenSpaceGuid_PcdPkcs7CertBuffer_HELP #language en-US "Provides one PKCS7 cert used to verify Recovery and Capsule Update images\n"
|
||||
"WARNING: The default value is treated as test key. Please do not use default value in the production."
|
||||
|
||||
#string STR_gEfiSecurityPkgTokenSpaceGuid_PcdTcg2PhysicalPresenceFlags_PROMPT #language en-US " Initial setting of TCG2 Persistent Firmware Management Flags"
|
||||
|
||||
#string STR_gEfiSecurityPkgTokenSpaceGuid_PcdTcg2PhysicalPresenceFlags_HELP #language en-US "This PCD defines initial setting of TCG2 Persistent Firmware Management Flags\n"
|
||||
"PCD can be configured for different settings in different scenarios."
|
Loading…
Reference in New Issue