Update DXE Core to use gEfiCallerIdGuid instead of the gDxeServicesTableGuid for status codes
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3646 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -787,7 +787,7 @@ Returns:
|
|||||||
//
|
//
|
||||||
// Report that ExitBootServices() has been called
|
// Report that ExitBootServices() has been called
|
||||||
//
|
//
|
||||||
// We are using gEfiDxeServicesTableGuid as the caller ID for Dxe Core
|
// We are using gEfiCallerIdGuid as the caller ID for Dxe Core
|
||||||
//
|
//
|
||||||
CoreReportProgressCode ((EFI_SOFTWARE_EFI_BOOT_SERVICE | EFI_SW_BS_PC_EXIT_BOOT_SERVICES));
|
CoreReportProgressCode ((EFI_SOFTWARE_EFI_BOOT_SERVICE | EFI_SW_BS_PC_EXIT_BOOT_SERVICES));
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ CoreReportProgressCode (
|
|||||||
|
|
||||||
Routine Description:
|
Routine Description:
|
||||||
|
|
||||||
Report status code of type EFI_PROGRESS_CODE by caller ID gEfiDxeServicesTableGuid.
|
Report status code of type EFI_PROGRESS_CODE by caller ID gEfiCallerIdGuid.
|
||||||
|
|
||||||
Arguments:
|
Arguments:
|
||||||
|
|
||||||
@ -54,7 +54,7 @@ CoreReportProgressCodeSpecific (
|
|||||||
|
|
||||||
Routine Description:
|
Routine Description:
|
||||||
|
|
||||||
Report status code of type EFI_PROGRESS_CODE by caller ID gEfiDxeServicesTableGuid,
|
Report status code of type EFI_PROGRESS_CODE by caller ID gEfiCallerIdGuid,
|
||||||
with a handle as additional information.
|
with a handle as additional information.
|
||||||
|
|
||||||
Arguments:
|
Arguments:
|
||||||
|
@ -41,7 +41,7 @@ CoreReportProgressCodeSpecific (
|
|||||||
|
|
||||||
Routine Description:
|
Routine Description:
|
||||||
|
|
||||||
Report status code of type EFI_PROGRESS_CODE by caller ID gEfiDxeServicesTableGuid,
|
Report status code of type EFI_PROGRESS_CODE by caller ID gEfiCallerIdGuid,
|
||||||
with a handle as additional information.
|
with a handle as additional information.
|
||||||
|
|
||||||
Arguments:
|
Arguments:
|
||||||
@ -65,7 +65,7 @@ Returns:
|
|||||||
EFI_PROGRESS_CODE,
|
EFI_PROGRESS_CODE,
|
||||||
Value,
|
Value,
|
||||||
0,
|
0,
|
||||||
&gEfiDxeServicesTableGuid,
|
&gEfiCallerIdGuid,
|
||||||
(EFI_STATUS_CODE_DATA *) &mStatusCodeData
|
(EFI_STATUS_CODE_DATA *) &mStatusCodeData
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@ -79,7 +79,7 @@ CoreReportProgressCode (
|
|||||||
|
|
||||||
Routine Description:
|
Routine Description:
|
||||||
|
|
||||||
Report status code of type EFI_PROGRESS_CODE by caller ID gEfiDxeServicesTableGuid.
|
Report status code of type EFI_PROGRESS_CODE by caller ID gEfiCallerIdGuid.
|
||||||
|
|
||||||
Arguments:
|
Arguments:
|
||||||
|
|
||||||
@ -97,7 +97,7 @@ Returns:
|
|||||||
EFI_PROGRESS_CODE,
|
EFI_PROGRESS_CODE,
|
||||||
Value,
|
Value,
|
||||||
0,
|
0,
|
||||||
&gEfiDxeServicesTableGuid,
|
&gEfiCallerIdGuid,
|
||||||
NULL
|
NULL
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user