From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mx.groups.io with SMTP id smtpd.web11.9433.1620717429486131858 for ; Tue, 11 May 2021 00:17:09 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.24, mailfrom: sofiax.chuang@intel.com) IronPort-SDR: S14khZbzXI/WCCr1JoodcdOy/VkoSrZWOHb6ThlRrcaDn+a8vRW7WWJSazL6xxN2brwesxt7Lk K48k7vmSUjmA== X-IronPort-AV: E=McAfee;i="6200,9189,9980"; a="199443085" X-IronPort-AV: E=Sophos;i="5.82,290,1613462400"; d="scan'208";a="199443085" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 May 2021 00:17:08 -0700 IronPort-SDR: jwyHkJdFhevubwas7InIPEKQipSAjdMvN98kj/AIlFvPQ50CWdukPVsHYkvYliBmgJyezSLAJW p8Woh6JKcZ9g== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,290,1613462400"; d="scan'208";a="399211216" Received: from ikuox-tiger-lake-client-platform.itwn.intel.com ([10.5.215.23]) by fmsmga007.fm.intel.com with ESMTP; 11 May 2021 00:17:06 -0700 From: sofiax.chuang@intel.com To: devel@edk2.groups.io Cc: SofiaX Chuang , Chasel Chiu , Nate DeSimone , Liming Gao , Eric Dong Subject: =?UTF-8?B?W2VkazItZGV2ZWxdW1BBVENIIHY1IDYvN10gTWluaVBsYXRmb3JtUGtnOsKgTW92ZcKgUmVwb3J0Q3B1SG9iwqBsaWJyYXJ5wqBwYXRo?= Date: Tue, 11 May 2021 03:54:29 +0800 Message-Id: <66f5782ef96067839dc13d6c642f3727eaf35ebf.1620675658.git.sofiax.chuang@intel.com> X-Mailer: git-send-email 2.27.0 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable From: SofiaX Chuang REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3298 Move=C2=A0ReportCpuHob=C2=A0library=C2=A0from=C2=A0MinPlatformPkg=C2=A0to= =C2=A0IntelSiliconPkg. Cc: Chasel Chiu Cc: Nate DeSimone Cc: Liming Gao Cc: Eric Dong --- Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc | 2 +- .../PlatformInit/PlatformInitPei/PlatformInitPreMem.inf | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc b/Platform/In= tel/MinPlatformPkg/MinPlatformPkg.dsc index 707686055c..35cbd40abb 100644 --- a/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc +++ b/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc @@ -94,7 +94,7 @@ #=0D FspWrapperPlatformLib|MinPlatformPkg/FspWrapper/Library/PeiFspWrapperPla= tformLib/PeiFspWrapperPlatformLib.inf=0D ReportFvLib|MinPlatformPkg/PlatformInit/Library/PeiReportFvLib/PeiReport= FvLib.inf=0D - ReportCpuHobLib|MinPlatformPkg/PlatformInit/Library/ReportCpuHobLib/Repo= rtCpuHobLib.inf=0D + ReportCpuHobLib|IntelSiliconPkg/Library/ReportCpuHobLib/ReportCpuHobLib.= inf=0D TestPointCheckLib|MinPlatformPkg/Test/Library/TestPointCheckLib/PeiTestP= ointCheckLib.inf=0D TestPointLib|MinPlatformPkg/Test/Library/TestPointLib/PeiTestPointLib.in= f=0D SetCacheMtrrLib|MinPlatformPkg/Library/SetCacheMtrrLib/SetCacheMtrrLibNu= ll.inf=0D diff --git a/Platform/Intel/MinPlatformPkg/PlatformInit/PlatformInitPei/Pla= tformInitPreMem.inf b/Platform/Intel/MinPlatformPkg/PlatformInit/PlatformIn= itPei/PlatformInitPreMem.inf index e37bcba560..fb997838ef 100644 --- a/Platform/Intel/MinPlatformPkg/PlatformInit/PlatformInitPei/PlatformIn= itPreMem.inf +++ b/Platform/Intel/MinPlatformPkg/PlatformInit/PlatformInitPei/PlatformIn= itPreMem.inf @@ -1,7 +1,7 @@ ### @file=0D # Component information file for the Platform Init Pre-Memory PEI module.= =0D #=0D -# Copyright (c) 2017 - 2020, Intel Corporation. All rights reserved.
=0D +# Copyright (c) 2017 - 2021, Intel Corporation. All rights reserved.
=0D #=0D # SPDX-License-Identifier: BSD-2-Clause-Patent=0D #=0D @@ -33,6 +33,7 @@ MinPlatformPkg/MinPlatformPkg.dec=0D MdeModulePkg/MdeModulePkg.dec=0D MdePkg/MdePkg.dec=0D + IntelSiliconPkg/IntelSiliconPkg.dec=0D =0D [Pcd]=0D gMinPlatformPkgTokenSpaceGuid.PcdFspWrapperBootMode ## CONSUMES= =0D --=20 2.27.0