From e66d675de4ce53aab19b85fa1906c0256383dc39 Mon Sep 17 00:00:00 2001 From: Jeff Fan Date: Wed, 15 Jul 2015 03:37:50 +0000 Subject: UefiCpuPkg/CpuMpPei: Prepare for buffer for AP wakeup and CPU MP data Get AP wakeup buffer and copy AP reset code into it. Allocate APs' stack and CPU MP data buffer. Fill CPU MP data fields accordingly. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan Reviewed-by: Feng Tian Reviewed-by: Jiewen Yao git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17995 6f19259b-4bc3-4df7-8a09-765794883524 --- UefiCpuPkg/CpuMpPei/CpuMpPei.inf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'UefiCpuPkg/CpuMpPei/CpuMpPei.inf') diff --git a/UefiCpuPkg/CpuMpPei/CpuMpPei.inf b/UefiCpuPkg/CpuMpPei/CpuMpPei.inf index 9fb9e945a8..a04556fb02 100644 --- a/UefiCpuPkg/CpuMpPei/CpuMpPei.inf +++ b/UefiCpuPkg/CpuMpPei/CpuMpPei.inf @@ -49,12 +49,19 @@ [LibraryClasses] BaseLib + BaseMemoryLib + DebugLib HobLib + LocalApicLib + PcdLib PeimEntryPoint + PeiServicesLib UefiCpuLib - +[Pcd] + gUefiCpuPkgTokenSpaceGuid.PcdCpuMaxLogicalProcessorNumber + gUefiCpuPkgTokenSpaceGuid.PcdCpuApStackSize [Depex] gEfiPeiMemoryDiscoveredPpiGuid -- cgit v1.2.3