diff options
author | Jeff Fan <jeff.fan@intel.com> | 2017-05-22 14:49:03 +0800 |
---|---|---|
committer | Jeff Fan <jeff.fan@intel.com> | 2017-05-23 14:48:27 +0800 |
commit | d58f502728399115dd02359aa9cd0f8f4ebc8287 (patch) | |
tree | df64756d1ca65cc0cdb3a6f8b445d6e6896815b7 | |
parent | 7ecf635971dbc6119e32ca428db59d06ababeba1 (diff) | |
download | edk2-d58f502728399115dd02359aa9cd0f8f4ebc8287.tar.gz |
UefiCpuPkg/DxeMpInitLib.inf: Add missing SynchronizationLib
Contributed-under: TianoCore Contribution Agreement 1.0
Cc: Eric Dong <eric.dong@intel.com>
Signed-off-by: Jeff Fan <jeff.fan@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
(cherry picked from commit ac63e9392e7aa3791a4ea00e43c0658e6b20e2ee)
-rw-r--r-- | UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf b/UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf index 9751ba1f0d..39fdc0710f 100644 --- a/UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf +++ b/UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf @@ -1,7 +1,7 @@ ## @file
# MP Initialize Library instance for DXE driver.
#
-# Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2016 - 2017, Intel Corporation. All rights reserved.<BR>
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
# which accompanies this distribution. The full text of the license may be found at
@@ -56,6 +56,7 @@ UefiCpuLib
UefiBootServicesTableLib
DebugAgentLib
+ SynchronizationLib
[Protocols]
gEfiTimerArchProtocolGuid ## SOMETIMES_CONSUMES
|