MdeModulePkg PeiCore: Improve comment semantics

This patch clarifies wording in several PeiCore comments to improve
reading comprehension.

Cc: Dandan Bi <dandan.bi@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Hao A Wu <hao.a.wu@intel.com>
Signed-off-by: Michael Kubacki <michael.a.kubacki@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
This commit is contained in:
Michael Kubacki
2019-11-20 17:31:24 -08:00
committed by mergify[bot]
parent d39d1260c6
commit d3add11e87
6 changed files with 31 additions and 27 deletions

View File

@@ -303,11 +303,12 @@ FindFileEx (
);
/**
Report the information for a new discovered FV in unknown format.
Report the information for a newly discovered FV in an unknown format.
If the EFI_PEI_FIRMWARE_VOLUME_PPI has not been installed for a third-party FV format, but
the FV has been discovered, then the information of this FV will be cached into PEI_CORE_INSTANCE's
UnknownFvInfo array.
If the EFI_PEI_FIRMWARE_VOLUME_PPI has not been installed for specific FV format, but
the FV in this FV format has been discovered, then the information of this FV
will be cached into PEI_CORE_INSTANCE's UnknownFvInfo array.
Also a notification would be installed for unknown FV format GUID, if EFI_PEI_FIRMWARE_VOLUME_PPI
is installed later by platform's PEIM, the original unknown FV will be processed by
using new installed EFI_PEI_FIRMWARE_VOLUME_PPI.