mirror of https://github.com/acidanthera/audk.git
0b633b1494
Copy the function BuildPlatformInfoHob() from OvmfPkg/PlatformPei.
QemuFwCfgLib expect this HOB to be present, or fails to do anything.
InternalQemuFwCfgIsAvailable() from QemuFwCfgPeiLib module will not
check if the HOB is actually present for example and try to use a NULL
pointer.
Fixes:
|
||
---|---|---|
.. | ||
AmdSev.c | ||
ClearCache.c | ||
Cmos.c | ||
Cmos.h | ||
Fv.c | ||
MemDetect.c | ||
Platform.c | ||
Platform.h | ||
Xen.c | ||
Xen.h | ||
XenPlatformPei.inf |