diff options
author | Eric Dong <eric.dong@intel.com> | 2015-08-03 05:30:25 +0000 |
---|---|---|
committer | ydong10 <ydong10@Edk2> | 2015-08-03 05:30:25 +0000 |
commit | 99eda885802ad4fb382496e02c74020dc93ff6c9 (patch) | |
tree | b116e339f68605b5d075b5d53ffc8f2869bf0762 /Nt32Pkg | |
parent | 3af6a17f6446369e91ba370ab4c9fbc44df602d0 (diff) | |
download | edk2-99eda885802ad4fb382496e02c74020dc93ff6c9.tar.gz edk2-99eda885802ad4fb382496e02c74020dc93ff6c9.tar.bz2 edk2-99eda885802ad4fb382496e02c74020dc93ff6c9.zip |
Nt32Pkg: Do connect all and Refresh boot option action after console is connected.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18127 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg')
-rw-r--r-- | Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManager.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManager.c b/Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManager.c index 60d0126f2f..a527a4233d 100644 --- a/Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManager.c +++ b/Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManager.c @@ -197,6 +197,8 @@ PlatformBootManagerAfterConsole ( VOID
)
{
+ EfiBootManagerConnectAll ();
+ EfiBootManagerRefreshAllBootOption ();
Print (
L"\n"
L"F2 to enter Boot Manager Menu.\n"
|