summaryrefslogtreecommitdiffstats
path: root/SecurityPkg/SecurityPkg.dec
diff options
context:
space:
mode:
authorChu, Maggie <maggie.chu@intel.com>2019-05-22 15:04:43 +0800
committerEric Dong <eric.dong@intel.com>2019-06-10 14:16:07 +0800
commit6cbed0e36fe734f3fc11d30d652122d7714627c4 (patch)
tree34b79880815a118c2f053457e8069871282b6647 /SecurityPkg/SecurityPkg.dec
parent9fc1b85fd16b1740de66e99a406a08471eeafa61 (diff)
downloadedk2-6cbed0e36fe734f3fc11d30d652122d7714627c4.tar.gz
edk2-6cbed0e36fe734f3fc11d30d652122d7714627c4.tar.bz2
edk2-6cbed0e36fe734f3fc11d30d652122d7714627c4.zip
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>
Diffstat (limited to 'SecurityPkg/SecurityPkg.dec')
-rw-r--r--SecurityPkg/SecurityPkg.dec10
1 files changed, 5 insertions, 5 deletions
diff --git a/SecurityPkg/SecurityPkg.dec b/SecurityPkg/SecurityPkg.dec
index 3314f1854b..96db80c2d2 100644
--- a/SecurityPkg/SecurityPkg.dec
+++ b/SecurityPkg/SecurityPkg.dec
@@ -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]