From 8df3a682fef2f376111c06884416e73c7f1c6d71 Mon Sep 17 00:00:00 2001 From: mdkinney Date: Sun, 4 Jul 2010 19:57:45 +0000 Subject: [PATCH] Update OVMF BDS Library to call GenericBdsLib function to save gEfiMemoryTypeInformation git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10627 6f19259b-4bc3-4df7-8a09-765794883524 --- OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c | 1 + 1 file changed, 1 insertion(+) 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 (); } -- 2.39.2