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 <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>
This commit is contained in:
Leif Lindholm 2015-11-25 17:24:29 +00:00
parent e069278905
commit 50e8d3936c
1 changed files with 7 additions and 0 deletions

View File

@ -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 ();
}
/**