Revision: 16864
http://sourceforge.net/p/edk2/code/16864
Author: hwu1225
Date: 2015-02-13 06:24:34 +0000 (Fri, 13 Feb 2015)
Log Message:
-----------
Fix comments format error.Fsp1.1 update.
(Sync patch r16843 from main trunk.)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: "Yao, Jiewen" <[email protected]>
Revision Links:
--------------
http://sourceforge.net/p/edk2/code/16843
Modified Paths:
--------------
branches/UDK2014.SP1/IntelFspPkg/FspSecCore/SecMain.c
branches/UDK2014.SP1/IntelFspPkg/FspSecCore/SecMain.h
branches/UDK2014.SP1/IntelFspPkg/Include/FspApi.h
branches/UDK2014.SP1/IntelFspPkg/Include/Library/FspCommonLib.h
branches/UDK2014.SP1/IntelFspPkg/Include/Library/FspPlatformLib.h
branches/UDK2014.SP1/IntelFspPkg/Library/BaseFspCommonLib/FspCommonLib.c
branches/UDK2014.SP1/IntelFspWrapperPkg/FspInitPei/FspInitPei.h
Modified: branches/UDK2014.SP1/IntelFspPkg/FspSecCore/SecMain.c
===================================================================
--- branches/UDK2014.SP1/IntelFspPkg/FspSecCore/SecMain.c 2015-02-13
06:17:23 UTC (rev 16863)
+++ branches/UDK2014.SP1/IntelFspPkg/FspSecCore/SecMain.c 2015-02-13
06:24:34 UTC (rev 16864)
@@ -43,7 +43,7 @@
@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.
Modified: branches/UDK2014.SP1/IntelFspPkg/FspSecCore/SecMain.h
===================================================================
--- branches/UDK2014.SP1/IntelFspPkg/FspSecCore/SecMain.h 2015-02-13
06:17:23 UTC (rev 16863)
+++ branches/UDK2014.SP1/IntelFspPkg/FspSecCore/SecMain.h 2015-02-13
06:24:34 UTC (rev 16864)
@@ -109,6 +109,7 @@
@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.
Modified: branches/UDK2014.SP1/IntelFspPkg/Include/FspApi.h
===================================================================
--- branches/UDK2014.SP1/IntelFspPkg/Include/FspApi.h 2015-02-13 06:17:23 UTC
(rev 16863)
+++ branches/UDK2014.SP1/IntelFspPkg/Include/FspApi.h 2015-02-13 06:24:34 UTC
(rev 16864)
@@ -213,7 +213,7 @@
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\x92s 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.
Modified: branches/UDK2014.SP1/IntelFspPkg/Include/Library/FspCommonLib.h
===================================================================
--- branches/UDK2014.SP1/IntelFspPkg/Include/Library/FspCommonLib.h
2015-02-13 06:17:23 UTC (rev 16863)
+++ branches/UDK2014.SP1/IntelFspPkg/Include/Library/FspCommonLib.h
2015-02-13 06:24:34 UTC (rev 16864)
@@ -182,7 +182,7 @@
);
/**
- This function gets FSP API calling mode
+ This function gets FSP API calling mode.
@retval API calling mode
**/
@@ -193,7 +193,7 @@
);
/**
- This function sets FSP API calling mode
+ This function sets FSP API calling mode.
@param[in] Mode API calling mode
**/
Modified: branches/UDK2014.SP1/IntelFspPkg/Include/Library/FspPlatformLib.h
===================================================================
--- branches/UDK2014.SP1/IntelFspPkg/Include/Library/FspPlatformLib.h
2015-02-13 06:17:23 UTC (rev 16863)
+++ branches/UDK2014.SP1/IntelFspPkg/Include/Library/FspPlatformLib.h
2015-02-13 06:24:34 UTC (rev 16864)
@@ -38,7 +38,7 @@
);
/**
- Set a new stack frame for the continuation function
+ Set a new stack frame for the continuation function.
**/
VOID
Modified:
branches/UDK2014.SP1/IntelFspPkg/Library/BaseFspCommonLib/FspCommonLib.c
===================================================================
--- branches/UDK2014.SP1/IntelFspPkg/Library/BaseFspCommonLib/FspCommonLib.c
2015-02-13 06:17:23 UTC (rev 16863)
+++ branches/UDK2014.SP1/IntelFspPkg/Library/BaseFspCommonLib/FspCommonLib.c
2015-02-13 06:24:34 UTC (rev 16864)
@@ -332,7 +332,7 @@
}
/**
- This function gets FSP API calling mode
+ This function gets FSP API calling mode.
@retval API calling mode
**/
@@ -346,7 +346,7 @@
}
/**
- This function sets FSP API calling mode
+ This function sets FSP API calling mode.
@param[in] Mode API calling mode
**/
Modified: branches/UDK2014.SP1/IntelFspWrapperPkg/FspInitPei/FspInitPei.h
===================================================================
--- branches/UDK2014.SP1/IntelFspWrapperPkg/FspInitPei/FspInitPei.h
2015-02-13 06:17:23 UTC (rev 16863)
+++ branches/UDK2014.SP1/IntelFspWrapperPkg/FspInitPei/FspInitPei.h
2015-02-13 06:24:34 UTC (rev 16864)
@@ -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
------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits