summaryrefslogtreecommitdiff
path: root/IntelFspPkg
diff options
context:
space:
mode:
authorYao, Jiewen <jiewen.yao@intel.com>2015-02-12 15:13:37 +0000
committerjyao1 <jyao1@Edk2>2015-02-12 15:13:37 +0000
commit6ca9135a654a658c9fbaa698cfa69a76c7719be1 (patch)
tree50440fd033d2a12d0003a88ee424c7065e27e250 /IntelFspPkg
parent8c4cf6e769009ff86525c419214fa45f7df6c771 (diff)
downloadedk2-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')
-rw-r--r--IntelFspPkg/FspSecCore/SecMain.c2
-rw-r--r--IntelFspPkg/FspSecCore/SecMain.h1
-rw-r--r--IntelFspPkg/Include/FspApi.h2
-rw-r--r--IntelFspPkg/Include/Library/FspCommonLib.h4
-rw-r--r--IntelFspPkg/Include/Library/FspPlatformLib.h2
-rw-r--r--IntelFspPkg/Library/BaseFspCommonLib/FspCommonLib.c4
6 files changed, 8 insertions, 7 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.
diff --git a/IntelFspPkg/Include/FspApi.h b/IntelFspPkg/Include/FspApi.h
index bf073033f4..b3616d69e8 100644
--- a/IntelFspPkg/Include/FspApi.h
+++ b/IntelFspPkg/Include/FspApi.h
@@ -213,7 +213,7 @@ EFI_STATUS
each FSP release.
After FspMemInit completes its execution, it passes the pointer to the HobList and
returns to the boot loader from where it was called. Bootloader is responsible to
- migrate it’s stack and data to Memory.
+ migrate it's stack and data to Memory.
FspMemoryInit, TempRamExit and FspSiliconInit APIs provide an alternate method to
complete the silicon initialization and provides bootloader an opportunity to get
control after system memory is available and before the temporary RAM is torn down.
diff --git a/IntelFspPkg/Include/Library/FspCommonLib.h b/IntelFspPkg/Include/Library/FspCommonLib.h
index c97ee51de3..e7d7b0271a 100644
--- a/IntelFspPkg/Include/Library/FspCommonLib.h
+++ b/IntelFspPkg/Include/Library/FspCommonLib.h
@@ -182,7 +182,7 @@ GetFspInfoHeader (
);
/**
- This function gets FSP API calling mode
+ This function gets FSP API calling mode.
@retval API calling mode
**/
@@ -193,7 +193,7 @@ GetFspApiCallingMode (
);
/**
- This function sets FSP API calling mode
+ This function sets FSP API calling mode.
@param[in] Mode API calling mode
**/
diff --git a/IntelFspPkg/Include/Library/FspPlatformLib.h b/IntelFspPkg/Include/Library/FspPlatformLib.h
index 1132320dd2..51d296835e 100644
--- a/IntelFspPkg/Include/Library/FspPlatformLib.h
+++ b/IntelFspPkg/Include/Library/FspPlatformLib.h
@@ -38,7 +38,7 @@ FspMigrateTemporaryMemory (
);
/**
- Set a new stack frame for the continuation function
+ Set a new stack frame for the continuation function.
**/
VOID
diff --git a/IntelFspPkg/Library/BaseFspCommonLib/FspCommonLib.c b/IntelFspPkg/Library/BaseFspCommonLib/FspCommonLib.c
index 3b40a2b9a9..2c0c3ad9bb 100644
--- a/IntelFspPkg/Library/BaseFspCommonLib/FspCommonLib.c
+++ b/IntelFspPkg/Library/BaseFspCommonLib/FspCommonLib.c
@@ -332,7 +332,7 @@ GetFspInfoHeader (
}
/**
- This function gets FSP API calling mode
+ This function gets FSP API calling mode.
@retval API calling mode
**/
@@ -346,7 +346,7 @@ GetFspApiCallingMode (
}
/**
- This function sets FSP API calling mode
+ This function sets FSP API calling mode.
@param[in] Mode API calling mode
**/