]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/Pei/FwVol/FwVol.h
MdeModulePkg PeiCore: Improve comment semantics
[mirror_edk2.git] / MdeModulePkg / Core / Pei / FwVol / FwVol.h
index 263f0d7a560c858b51ff70abe41f70d5d4817bbf..7241c01b8cb347c297f4b72362380cc19eb7a4e7 100644 (file)
@@ -303,11 +303,12 @@ FindFileEx (
   );\r
 \r
 /**\r
-  Report the information for a new discovered FV in unknown format.\r
+  Report the information for a newly discovered FV in an unknown format.\r
+\r
+  If the EFI_PEI_FIRMWARE_VOLUME_PPI has not been installed for a third-party FV format, but\r
+  the FV has been discovered, then the information of this FV will be cached into PEI_CORE_INSTANCE's\r
+  UnknownFvInfo array.\r
 \r
-  If the EFI_PEI_FIRMWARE_VOLUME_PPI has not been installed for specific FV format, but\r
-  the FV in this FV format has been discovered, then the information of this FV\r
-  will be cached into PEI_CORE_INSTANCE's UnknownFvInfo array.\r
   Also a notification would be installed for unknown FV format GUID, if EFI_PEI_FIRMWARE_VOLUME_PPI\r
   is installed later by platform's PEIM, the original unknown FV will be processed by\r
   using new installed EFI_PEI_FIRMWARE_VOLUME_PPI.\r