mirror of https://github.com/acidanthera/audk.git
5e0e476a95
PlatformInitializeConsole() (called by PlatformBootManagerBeforeConsole())
adds elements of "gPlatformConsole" to ConIn / ConOut / ErrOut (as
requested per element) if at boot at least one of ConIn and ConOut doesn't
exist. This typically applies to new VMs, and VMs with freshly recreated
varstores.
Add a USB keyboard wildcard to ConIn via "gPlatformConsole", so that we
not only bind the PS/2 keyboard. (The PS/2 keyboard is added in
PrepareLpcBridgeDevicePath()). Explicitly connecting the USB keyboard is
necessary after commit
|
||
---|---|---|
.. | ||
BdsPlatform.c | ||
BdsPlatform.h | ||
PlatformBootManagerLib.inf | ||
PlatformData.c | ||
QemuKernel.c |