summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
diff options
context:
space:
mode:
authorDandan Bi <dandan.bi@intel.com>2016-06-15 15:44:55 +0800
committerStar Zeng <star.zeng@intel.com>2016-06-21 12:33:48 +0800
commit7de6db5f558cfde0013a567dd9088cb2942d321f (patch)
tree61e0d2d0950d52cf91b6f2f7cb5135ca78fe12a2 /MdeModulePkg
parenta0d1206f845f71fbe27adb5958d285e2a901f260 (diff)
downloadedk2-7de6db5f558cfde0013a567dd9088cb2942d321f.tar.gz
edk2-7de6db5f558cfde0013a567dd9088cb2942d321f.tar.bz2
edk2-7de6db5f558cfde0013a567dd9088cb2942d321f.zip
MdeModulePkg/BootManagerUiLib: No need to connect all devices
The connect all action has been done in UiApp, no need to do it when update boot manager form. Cc: Liming Gao <liming.gao@intel.com> Cc: Eric Dong <eric.dong@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Eric Dong <eric.dong@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'MdeModulePkg')
-rw-r--r--MdeModulePkg/Library/BootManagerUiLib/BootManager.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/MdeModulePkg/Library/BootManagerUiLib/BootManager.c b/MdeModulePkg/Library/BootManagerUiLib/BootManager.c
index 82038879c5..8cc6e24386 100644
--- a/MdeModulePkg/Library/BootManagerUiLib/BootManager.c
+++ b/MdeModulePkg/Library/BootManagerUiLib/BootManager.c
@@ -1,7 +1,7 @@
/** @file
The boot manager reference implementation
-Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2004 - 2016, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials are licensed and made available under
the terms and conditions of the BSD License that accompanies this distribution.
The full text of the license may be found at
@@ -419,8 +419,7 @@ BmDevicePathToStr (
}
/**
- This function invokes Boot Manager. If all devices have not a chance to be connected,
- the connect all will be triggered. It then enumerate all boot options. If
+ This function invokes Boot Manager. It then enumerate all boot options. If
a boot option from the Boot Manager page is selected, Boot Manager will boot
from this boot option.
@@ -450,8 +449,6 @@ UpdateBootManager (
DeviceType = (UINT16) -1;
- EfiBootManagerConnectAll ();
-
//
// for better user experience
// 1. User changes HD configuration (e.g.: unplug HDD), here we have a chance to remove the HDD boot option