Update IntelFspWrapperPkg according to FSP1.1.
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@16826 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -22,6 +22,17 @@
|
||||
Include
|
||||
|
||||
[LibraryClasses]
|
||||
## @libraryclass Provide FSP API related function.
|
||||
FspApiLib|IntelFspWrapperPkg/Include/Library/FspApiLib.h
|
||||
|
||||
## @libraryclass Provide FSP hob process related function.
|
||||
FspHobProcessLib|IntelFspWrapperPkg/Include/Library/FspHobProcessLib.h
|
||||
|
||||
## @libraryclass Provide FSP platform information related function.
|
||||
FspPlatformInfoLib|IntelFspWrapperPkg/Include/Library/FspPlatformInfoLib.h
|
||||
|
||||
## @libraryclass Provide FSP wrapper platform sec related function.
|
||||
FspPlatformSecLib|IntelFspWrapperPkg/Include/Library/FspPlatformSecLib.h
|
||||
|
||||
[Guids]
|
||||
#
|
||||
@@ -79,3 +90,8 @@
|
||||
gFspWrapperTokenSpaceGuid.PcdPeiMinMemSize|0x1800000|UINT32|0x40000004
|
||||
## Indicate the PEI memory size platform want to report
|
||||
gFspWrapperTokenSpaceGuid.PcdPeiRecoveryMinMemSize|0x3000000|UINT32|0x40000005
|
||||
|
||||
## PcdFspApiVersion is to determine wrapper calling mechanism
|
||||
# - FSP_API_REVISION_1 1
|
||||
# - FSP_API_REVISION_2 2
|
||||
gFspWrapperTokenSpaceGuid.PcdFspApiVersion|0x02|UINT8|0x00001000
|
||||
|
Reference in New Issue
Block a user