SecurityPkg/OpalPassword: Add PCD to skip password prompt
https://bugzilla.tianocore.org/show_bug.cgi?id=1801 Add a PCD for skipping password prompt in device unlocked status. Previous change only support if storage device is in locked status. This change is added to support the case that security status of the storage device is unlocked. Signed-off-by: Maggie Chu <maggie.chu@intel.com> Reviewed-by: Eric Dong <eric.dong@intel.com> Cc: Chao Zhang <chao.b.zhang@intel.com> Cc: Jiewen Yao <jiewen.yao@intel.com>
This commit is contained in:
@@ -422,11 +422,11 @@
|
||||
# @Prompt Possible TPM2 Interrupt Number buffer
|
||||
gEfiSecurityPkgTokenSpaceGuid.PcdTpm2PossibleIrqNumBuf|{0x00, 0x00, 0x00, 0x00}|VOID*|0x0001001D
|
||||
|
||||
## Indicates if Opal DXE driver skip unlock device flow.<BR><BR>
|
||||
# TRUE - Skip unlock device flow.<BR>
|
||||
# FALSE - Does not skip unlock device flow.<BR>
|
||||
# @Prompt Skip Opal DXE driver unlock device flow.
|
||||
gEfiSecurityPkgTokenSpaceGuid.PcdSkipOpalDxeUnlock|FALSE|BOOLEAN|0x00010020
|
||||
## Indicates if Opal DXE driver skip password prompt.<BR><BR>
|
||||
# TRUE - Skip password prompt.<BR>
|
||||
# FALSE - Does not skip password prompt.<BR>
|
||||
# @Prompt Skip Opal DXE driver password prompt.
|
||||
gEfiSecurityPkgTokenSpaceGuid.PcdSkipOpalPasswordPrompt|FALSE|BOOLEAN|0x00010020
|
||||
|
||||
[PcdsDynamic, PcdsDynamicEx]
|
||||
|
||||
|
Reference in New Issue
Block a user