From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 4FB47740035 for ; Thu, 21 Dec 2023 03:42:05 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=zh9biO+TJEJNKyYS+1kqqx3bHfQmk0amy0aa7qSULNE=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe; s=20140610; t=1703130123; v=1; b=fpgcVMbjfc7bYIylczEH4XljKV6jx82Ay5YIIfXtUt6cQOJkBteg/JHudc/wavyVbOePYwY7 Np1s4h33Vq0/lw9ItGzEh3kbwHmr/Z57pOnznmI1JTXWf0vNP5qnPida2BlKXJhKi1rxekFzE0/ l/mKUHD30fxwAg2RMetx8jic= X-Received: by 127.0.0.2 with SMTP id YgFQYY7687511xjstftaDjkO; Wed, 20 Dec 2023 19:42:03 -0800 X-Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.20]) by mx.groups.io with SMTP id smtpd.web10.44507.1703130122954288669 for ; Wed, 20 Dec 2023 19:42:03 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10930"; a="386341409" X-IronPort-AV: E=Sophos;i="6.04,293,1695711600"; d="scan'208";a="386341409" X-Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Dec 2023 19:42:02 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10930"; a="726299417" X-IronPort-AV: E=Sophos;i="6.04,293,1695711600"; d="scan'208";a="726299417" X-Received: from sh1gapp1009.ccr.corp.intel.com ([10.239.189.219]) by orsmga003.jf.intel.com with ESMTP; 20 Dec 2023 19:42:00 -0800 From: "Wu, Jiaxin" To: devel@edk2.groups.io Cc: Chasel Chiu , Nate DeSimone , Michael D Kinney , Liming Gao , Ray Ni Subject: [edk2-devel] [PATCH v1] Platform/Intel: Specifies SmmCpuSyncLib instance Date: Thu, 21 Dec 2023 11:41:57 +0800 Message-Id: <20231221034157.22336-1-jiaxin.wu@intel.com> Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,jiaxin.wu@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: Hq3fWm9FPPIWK7mTUG6k802Ax7686176AA= X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=fpgcVMbj; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io This patch is to specify SmmCpuSyncLib instance for MinPlatformPkg Cc: Chasel Chiu Cc: Nate DeSimone Cc: Michael D Kinney Cc: Liming Gao Cc: Ray Ni Signed-off-by: Jiaxin Wu --- Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc index e40b2ff6e1..790fccf400 100644 --- a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc +++ b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc @@ -105,10 +105,11 @@ MtrrLib|UefiCpuPkg/Library/MtrrLib/MtrrLib.inf LocalApicLib|UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.inf SmmCpuFeaturesLib|UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.inf MicrocodeLib|UefiCpuPkg/Library/MicrocodeLib/MicrocodeLib.inf CpuPageTableLib|UefiCpuPkg/Library/CpuPageTableLib/CpuPageTableLib.inf + SmmCpuSyncLib|UefiCpuPkg/Library/SmmCpuSyncLib/SmmCpuSyncLib.inf # # Platform # TimerLib|PcAtChipsetPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf -- 2.16.2.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#112799): https://edk2.groups.io/g/devel/message/112799 Mute This Topic: https://groups.io/mt/103294650/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-