From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga12.intel.com (mga12.intel.com []) by mx.groups.io with SMTP id smtpd.web08.5800.1619515104140018817 for ; Tue, 27 Apr 2021 02:18:27 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: sofiax.chuang@intel.com) IronPort-SDR: 0je+21dnQ71xx4CgfenSmr315nWVh3pzplfiu6u+i8x3147UZz6MGWY4x/EujfKcEHfMRLEj/y 2c9Igcxb/3EQ== X-IronPort-AV: E=McAfee;i="6200,9189,9966"; a="175960097" X-IronPort-AV: E=Sophos;i="5.82,254,1613462400"; d="scan'208";a="175960097" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Apr 2021 02:18:27 -0700 IronPort-SDR: sY4pktHmwoWZiVPurPZBMYu7CW7yEYU6Td3IfYDPKJDBy9JrrKvzkWeLzAudikfhf5w+3YGdJn EYMCe0PDonDw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,254,1613462400"; d="scan'208";a="465420329" Received: from ikuox-tiger-lake-client-platform.itwn.intel.com ([10.5.215.23]) by orsmga001.jf.intel.com with ESMTP; 27 Apr 2021 02:18:26 -0700 From: sofiax.chuang@intel.com To: devel@edk2.groups.io Cc: SofiaX Chuang , Agyeman Prince , Chasel Chiu Subject: =?UTF-8?B?W1BBVENIIHYyIDQvN10gU2ltaWNzT3BlbkJvYXJkOsKgTW92ZcKgUmVwb3J0Q3B1SG9iwqBsaWJyYXJ5wqBwYXRo?= Date: Tue, 27 Apr 2021 05:55:46 +0800 Message-Id: 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: Agyeman Prince Cc: Chasel Chiu --- .../SimicsOpenBoardPkg/BoardX58Ich10/OpenBoardPkg.dsc | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Platform/Intel/SimicsOpenBoardPkg/BoardX58Ich10/OpenBoardPkg.d= sc b/Platform/Intel/SimicsOpenBoardPkg/BoardX58Ich10/OpenBoardPkg.dsc index 77c408a326..93a7d1df55 100644 --- a/Platform/Intel/SimicsOpenBoardPkg/BoardX58Ich10/OpenBoardPkg.dsc +++ b/Platform/Intel/SimicsOpenBoardPkg/BoardX58Ich10/OpenBoardPkg.dsc @@ -1,7 +1,7 @@ ## @file=0D # The main build description file for the X58Ich10 board.=0D #=0D -# Copyright (c) 2019 - 2020, Intel Corporation. All rights reserved.
=0D +# Copyright (c) 2019 - 2021, Intel Corporation. All rights reserved.
=0D #=0D # SPDX-License-Identifier: BSD-2-Clause-Patent=0D #=0D @@ -42,7 +42,8 @@ DEFINE NETWORK_ISCSI_ENABLE =3D FALSE=0D DEFINE NETWORK_ALLOW_HTTP_CONNECTIONS =3D TRUE=0D =0D - !include AdvancedFeaturePkg/Include/AdvancedFeaturesPcd.dsc=0D=0D + !include AdvancedFeaturePkg/Include/AdvancedFeaturesPcd.dsc=0D +=0D !include $(PROJECT)/OpenBoardPkgPcd.dsc=0D !include AdvancedFeaturePkg/Include/AdvancedFeatures.dsc=0D =0D @@ -137,6 +138,11 @@ MpInitLib|UefiCpuPkg/Library/MpInitLib/PeiMpInitLib.inf=0D VmgExitLib|UefiCpuPkg/Library/VmgExitLibNull/VmgExitLibNull.inf=0D =0D + #####################################=0D + # Silicon Package=0D + #####################################=0D + ReportCpuHobLib|IntelSiliconPkg/Library/ReportCpuHobLib/ReportCpuHobLib.= inf=0D +=0D #####################################=0D # Platform Package=0D #####################################=0D @@ -145,7 +151,6 @@ !endif=0D TestPointLib|$(PLATFORM_PACKAGE)/Test/Library/TestPointLib/PeiTestPointL= ib.inf=0D SetCacheMtrrLib|$(PLATFORM_PACKAGE)/Library/SetCacheMtrrLib/SetCacheMtrr= Lib.inf=0D - ReportCpuHobLib|$(PLATFORM_PACKAGE)/PlatformInit/Library/ReportCpuHobLib= /ReportCpuHobLib.inf=0D =0D [LibraryClasses.common.DXE_DRIVER]=0D =0D --=20 2.27.0