From ba1362d882e9726c40ed99edbff03937fee3b1b0 Mon Sep 17 00:00:00 2001 From: Michael D Kinney Date: Tue, 30 Apr 2019 12:03:36 -0700 Subject: UefiCpuPkg/CpuMpPei: Add missing CpuLib class The CpuMpPei module uses a services from the CpuLib class, but the CpuLib class is missing from the INF file. This update is required to use the new MpInitLibUp instance that does not use the CpuLib class. Cc: Eric Dong Cc: Ray Ni Cc: Laszlo Ersek Signed-off-by: Michael D Kinney --- UefiCpuPkg/CpuMpPei/CpuMpPei.inf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'UefiCpuPkg') diff --git a/UefiCpuPkg/CpuMpPei/CpuMpPei.inf b/UefiCpuPkg/CpuMpPei/CpuMpPei.inf index 14ec75f254..4fc4ea77ba 100644 --- a/UefiCpuPkg/CpuMpPei/CpuMpPei.inf +++ b/UefiCpuPkg/CpuMpPei/CpuMpPei.inf @@ -1,7 +1,7 @@ ## @file # CPU driver installs CPU PI Multi-processor PPI. # -# Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.
+# Copyright (c) 2015 - 2019, Intel Corporation. All rights reserved.
# SPDX-License-Identifier: BSD-2-Clause-Patent # ## @@ -43,6 +43,7 @@ CpuExceptionHandlerLib MpInitLib BaseMemoryLib + CpuLib [Ppis] gEfiPeiMpServicesPpiGuid ## PRODUCES -- cgit v1.2.3