Reviewed-by: Chasel Chiu <[email protected]>
> -----Original Message----- > From: Chuang, SofiaX <[email protected]> > Sent: Monday, April 19, 2021 4:44 PM > To: [email protected] > Cc: Chuang, SofiaX <[email protected]>; Chiu, Chasel > <[email protected]>; Desimone, Nathaniel L > <[email protected]>; Chaganty, Rangasai V > <[email protected]>; Kethi Reddy, Deepika > <[email protected]>; Esakkithevar, Kathappan > <[email protected]> > Subject: [PATCH 2/7] CometlakeOpenBoard: Move ReportCpuHob library path > > From: SofiaX Chuang <[email protected]> > > Move ReportCpuHob library from MinPlatformPkg to IntelSiliconPkg. > > Cc: Chasel Chiu <[email protected]> > Cc: Nate DeSimone <[email protected]> > Cc: Rangasai V Chaganty <[email protected]> > Cc: Deepika Kethi Reddy <[email protected]> > Cc: Kathappan Esakkithevar <[email protected]> > --- > .../CometlakeOpenBoardPkg/CometlakeURvp/OpenBoardPkg.dsc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git > a/Platform/Intel/CometlakeOpenBoardPkg/CometlakeURvp/OpenBoardPkg.dsc > b/Platform/Intel/CometlakeOpenBoardPkg/CometlakeURvp/OpenBoardPkg.dsc > index 6de834565a..44a1bd54d6 100644 > --- > a/Platform/Intel/CometlakeOpenBoardPkg/CometlakeURvp/OpenBoardPkg.dsc > +++ > b/Platform/Intel/CometlakeOpenBoardPkg/CometlakeURvp/OpenBoardPkg.dsc > @@ -1,7 +1,7 @@ > ## @file > > # The main build description file for the CometlakeURvp board. > > # > > -# Copyright (c) 2020, Intel Corporation. All rights reserved.<BR> > > +# Copyright (c) 2020 - 2021, Intel Corporation. All rights reserved.<BR> > > # > > # SPDX-License-Identifier: BSD-2-Clause-Patent > > # > > @@ -161,6 +161,7 @@ > # Silicon Initialization Package > > ####################################### > > > SiliconInitLib|$(PLATFORM_SI_PACKAGE)/Library/PeiSiliconInitLib/PeiSiliconInitL > ib.inf > > + > ReportCpuHobLib|IntelSiliconPkg/Library/ReportCpuHobLib/ReportCpuHobLib.i > nf > > > > ####################################### > > # Platform Package > > @@ -173,7 +174,6 @@ > > TestPointCheckLib|$(PLATFORM_PACKAGE)/Test/Library/TestPointCheckLib/Pei > TestPointCheckLib.inf > > !endif > > > SetCacheMtrrLib|$(PLATFORM_PACKAGE)/Library/SetCacheMtrrLib/SetCacheM > trrLibNull.inf > > - > ReportCpuHobLib|$(PLATFORM_PACKAGE)/PlatformInit/Library/ReportCpuHob > Lib/ReportCpuHobLib.inf > > > > ####################################### > > # Board Package > > -- > 2.27.0 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#74264): https://edk2.groups.io/g/devel/message/74264 Mute This Topic: https://groups.io/mt/82204267/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
