From a61513d6f94b0fb4d5498609cbaef60c324858ba Mon Sep 17 00:00:00 2001 From: lgao4 Date: Tue, 22 Aug 2006 06:53:46 +0000 Subject: Fix one bug in PeiMain to make it output correct ImageStartAddress. And in DxeIplX64Peim/DxeLoadX64.c, install EndOfPeiSignalPpi can delay only if it enters into dxecore. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1348 6f19259b-4bc3-4df7-8a09-765794883524 --- EdkModulePkg/Core/DxeIplPeim/DxeLoad.c | 1 - 1 file changed, 1 deletion(-) (limited to 'EdkModulePkg/Core/DxeIplPeim') diff --git a/EdkModulePkg/Core/DxeIplPeim/DxeLoad.c b/EdkModulePkg/Core/DxeIplPeim/DxeLoad.c index c53a7316c9..5ec81b2534 100644 --- a/EdkModulePkg/Core/DxeIplPeim/DxeLoad.c +++ b/EdkModulePkg/Core/DxeIplPeim/DxeLoad.c @@ -371,7 +371,6 @@ Returns: // Transfer control to the DXE Core // The handoff state is simply a pointer to the HOB list // -// PERF_END (PeiServices, L"DxeIpl", NULL, 0); Status = PeiServicesInstallPpi (&mPpiSignal); -- cgit v1.2.3