On 6/4/20 2:27 PM, Pete Batard wrote:
On 2020.06.04 10:50, Ard Biesheuvel wrote:
The BDS will connect device paths that are considered as boot options,
so there is really no reason to always connect absolutely everything.
So now that all the drivers have been updated to play nice in this
case, remove the ConnectAll() call from the RPi BDS code.
Signed-off-by: Ard Biesheuvel <ard.biesheu...@arm.com>
---
Platform/RaspberryPi/Library/PlatformBootManagerLib/PlatformBm.c | 5
-----
1 file changed, 5 deletions(-)
diff --git
a/Platform/RaspberryPi/Library/PlatformBootManagerLib/PlatformBm.c
b/Platform/RaspberryPi/Library/PlatformBootManagerLib/PlatformBm.c
index 2bd625ad7e7c..253614a646c1 100644
--- a/Platform/RaspberryPi/Library/PlatformBootManagerLib/PlatformBm.c
+++ b/Platform/RaspberryPi/Library/PlatformBootManagerLib/PlatformBm.c
@@ -655,11 +655,6 @@ PlatformBootManagerAfterConsole (
Print (BOOT_PROMPT);
}
- //
- // Connect the rest of the devices.
- //
- EfiBootManagerConnectAll ();
-
Status = gBS->LocateProtocol (&gEsrtManagementProtocolGuid, NULL,
(VOID**)&EsrtManagement);
if (!EFI_ERROR (Status)) {
EsrtManagement->SyncEsrtFmp ();
Reviewed-by: Pete Batard <p...@akeo.ie>
For the series (after application of the planned edk2 commits to confirm
that UEFI Shell is now added as an option in Boot Manager):
Tested-by: Pete Batard <p...@akeo.ie>
Series pushed as 4a937016142e..c8000ecccc83
Thanks all
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#60747): https://edk2.groups.io/g/devel/message/60747
Mute This Topic: https://groups.io/mt/74668022/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-