summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg/CpuMpPei/CpuMpPei.inf
diff options
context:
space:
mode:
authorJeff Fan <jeff.fan@intel.com>2015-07-15 03:29:40 +0000
committervanjeff <vanjeff@Edk2>2015-07-15 03:29:40 +0000
commit05e107f8f2101dbb2de74b2d3bcd6b102227c011 (patch)
treeda7fa96544f1aa6d6c152b9071028e74c0cc63e6 /UefiCpuPkg/CpuMpPei/CpuMpPei.inf
parentf9d30595ae2f17d7a8e281b9ef1eb05047155d23 (diff)
downloadedk2-05e107f8f2101dbb2de74b2d3bcd6b102227c011.tar.gz
edk2-05e107f8f2101dbb2de74b2d3bcd6b102227c011.tar.bz2
edk2-05e107f8f2101dbb2de74b2d3bcd6b102227c011.zip
UefiCpuPkg/CpuMpPei: Find available memory < 1MB for AP reset code
Search memory resource HOB list to find one available system memory under 1MB for AP reset code and exchange information between BSP and APs. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan <jeff.fan@intel.com> Reviewed-by: Feng Tian <feng.tian@intel.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17989 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'UefiCpuPkg/CpuMpPei/CpuMpPei.inf')
-rw-r--r--UefiCpuPkg/CpuMpPei/CpuMpPei.inf1
1 files changed, 1 insertions, 0 deletions
diff --git a/UefiCpuPkg/CpuMpPei/CpuMpPei.inf b/UefiCpuPkg/CpuMpPei/CpuMpPei.inf
index 1dfee4eac8..7cf33d3249 100644
--- a/UefiCpuPkg/CpuMpPei/CpuMpPei.inf
+++ b/UefiCpuPkg/CpuMpPei/CpuMpPei.inf
@@ -49,6 +49,7 @@
[LibraryClasses]
BaseLib
+ HobLib
PeimEntryPoint