diff options
author | Yao, Jiewen <jiewen.yao@intel.com> | 2015-02-12 15:13:37 +0000 |
---|---|---|
committer | jyao1 <jyao1@Edk2> | 2015-02-12 15:13:37 +0000 |
commit | 6ca9135a654a658c9fbaa698cfa69a76c7719be1 (patch) | |
tree | 50440fd033d2a12d0003a88ee424c7065e27e250 /IntelFspWrapperPkg | |
parent | 8c4cf6e769009ff86525c419214fa45f7df6c771 (diff) | |
download | edk2-6ca9135a654a658c9fbaa698cfa69a76c7719be1.tar.gz edk2-6ca9135a654a658c9fbaa698cfa69a76c7719be1.tar.bz2 edk2-6ca9135a654a658c9fbaa698cfa69a76c7719be1.zip |
Fix comments format error.Fsp1.1 update.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: "Yao, Jiewen" <jiewen.yao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16843 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFspWrapperPkg')
-rw-r--r-- | IntelFspWrapperPkg/FspInitPei/FspInitPei.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/IntelFspWrapperPkg/FspInitPei/FspInitPei.h b/IntelFspWrapperPkg/FspInitPei/FspInitPei.h index fd4b707684..6d70f0c2ab 100644 --- a/IntelFspWrapperPkg/FspInitPei/FspInitPei.h +++ b/IntelFspWrapperPkg/FspInitPei/FspInitPei.h @@ -37,11 +37,25 @@ extern EFI_PEI_NOTIFY_DESCRIPTOR mS3EndOfPeiNotifyDesc;
+/**
+ Do FSP initialization based on FspApi version 1.
+
+ @param[in] FspHeader FSP header pointer.
+
+ @return FSP initialization status.
+**/
EFI_STATUS
PeiFspInitV1 (
IN FSP_INFO_HEADER *FspHeader
);
+/**
+ Do FSP initialization based on FspApi version 2.
+
+ @param[in] FspHeader FSP header pointer.
+
+ @return FSP initialization status.
+**/
EFI_STATUS
PeiFspInitV2 (
IN FSP_INFO_HEADER *FspHeader
|