Skip to content

Commit

Permalink
PcAtChipsetPkg: PcAtChipsetPkg.dsc add UefiCpuLib LibraryClass
Browse files Browse the repository at this point in the history
In preparation for moving StandardSignatureIsAuthenticAMD to UefiCpuLib
in UefiCpuPkg, PcAtChipset/PcAtChipsetPkg.dsc needs LibraryClass
UefiCpuLib.
LocalApicLib|UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf will need
UefiCpuLib LibraryClass.  Likely most "real" platforms will be using
BaseX2XApicLib instance which already required UefiCpuLib.

Cc: Ray Ni <[email protected]>
Signed-off-by: Garrett Kirkendall <[email protected]>
Message-Id: <[email protected]>
Reviewed-by: Ray Ni <[email protected]>
  • Loading branch information
gkirkendall-amd authored and mergify[bot] committed Jul 7, 2020
1 parent 627d1d6 commit 3ed1c78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PcAtChipsetPkg/PcAtChipsetPkg.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# PC/AT Chipset Package
#
# Copyright (c) 2007 - 2019, Intel Corporation. All rights reserved.<BR>
# Copyright (c) 2020, AMD Incorporated. All rights reserved.<BR>
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
Expand Down Expand Up @@ -39,6 +40,7 @@
ResetSystemLib|PcAtChipsetPkg/Library/ResetSystemLib/ResetSystemLib.inf
IoApicLib|PcAtChipsetPkg/Library/BaseIoApicLib/BaseIoApicLib.inf
LocalApicLib|UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf
UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf
ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf

Expand Down

0 comments on commit 3ed1c78

Please sign in to comment.