Revision: 13916
          http://edk2.svn.sourceforge.net/edk2/?rev=13916&view=rev
Author:   vanjeff
Date:     2012-11-02 02:36:47 +0000 (Fri, 02 Nov 2012)
Log Message:
-----------
Sync patch r13900 from main trunk.
Install CustomGuidedSectionExtractionPpi for Tiano or Lzma DeCompression on S3 
boot in DxeIpl. 

Revision Links:
--------------
    http://edk2.svn.sourceforge.net/edk2/?rev=13900&view=rev

Modified Paths:
--------------
    branches/UDK2010.SR1/MdeModulePkg/Core/DxeIplPeim/DxeLoad.c

Modified: branches/UDK2010.SR1/MdeModulePkg/Core/DxeIplPeim/DxeLoad.c
===================================================================
--- branches/UDK2010.SR1/MdeModulePkg/Core/DxeIplPeim/DxeLoad.c 2012-11-02 
02:33:07 UTC (rev 13915)
+++ branches/UDK2010.SR1/MdeModulePkg/Core/DxeIplPeim/DxeLoad.c 2012-11-02 
02:36:47 UTC (rev 13916)
@@ -2,7 +2,7 @@
   Last PEIM.
   Responsibility of this module is to load the DXE Core from a Firmware Volume.
 
-Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>
 This program and the accompanying materials
 are licensed and made available under the terms and conditions of the BSD 
License
 which accompanies this distribution.  The full text of the license may be 
found at
@@ -92,27 +92,26 @@
     // Ensure that DXE IPL is shadowed to permanent memory.
     //
     ASSERT (Status == EFI_ALREADY_STARTED);
+  }
      
-    //
-    // Get custom extract guided section method guid list 
-    //
-    ExtractHandlerNumber = ExtractGuidedSectionGetGuidList 
(&ExtractHandlerGuidTable);
-    
-    //
-    // Install custom extraction guid PPI
-    //
-    if (ExtractHandlerNumber > 0) {
-      GuidPpi = (EFI_PEI_PPI_DESCRIPTOR *) AllocatePool (ExtractHandlerNumber 
* sizeof (EFI_PEI_PPI_DESCRIPTOR));
-      ASSERT (GuidPpi != NULL);
-      while (ExtractHandlerNumber-- > 0) {
-        GuidPpi->Flags = EFI_PEI_PPI_DESCRIPTOR_PPI | 
EFI_PEI_PPI_DESCRIPTOR_TERMINATE_LIST;
-        GuidPpi->Ppi   = (VOID *) &mCustomGuidedSectionExtractionPpi;
-        GuidPpi->Guid  = &ExtractHandlerGuidTable[ExtractHandlerNumber];
-        Status = PeiServicesInstallPpi (GuidPpi++);
-        ASSERT_EFI_ERROR(Status);
-      }
+  //
+  // Get custom extract guided section method guid list 
+  //
+  ExtractHandlerNumber = ExtractGuidedSectionGetGuidList 
(&ExtractHandlerGuidTable);
+  
+  //
+  // Install custom extraction guid PPI
+  //
+  if (ExtractHandlerNumber > 0) {
+    GuidPpi = (EFI_PEI_PPI_DESCRIPTOR *) AllocatePool (ExtractHandlerNumber * 
sizeof (EFI_PEI_PPI_DESCRIPTOR));
+    ASSERT (GuidPpi != NULL);
+    while (ExtractHandlerNumber-- > 0) {
+      GuidPpi->Flags = EFI_PEI_PPI_DESCRIPTOR_PPI | 
EFI_PEI_PPI_DESCRIPTOR_TERMINATE_LIST;
+      GuidPpi->Ppi   = (VOID *) &mCustomGuidedSectionExtractionPpi;
+      GuidPpi->Guid  = &ExtractHandlerGuidTable[ExtractHandlerNumber];
+      Status = PeiServicesInstallPpi (GuidPpi++);
+      ASSERT_EFI_ERROR(Status);
     }
-    
   }
   
   //

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center
Diagnose problems and improve visibility into emerging IT issues
Automate, monitor and manage. Do more in less time with Central
http://p.sf.net/sfu/logmein12331_d2d
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to