From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga02.intel.com (mga02.intel.com []) by mx.groups.io with SMTP id smtpd.web11.1790.1620107098120736067 for ; Mon, 03 May 2021 22:45:00 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: sofiax.chuang@intel.com) IronPort-SDR: 7vLeMSXlLu9QmG1LuEHY8Be/F7nH7mAUX94g8OsTwywp/KgJeLbX+mftwGNhtrfUAQqJ9laVeJ XSrs7bdHRKqw== X-IronPort-AV: E=McAfee;i="6200,9189,9973"; a="185040626" X-IronPort-AV: E=Sophos;i="5.82,271,1613462400"; d="scan'208";a="185040626" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 May 2021 22:45:00 -0700 IronPort-SDR: fPBGg3Cm+y8JpVCGueu0n2WeCiATPxO7831oam1qAHD3wTKJ2V2J2m4gvxmE+PUmnbuXyEObQM x4Xe88a7L0AQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,271,1613462400"; d="scan'208";a="389857051" Received: from ikuox-tiger-lake-client-platform.itwn.intel.com ([10.5.215.23]) by orsmga006.jf.intel.com with ESMTP; 03 May 2021 22:44:57 -0700 From: sofiax.chuang@intel.com To: devel@edk2.groups.io Cc: SofiaX Chuang , Agyeman Prince , Chasel Chiu Subject: =?UTF-8?B?W2VkazItZGV2ZWxdW1BBVENIIHY0IDMvN10gU2ltaWNzT3BlbkJvYXJkOsKgTW92ZcKgUmVwb3J0Q3B1SG9iwqBsaWJyYXJ5wqBwYXRo?= Date: Tue, 4 May 2021 02:22:17 +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