mirror of https://github.com/acidanthera/audk.git
b7a33aff26
In this rather mechanical patch, we replace the calls to GenericBdsLib's
BdsLibUpdateConsoleVariable() with calls to UefiBootManagerLib's
EfiBootManagerUpdateConsoleVariable(), which has the same purpose.
The latter uses CONSOLE_TYPE enum constants from
"MdeModulePkg/Include/Library/UefiBootManagerLib.h", for identifying the
console type / underlying UEFI variable in the first parameter.
This patch parallels OvmfPkg commit
|
||
---|---|---|
.. | ||
PlatformBm.c | ||
PlatformBm.h | ||
PlatformBootManagerLib.inf | ||
QemuKernel.c |