summaryrefslogtreecommitdiff
path: root/IntelFspPkg
diff options
context:
space:
mode:
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 15afc0b76..12c9526d8 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 6fdf7b5b9..7efd2f098 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 bf073033f..b3616d69e 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 c97ee51de..e7d7b0271 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 1132320dd..51d296835 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 3b40a2b9a..2c0c3ad9b 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
**/