]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/Library/PeilessStartupLib/PeilessStartupInternal.h
OvmfPkg: Refactor MeaureFvImage
[mirror_edk2.git] / OvmfPkg / Library / PeilessStartupLib / PeilessStartupInternal.h
index a2d2c1c9145bacf2499a0530ca382a6726150313..1581962719629c2f8cd8ecd8465926b353cb6b22 100644 (file)
@@ -58,25 +58,4 @@ EFIAPI
 ConstructSecHobList (\r
   );\r
 \r
-/**\r
-  Measure FV image.\r
-\r
-  @param[in]  FvBase            Base address of FV image.\r
-  @param[in]  FvLength          Length of FV image.\r
-  @param[in]  PcrIndex          Index of PCR\r
-\r
-  @retval EFI_SUCCESS           Fv image is measured successfully\r
-                                or it has been already measured.\r
-  @retval EFI_OUT_OF_RESOURCES  No enough memory to log the new event.\r
-  @retval EFI_DEVICE_ERROR      The command was unsuccessful.\r
-\r
-**/\r
-EFI_STATUS\r
-EFIAPI\r
-MeasureFvImage (\r
-  IN EFI_PHYSICAL_ADDRESS  FvBase,\r
-  IN UINT64                FvLength,\r
-  IN UINT8                 PcrIndex\r
-  );\r
-\r
 #endif\r