]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfig.vfr
1. Set the secure boot state to Standard Mode when user leaving secure boot setup...
[mirror_edk2.git] / SecurityPkg / VariableAuthenticated / SecureBootConfigDxe / SecureBootConfig.vfr
index df7ff37a86d49886dd3728a0e337adbc5ee5fc26..ae4b71bffd0fbb480c7d9659a37fffceb56543d4 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   VFR file used by the SecureBoot configuration component.\r
 \r
-Copyright (c) 2011 - 2012, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2011 - 2013, 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
@@ -32,7 +32,12 @@ formset
     title = STRING_TOKEN(STR_SECUREBOOT_TITLE);\r
 \r
     subtitle text = STRING_TOKEN(STR_NULL);\r
-    \r
+\r
+    text\r
+      help   = STRING_TOKEN(STR_SECURE_BOOT_STATE_HELP),\r
+      text   = STRING_TOKEN(STR_SECURE_BOOT_STATE_PROMPT),\r
+        text   = STRING_TOKEN(STR_SECURE_BOOT_STATE_CONTENT);\r
+        \r
     //\r
     // Define of Check Box: Attempt Secure Boot\r
     //\r
@@ -47,7 +52,7 @@ formset
     // Display of Check Box: Attempt Secure Boot\r
     //\r
     grayoutif ideqval SECUREBOOT_CONFIGURATION.HideSecureBoot == 1;\r
-    checkbox varid = SECUREBOOT_CONFIGURATION.SecureBootState,\r
+    checkbox varid = SECUREBOOT_CONFIGURATION.AttemptSecureBoot,\r
           questionid = KEY_SECURE_BOOT_ENABLE,\r
           prompt = STRING_TOKEN(STR_SECURE_BOOT_PROMPT),\r
           help   = STRING_TOKEN(STR_SECURE_BOOT_HELP),\r