diff options
-rw-r--r-- | ArmPlatformPkg/Library/PlatformIntelBdsLib/IntelBdsPlatform.c | 7 |
1 files changed, 7 insertions, 0 deletions
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 ();
}
/**
|