summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/Library
diff options
context:
space:
mode:
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2010-07-04 19:57:45 +0000
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2010-07-04 19:57:45 +0000
commit8df3a682fef2f376111c06884416e73c7f1c6d71 (patch)
treedb45c950587436dd126ad2e7c01c5ab4a7b677dd /OvmfPkg/Library
parent755e4d118482c3a89f429086c255e77a5c5778f9 (diff)
downloadedk2-8df3a682fef2f376111c06884416e73c7f1c6d71.tar.gz
edk2-8df3a682fef2f376111c06884416e73c7f1c6d71.tar.bz2
edk2-8df3a682fef2f376111c06884416e73c7f1c6d71.zip
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
Diffstat (limited to 'OvmfPkg/Library')
-rw-r--r--OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c1
1 files changed, 1 insertions, 0 deletions
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 ();
}