diff options
author | Yao, Jiewen <jiewen.yao@intel.com> | 2014-12-06 00:31:40 +0000 |
---|---|---|
committer | jyao1 <jyao1@Edk2> | 2014-12-06 00:31:40 +0000 |
commit | 0b559c1a1d2f76f87aeafcab2764ca00bb7f8f13 (patch) | |
tree | fcad4683ed1c683a5cd6c17e35d5689b6623a269 /IntelFspPkg/Library | |
parent | 975f1c64174967c6e1e26d63892b630a6bea8b23 (diff) | |
download | edk2-platforms-0b559c1a1d2f76f87aeafcab2764ca00bb7f8f13.tar.xz |
Added missing gFspBootLoaderTemporaryMemoryGuid to the FspPlatformLib.inf.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: "Yao, Jiewen" <jiewen.yao@intel.com>
Reviewed-by: "Rangarajan, Ravi P" <ravi.p.rangarajan@intel.com>
Reviewed-by: "Ma, Maurice" <maurice.ma@intel.com>
Reviewed-by: "Mudusuru, Giri P" <giri.p.mudusuru@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16479 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFspPkg/Library')
-rw-r--r-- | IntelFspPkg/Library/BaseFspPlatformLib/BaseFspPlatformLib.inf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/IntelFspPkg/Library/BaseFspPlatformLib/BaseFspPlatformLib.inf b/IntelFspPkg/Library/BaseFspPlatformLib/BaseFspPlatformLib.inf index debce76c30..4122508baa 100644 --- a/IntelFspPkg/Library/BaseFspPlatformLib/BaseFspPlatformLib.inf +++ b/IntelFspPkg/Library/BaseFspPlatformLib/BaseFspPlatformLib.inf @@ -36,6 +36,9 @@ gIntelFspPkgTokenSpaceGuid.PcdTemporaryRamSize
gIntelFspPkgTokenSpaceGuid.PcdFspTemporaryRamSize
+[Guids]
+ gFspBootLoaderTemporaryMemoryGuid
+
[FixedPcd]
gIntelFspPkgTokenSpaceGuid.PcdFspMaxPatchEntry
gIntelFspPkgTokenSpaceGuid.PcdFspMaxPerfEntry
|