]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Update DXE Core to use gEfiCallerIdGuid instead of the gDxeServicesTableGuid for...
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 16 Aug 2007 01:21:02 +0000 (01:21 +0000)
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 16 Aug 2007 01:21:02 +0000 (01:21 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3646 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Core/Dxe/DxeMain/DxeMain.c
MdeModulePkg/Core/Dxe/Library.h
MdeModulePkg/Core/Dxe/Library/Library.c

index 0324901ef9a80a2ef129b2cef1d22b4da83d1b81..26bc94c13ffd4fee2e22ae78145d81fe575b4b0f 100644 (file)
@@ -787,7 +787,7 @@ Returns:
   //\r
   // Report that ExitBootServices() has been called\r
   //\r
-  // We are using gEfiDxeServicesTableGuid as the caller ID for Dxe Core\r
+  // We are using gEfiCallerIdGuid as the caller ID for Dxe Core\r
   //\r
   CoreReportProgressCode ((EFI_SOFTWARE_EFI_BOOT_SERVICE | EFI_SW_BS_PC_EXIT_BOOT_SERVICES));\r
 \r
index 5e33da5285ecef70d73cf2e4586dc773660fa524..8d41bd251bc566139969b499479f5bfa8a41e4d0 100644 (file)
@@ -31,7 +31,7 @@ CoreReportProgressCode (
 \r
 Routine Description:\r
 \r
-  Report status code of type EFI_PROGRESS_CODE by caller ID gEfiDxeServicesTableGuid.\r
+  Report status code of type EFI_PROGRESS_CODE by caller ID gEfiCallerIdGuid.\r
     \r
 Arguments:\r
 \r
@@ -54,7 +54,7 @@ CoreReportProgressCodeSpecific (
 \r
 Routine Description:\r
 \r
-  Report status code of type EFI_PROGRESS_CODE by caller ID gEfiDxeServicesTableGuid, \r
+  Report status code of type EFI_PROGRESS_CODE by caller ID gEfiCallerIdGuid, \r
   with a handle as additional information.\r
     \r
 Arguments:\r
index 3d8a312cc22ffcec6538395e53e704b9ba697d79..b7c9097000a8330f12ed029fda8d277fef8f0996 100644 (file)
@@ -41,7 +41,7 @@ CoreReportProgressCodeSpecific (
 \r
 Routine Description:\r
 \r
-  Report status code of type EFI_PROGRESS_CODE by caller ID gEfiDxeServicesTableGuid,\r
+  Report status code of type EFI_PROGRESS_CODE by caller ID gEfiCallerIdGuid,\r
   with a handle as additional information.\r
 \r
 Arguments:\r
@@ -65,7 +65,7 @@ Returns:
       EFI_PROGRESS_CODE,\r
       Value,\r
       0,\r
-      &gEfiDxeServicesTableGuid,\r
+      &gEfiCallerIdGuid,\r
       (EFI_STATUS_CODE_DATA *) &mStatusCodeData\r
       );\r
   }\r
@@ -79,7 +79,7 @@ CoreReportProgressCode (
 \r
 Routine Description:\r
 \r
-  Report status code of type EFI_PROGRESS_CODE by caller ID gEfiDxeServicesTableGuid.\r
+  Report status code of type EFI_PROGRESS_CODE by caller ID gEfiCallerIdGuid.\r
 \r
 Arguments:\r
 \r
@@ -97,7 +97,7 @@ Returns:
       EFI_PROGRESS_CODE,\r
       Value,\r
       0,\r
-      &gEfiDxeServicesTableGuid,\r
+      &gEfiCallerIdGuid,\r
       NULL\r
       );\r
   }\r