Add a dialog box with help message when user changes the state of "Attempt Secure Boot" check box.

Signed-off-by: Fu Siyuan <siyuan.fu@intel.com>
Reviewed-by: Ye Ting  <ting.ye@intel.com>
Reviewed-by: Dong Guo <guo.dong@intel.com>

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13733 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
sfu5 2012-09-14 07:28:37 +00:00
parent d26c7e82f2
commit 0357efe3f5
1 changed files with 7 additions and 0 deletions

View File

@ -2396,6 +2396,13 @@ SecureBootCallback (
NULL
);
Status = EFI_UNSUPPORTED;
} else {
CreatePopUp (
EFI_LIGHTGRAY | EFI_BACKGROUND_BLUE,
&Key,
L"Secure boot configuration is changed, please reset the platform to take effect!",
NULL
);
}
*ActionRequest = EFI_BROWSER_ACTION_REQUEST_FORM_APPLY;
}