diff --git a/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c b/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c index 7537e1feda..cce0dde4ec 100644 --- a/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c +++ b/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c @@ -110,6 +110,7 @@ Returns: --*/ { DEBUG ((EFI_D_INFO, "PlatformBdsInit\n")); + BdsLibSaveMemoryTypeInformation (); InstallDevicePathCallback (); LoadVideoRom (); }