public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: Maggie Chu <maggie.chu@intel.com>
To: edk2-devel@lists.01.org
Cc: Chao Zhang <chao.b.zhang@intel.com>,
	Jiewen Yao <jiewen.yao@intel.com>,
	Eric Dong <eric.dong@intel.com>
Subject: [PATCH] SecurityPkg/OpalPassword: Update strings on Opal Setup page
Date: Fri,  1 Feb 2019 18:38:28 +0800	[thread overview]
Message-ID: <20190201103828.1264-1-maggie.chu@intel.com> (raw)

https://bugzilla.tianocore.org/show_bug.cgi?id=1506
Updated some descriptions on SETUP page to avoid user confusion.
Currently it shows "1.0 UEFI Opal Driver", however it may be mislead user to think
it is only for Opal drive but not for Pyrite drive.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Maggie Chu <maggie.chu@intel.com>
Cc: Chao Zhang <chao.b.zhang@intel.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
---
 SecurityPkg/Tcg/Opal/OpalPassword/OpalHii.c              | 10 ----------
 SecurityPkg/Tcg/Opal/OpalPassword/OpalHiiFormStrings.uni | 10 ++++++----
 SecurityPkg/Tcg/Opal/OpalPassword/OpalPasswordForm.vfr   |  4 ++--
 3 files changed, 8 insertions(+), 16 deletions(-)

diff --git a/SecurityPkg/Tcg/Opal/OpalPassword/OpalHii.c b/SecurityPkg/Tcg/Opal/OpalPassword/OpalHii.c
index 4336604d0d..51aa93c2fd 100644
--- a/SecurityPkg/Tcg/Opal/OpalPassword/OpalHii.c
+++ b/SecurityPkg/Tcg/Opal/OpalPassword/OpalHii.c
@@ -393,7 +393,6 @@ OpalHiiAddPackages(
   )
 {
   EFI_HANDLE                   DriverHandle;
-  CHAR16                       *NewString;
 
   DriverHandle = HiiGetDriverImageHandleCB();
 
@@ -416,15 +415,6 @@ OpalHiiAddPackages(
     return EFI_OUT_OF_RESOURCES;
   }
 
-  //
-  // Update Version String in main window
-  //
-  NewString = HiiGetDriverNameCB ();
-  if (HiiSetString(gHiiPackageListHandle, STRING_TOKEN(STR_MAIN_OPAL_VERSION), NewString, NULL) == 0) {
-    DEBUG ((DEBUG_INFO,  "OpalHiiAddPackages: HiiSetString( ) failed\n"));
-    return EFI_OUT_OF_RESOURCES;
-  }
-
   return EFI_SUCCESS;
 }
 
diff --git a/SecurityPkg/Tcg/Opal/OpalPassword/OpalHiiFormStrings.uni b/SecurityPkg/Tcg/Opal/OpalPassword/OpalHiiFormStrings.uni
index 5f753dfa8c..d818a66bdb 100644
--- a/SecurityPkg/Tcg/Opal/OpalPassword/OpalHiiFormStrings.uni
+++ b/SecurityPkg/Tcg/Opal/OpalPassword/OpalHiiFormStrings.uni
@@ -20,14 +20,15 @@
 #string STR_NULL                                #language en-US " "
 
 /////////////////////////////////   FORM SET   /////////////////////////////////
-#string STR_FORM_SET_HELP                        #language en-US "Manage Opal disks"
+#string STR_FORM_SET_HELP                        #language en-US "Select to manage"
 
 /////////////////////////////////   MULTIPLE FORMS   /////////////////////////////////
-#string STR_OPAL                                 #language en-US "Opal"
+#string STR_OPAL                                 #language en-US "TCG Drive Management"
 #string STR_MAIN_OPAL_VERSION                    #language en-US "Version 00.0.0.0000"
 
 /////////////////////////////////   MAIN MENU FORM   /////////////////////////////////
 #string STR_MAIN_PHY_DISKS_LBL                   #language en-US "Physical Disks:"
+#string STR_MAIN_OPAL_TITLE_LBL                  #language en-US "Allows user to choose drive to configure drive security. User can also set storage action policy for use of the TCG Block SID authentication feature."
 
 #string STR_MAIN_GOTO_DISK_INFO_0                #language en-US " "
 #string STR_MAIN_GOTO_DISK_INFO_1                #language en-US " "
@@ -36,13 +37,14 @@
 #string STR_MAIN_GOTO_DISK_INFO_4                #language en-US " "
 #string STR_MAIN_GOTO_DISK_INFO_5                #language en-US " "
 
-#string STR_MAIN_GOTO_DISK_INFO_HELP             #language en-US "Select to see Opal disk actions"
+#string STR_MAIN_GOTO_DISK_INFO_HELP             #language en-US "Select disk to see actions"
 
 #string STR_MAIN_NO_DISKS_PRESENT_LBL            #language en-US "No disks connected to system"
 #string STR_MAIN_NO_DISKS_PRESENT_LBL_HELP       #language en-US "The storage needs to be connected before EndOfDxe"
 
 /////////////////////////////////   DISK INFO MENU FORM   /////////////////////////////////
 #string STR_DISK_INFO_SELECTED_DISK_NAME         #language en-US " "
+#string STR_DISK_INFO_TITLE_LBL                  #language en-US "Allows user to set and modify password; perform secure erase; and perform revert functions on drive."
 
 #string STR_DISK_INFO_LOCK                       #language en-US "Lock"
 #string STR_DISK_INFO_UNLOCK                     #language en-US "Unlock"
@@ -69,7 +71,7 @@
 #string STR_BLOCKSID_STATUS2                     #language en-US ""
 #string STR_BLOCKSID_STATUS3                     #language en-US ""
 
-#string STR_OPAL_REQUESTS_LBL                    #language en-US "Opal Password Requests:"
+#string STR_OPAL_REQUESTS_LBL                    #language en-US "Options:"
 #string STR_DISK_INFO_LOCK_HELP                  #language en-US "Lock the disk"
 #string STR_DISK_INFO_UNLOCK_HELP                #language en-US "Unlock the disk"
 #string STR_DISK_INFO_SET_ADMIN_PSWD_HELP        #language en-US "Set password for the administrator, reset is required for the request to be processed in next boot"
diff --git a/SecurityPkg/Tcg/Opal/OpalPassword/OpalPasswordForm.vfr b/SecurityPkg/Tcg/Opal/OpalPassword/OpalPasswordForm.vfr
index d802ef305d..773d349c2b 100644
--- a/SecurityPkg/Tcg/Opal/OpalPassword/OpalPasswordForm.vfr
+++ b/SecurityPkg/Tcg/Opal/OpalPassword/OpalPasswordForm.vfr
@@ -45,7 +45,7 @@ form formid = FORMID_VALUE_MAIN_MENU,
         endnumeric;
     endif;
 
-    subtitle text = STRING_TOKEN(STR_MAIN_OPAL_VERSION);
+    subtitle text = STRING_TOKEN(STR_MAIN_OPAL_TITLE_LBL);
 
     subtitle text = STRING_TOKEN(STR_NULL);
 
@@ -174,7 +174,7 @@ form formid = FORMID_VALUE_DISK_INFO_FORM_MAIN,
         endcheckbox;
     endif;
 
-    subtitle text = STRING_TOKEN(STR_MAIN_OPAL_VERSION);
+    subtitle text = STRING_TOKEN(STR_DISK_INFO_TITLE_LBL);
 
     subtitle text = STRING_TOKEN(STR_NULL);
 
-- 
2.16.2.windows.1



             reply	other threads:[~2019-02-01 10:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-01 10:38 Maggie Chu [this message]
2019-02-11  5:04 ` [PATCH] SecurityPkg/OpalPassword: Update strings on Opal Setup page Dong, Eric
  -- strict thread matches above, loose matches on Subject: below --
2019-02-13  6:56 Maggie Chu
2019-02-14  5:43 ` Dong, Eric

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190201103828.1264-1-maggie.chu@intel.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox