diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-08-22 06:53:46 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-08-22 06:53:46 +0000 |
commit | a61513d6f94b0fb4d5498609cbaef60c324858ba (patch) | |
tree | ade4254429bddfa048608544a8856d86cfaf578f /EdkModulePkg/Core/DxeIplPeim | |
parent | bf3a7173e34fa0754df81c53f24b72ce40fa5372 (diff) | |
download | edk2-platforms-a61513d6f94b0fb4d5498609cbaef60c324858ba.tar.xz |
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
Diffstat (limited to 'EdkModulePkg/Core/DxeIplPeim')
-rw-r--r-- | EdkModulePkg/Core/DxeIplPeim/DxeLoad.c | 1 |
1 files changed, 0 insertions, 1 deletions
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);
|