]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatDriOverrideLib.c
SecurityPkg: DxeImageVerificationLib: Update PCR[7] measure logic
[mirror_edk2.git] / MdeModulePkg / Universal / PlatformDriOverrideDxe / PlatDriOverrideLib.c
index bad8ecc35fa5dd95f53dab5335760fe0763ef289..86c34be88d0f1338dfd5a1828ba593d3b2692569 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Implementation of the shared functions to do the platform driver vverride mapping.\r
 \r
-  Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -147,7 +147,7 @@ CheckExistInStack (
 \r
   According to a file GUID, check a Fv file device path is valid. If it is invalid,\r
   try to return the valid device path.\r
-  FV address maybe changes for memory layout adjust from time to time, use this funciton\r
+  FV address maybe changes for memory layout adjust from time to time, use this function\r
   could promise the Fv file device path is right.\r
 \r
   @param  DevicePath               On input, the FV file device path to check\r
@@ -1004,7 +1004,6 @@ SaveOverridesMapping (
       //\r
       if ((VariableNeededSize +\r
            OneItemNeededSize +\r
-           sizeof (VARIABLE_HEADER) +\r
            StrSize (L"PlatDriOver ")\r
            ) >= MaximumVariableSize\r
           ) {\r
@@ -1116,7 +1115,7 @@ SaveOverridesMapping (
                                If Binding protocol is not found, it is set to NULL. \r
 \r
   @return                      Pointer into the Binding Protocol interface\r
-  @retval NULL                 The paramter is not valid or the binding protocol is not found.\r
+  @retval NULL                 The parameter is not valid or the binding protocol is not found.\r
 \r
 **/\r
 EFI_DRIVER_BINDING_PROTOCOL *\r
@@ -1316,7 +1315,7 @@ GetDriverFromMapping (
   //\r
   if (CheckExistInStack (OverrideItem->ControllerDevicePath)) {\r
     //\r
-    // There is a dependecy dead loop if the ControllerDevicePath appear in stack twice\r
+    // There is a dependency dead loop if the ControllerDevicePath appear in stack twice\r
     //\r
     return EFI_UNSUPPORTED;\r
   }\r
@@ -1338,7 +1337,7 @@ GetDriverFromMapping (
         // If the image device path contains an FV node, check the FV file device path is valid.\r
         // If it is invalid, try to return the valid device path.\r
         // FV address maybe changes for memory layout adjust from time to time,\r
-        // use this funciton could promise the FV file device path is right.\r
+        // use this function could promise the FV file device path is right.\r
         //\r
         Status = UpdateFvFileDevicePath (&TempDriverImagePath, NULL, CallerImageHandle);\r
         if (!EFI_ERROR (Status)) {\r