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 /IntelFspPkg/FspSecCore | |
parent | 8c4cf6e769009ff86525c419214fa45f7df6c771 (diff) | |
download | edk2-platforms-6ca9135a654a658c9fbaa698cfa69a76c7719be1.tar.xz |
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 'IntelFspPkg/FspSecCore')
-rw-r--r-- | IntelFspPkg/FspSecCore/SecMain.c | 2 | ||||
-rw-r--r-- | IntelFspPkg/FspSecCore/SecMain.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/IntelFspPkg/FspSecCore/SecMain.c b/IntelFspPkg/FspSecCore/SecMain.c index 15afc0b76a..12c9526d83 100644 --- a/IntelFspPkg/FspSecCore/SecMain.c +++ b/IntelFspPkg/FspSecCore/SecMain.c @@ -43,7 +43,7 @@ UINT64 mIdtEntryTemplate = 0xffff8e000008ffe4ULL; @param[in] BootFirmwareVolume Base address of the Boot Firmware Volume.
@param[in] PeiCore PeiCore entry point.
@param[in] BootloaderStack Bootloader stack.
- @param[in] ApiIdx the index of API
+ @param[in] ApiIdx the index of API.
@return This function never returns.
diff --git a/IntelFspPkg/FspSecCore/SecMain.h b/IntelFspPkg/FspSecCore/SecMain.h index 6fdf7b5b9a..7efd2f0983 100644 --- a/IntelFspPkg/FspSecCore/SecMain.h +++ b/IntelFspPkg/FspSecCore/SecMain.h @@ -109,6 +109,7 @@ InitializeFloatingPointUnits ( @param[in] BootFirmwareVolume Base address of the Boot Firmware Volume.
@param[in] PeiCore PeiCore entry point.
@param[in] BootloaderStack Bootloader stack.
+ @param[in] ApiIdx the index of API.
@return This function never returns.
|