From 044824d9601202626e2df5aac439191c49e6701e Mon Sep 17 00:00:00 2001 From: czhang46 Date: Thu, 2 Aug 2012 06:34:20 +0000 Subject: Measure ExitBootServices failure case Signed-off-by: Chao Zhang Reviewed-by: Dong Guo Reviewed-by: Gao Liming git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13581 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Core/Dxe/DxeMain/DxeMain.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'MdeModulePkg/Core/Dxe/DxeMain') diff --git a/MdeModulePkg/Core/Dxe/DxeMain/DxeMain.c b/MdeModulePkg/Core/Dxe/DxeMain/DxeMain.c index 84a3583a6b..a6d10e680c 100644 --- a/MdeModulePkg/Core/Dxe/DxeMain/DxeMain.c +++ b/MdeModulePkg/Core/Dxe/DxeMain/DxeMain.c @@ -690,6 +690,10 @@ CoreExitBootServices ( // Status = CoreTerminateMemoryMap (MapKey); if (EFI_ERROR (Status)) { + // + // Notify other drivers that ExitBootServices fail + // + CoreNotifySignalList (&gEventExitBootServicesFailedGuid); return Status; } -- cgit v1.2.3