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>
// 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