]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmPlatformPkg/IntelBds: call BdsLibConnectAll()
authorLeif Lindholm <leif.lindholm@linaro.org>
Wed, 25 Nov 2015 17:24:29 +0000 (17:24 +0000)
committerLeif Lindholm <leif.lindholm@linaro.org>
Wed, 24 Feb 2016 10:35:51 +0000 (10:35 +0000)
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 <leif.lindholm@linaro.org>
Tested-by: Ryan Harkin <ryan.harkin@linaro.org>
Reviewed-by: Ryan Harkin <ryan.harkin@linaro.org>
Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
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
   // 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
 }\r
 \r
 /**\r