From 90c1009b96c46aedecc20a9c1e9b8831803de26a Mon Sep 17 00:00:00 2001 From: Leif Lindholm Date: Wed, 25 Nov 2015 17:24:29 +0000 Subject: ArmPlatformPkg/IntelBds: call BdsLibConnectAll() Currently, we don't pick up removable media (USB drives) or storage devices connected via plug-in cards. Take the sledge hammer approach for now. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Leif Lindholm (cherry picked from commit bfbd0ef1a182e1baa120f66ad2c6838ef48ff48c) Signed-off-by: Ryan Harkin --- ArmPlatformPkg/Library/PlatformIntelBdsLib/IntelBdsPlatform.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ArmPlatformPkg/Library/PlatformIntelBdsLib/IntelBdsPlatform.c b/ArmPlatformPkg/Library/PlatformIntelBdsLib/IntelBdsPlatform.c index e27e6d66df..ceb4f076e2 100644 --- a/ArmPlatformPkg/Library/PlatformIntelBdsLib/IntelBdsPlatform.c +++ b/ArmPlatformPkg/Library/PlatformIntelBdsLib/IntelBdsPlatform.c @@ -352,6 +352,13 @@ PlatformBdsPolicyBehavior ( // Show the splash screen. // EnableQuietBoot (PcdGetPtr (PcdLogoFile)); + + // + // Connect _all_ devices, to pick up plug-in and removable devices + // TODO: do this more cleanly, permitting faster boot times when boot config + // is known + // + BdsLibConnectAll (); } /** -- cgit v1.2.3