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.web09.9540.1620717424276733570 for ; Tue, 11 May 2021 00:17:04 -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: HH/5KRDCfiIaef6ejugUi4OSnNWxEJRb/O7/vdAZFaP6v0IbtwB/wzDnnmc5PziQ7R7ZR98dft /9leeYo44x0w== X-IronPort-AV: E=McAfee;i="6200,9189,9980"; a="199443059" X-IronPort-AV: E=Sophos;i="5.82,290,1613462400"; d="scan'208";a="199443059" 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:03 -0700 IronPort-SDR: chvZ/R10ED8xEwWcD7fgmgO5fxemX3UOljGDew/qui/DGd6gETokiFic2ELG+9R9L/ru2dD1TJ 36ULhkT9VidQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,290,1613462400"; d="scan'208";a="399211181" 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:02 -0700 From: sofiax.chuang@intel.com To: devel@edk2.groups.io Cc: SofiaX Chuang , Agyeman Prince , Chasel Chiu Subject: =?UTF-8?B?W2VkazItZGV2ZWxdW1BBVENIIHY1IDMvN10gU2ltaWNzT3BlbkJvYXJkOsKgTW92ZcKgUmVwb3J0Q3B1SG9iwqBsaWJyYXJ5wqBwYXRo?= Date: Tue, 11 May 2021 03:54:26 +0800 Message-Id: <2f49f6210650d7389835b38b58840bf2dc0cbad4.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: 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