Reviewed-by: Xiaohu Zhou <[email protected]> -----Original Message----- From: Chiu, Chasel Sent: Thursday, October 31, 2019 8:30 AM To: [email protected] Cc: Lu, Shifei A <[email protected]>; Zhou, Bowen <[email protected]>; Oram, Isaac W <[email protected]> Subject: [edk2-platforms: PATCH v2 5/6] PurleyOpenBoardPkg/BoardMtOlympus: Add SetCacheLib library class.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2314 Include SetCacheLib from MinPlatformPkg. Cc: Shifei A Lu <[email protected]> Cc: Xiaohu Zhou <[email protected]> Cc: Isaac W Oram <[email protected]> Signed-off-by: Chasel Chiu <[email protected]> --- Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkg.dsc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkg.dsc b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkg.dsc index 595ffd4144..c7be68d979 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkg.dsc +++ b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkg.dsc @@ -1,6 +1,6 @@ ### @file # -# Copyright (c) 2018, Intel Corporation. All rights reserved.<BR> +# Copyright (c) 2018 - 2019, Intel Corporation. All rights +reserved.<BR> # # SPDX-License-Identifier: BSD-2-Clause-Patent # @@ -135,6 +135,7 @@ !include $(RC_PKG)/RcDxeLib.dsc !include $(SKT_PKG)/SktDxeLib.dsc !include $(PCH_PKG)/PchDxeLib.dsc + SetCacheLib|MinPlatformPkg/Library/SetCacheLib/SetCacheLib.inf [LibraryClasses.X64] BoardAcpiTableLib|$(BOARD_PKG)/$(BOARD_NAME)/Library/BoardAcpiLib/DxeBoardAcpiTableLib.inf -- 2.13.3.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#49749): https://edk2.groups.io/g/devel/message/49749 Mute This Topic: https://groups.io/mt/40049901/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
