]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/Library/PlatformIntelBdsLib/IntelBdsPlatform.c
ArmPlatformPkg/IntelBds: call BdsLibConnectAll()
[mirror_edk2.git] / ArmPlatformPkg / Library / PlatformIntelBdsLib / IntelBdsPlatform.c
index e27e6d66df9159d80969c2c234f41a6fb8e9c143..ceb4f076e2a6fcf6d9baabdba2247bdc01760381 100644 (file)
@@ -352,6 +352,13 @@ PlatformBdsPolicyBehavior (
   // Show the splash screen.\r
   //\r
   EnableQuietBoot (PcdGetPtr (PcdLogoFile));\r
+\r
+  //\r
+  // Connect _all_ devices, to pick up plug-in and removable devices\r
+  // TODO: do this more cleanly, permitting faster boot times when boot config\r
+  //       is known\r
+  //\r
+  BdsLibConnectAll ();\r
 }\r
 \r
 /**\r