mirror of https://github.com/acidanthera/audk.git
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:
parent
e069278905
commit
50e8d3936c
|
@ -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 ();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue