]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/Dxe/DxeMain/DxeMain.c
1) Change GUID of emuvariable module.
[mirror_edk2.git] / MdeModulePkg / Core / Dxe / DxeMain / DxeMain.c
index 53f1d5f594c0c2a4f58175eb56d802a8af1ecdbe..58bdb8b8c03cff0844c7bdabc5b9237b03b733d3 100644 (file)
@@ -299,6 +299,10 @@ Returns:
   ASSERT_EFI_ERROR (Status);\r
 \r
   //\r
+  // The HobStart is relocated in gcd service init. Sync mHobStart varible.\r
+  //\r
+  mHobStart = HobStart;\r
+  \r
   // Install the DXE Services Table into the EFI System Tables's Configuration Table\r
   //\r
   Status = CoreInstallConfigurationTable (&gEfiDxeServicesTableGuid, gDxeCoreDS);\r
@@ -338,7 +342,7 @@ Returns:
     gDxeCoreImageHandle\r
     );\r
 \r
-  DEBUG ((EFI_D_INFO | EFI_D_LOAD, "HOBLIST address in DXE = 0x%08x\n", HobStart));\r
+  DEBUG ((EFI_D_INFO | EFI_D_LOAD, "HOBLIST address in DXE = 0x%016lx\n", (UINT64) (UINTN) HobStart));\r
 \r
   //\r
   // Initialize the Event Services\r
@@ -867,4 +871,3 @@ DxeMainUefiDecompress (
 \r
   return UefiDecompress (Source, Destination, Scratch);\r
 }\r
-\r