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 A88379417DF for ; Wed, 10 Apr 2024 13:57:41 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=bBPaC689RJtSHaUoeG07bNh+iC5+8Ij7NT3UD11CVB0=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe; s=20240206; t=1712757460; v=1; b=DnnJHB36hSH2H2g7GQlH6CPBg3tmlKTFtB3OdcoWnjelCQL0XHCQt4TVk4NoT9/Qc8zjEtK8 OF1FFg/zuoggiw69xMkbGLZWVzOnhcrqTVwa8Czj0b1uR68VP/N1WOMgpZJYk5KmbT6gnE0SalG D6XjkA2W5Py7qImBkSXJXpBeiwDzDAFqR1i65P2PvnFSv4asNuEUuZbtsu2CXFAlwWoz93PFZ8H pTcbWIT8ACA0/u749c6R5VUCq+tompfHmqq+sduTWAlo2D2udaw05byyKb3xBalmOrVULaIJ0lT sdVP7BvD5PCtAYcGWhm7jypcEQ0lKb+smhxpTZEA6dYUQ== X-Received: by 127.0.0.2 with SMTP id hGUSYY7687511xS0qOrr4AR2; Wed, 10 Apr 2024 06:57:40 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.9]) by mx.groups.io with SMTP id smtpd.web10.306.1712757450770649687 for ; Wed, 10 Apr 2024 06:57:39 -0700 X-CSE-ConnectionGUID: uM2bOKT8RD62VuZ5LLYwYA== X-CSE-MsgGUID: 8G6/lKOmRjKGLFdDlvfaUg== X-IronPort-AV: E=McAfee;i="6600,9927,11039"; a="30602145" X-IronPort-AV: E=Sophos;i="6.07,190,1708416000"; d="scan'208";a="30602145" X-Received: from fmviesa001.fm.intel.com ([10.60.135.141]) by orvoesa101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Apr 2024 06:57:40 -0700 X-CSE-ConnectionGUID: HreD9Tf9SzuvH6Rr1xMGYQ== X-CSE-MsgGUID: G5qioh8MSUm0nm4HfltYGQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,190,1708416000"; d="scan'208";a="51778167" X-Received: from sh1gapp1009.ccr.corp.intel.com ([10.239.189.219]) by fmviesa001.fm.intel.com with ESMTP; 10 Apr 2024 06:57:38 -0700 From: "Wu, Jiaxin" To: devel@edk2.groups.io Cc: Ray Ni , Zeng Star , Gerd Hoffmann , Rahul Kumar Subject: [edk2-devel] [PATCH v1 05/13] UefiCpuPkg/UefiCpuPkg.dsc: Include SmmRelocationLib in UefiCpuPkg Date: Wed, 10 Apr 2024 21:57:16 +0800 Message-Id: <20240410135724.15344-6-jiaxin.wu@intel.com> In-Reply-To: <20240410135724.15344-1-jiaxin.wu@intel.com> References: <20240410135724.15344-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 Resent-Date: Wed, 10 Apr 2024 06:57:39 -0700 Resent-From: jiaxin.wu@intel.com Reply-To: devel@edk2.groups.io,jiaxin.wu@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: KzM2G4K2wBsnwXvhfJ1PYbuOx7686176AA= X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=DnnJHB36; 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 just includes SmmRelocationLib in UefiCpuPkg. Cc: Ray Ni Cc: Zeng Star Cc: Gerd Hoffmann Cc: Rahul Kumar Signed-off-by: Jiaxin Wu --- UefiCpuPkg/UefiCpuPkg.dsc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/UefiCpuPkg/UefiCpuPkg.dsc b/UefiCpuPkg/UefiCpuPkg.dsc index 10b33594e5..631a850c78 100644 --- a/UefiCpuPkg/UefiCpuPkg.dsc +++ b/UefiCpuPkg/UefiCpuPkg.dsc @@ -194,10 +194,13 @@ UnitTestResultReportLib|UnitTestFrameworkPkg/Library/UnitTestResultReportLib/UnitTestResultReportLibConOut.inf } UefiCpuPkg/Library/MmSaveStateLib/AmdMmSaveStateLib.inf UefiCpuPkg/Library/MmSaveStateLib/IntelMmSaveStateLib.inf UefiCpuPkg/Library/SmmCpuFeaturesLib/AmdSmmCpuFeaturesLib.inf + UefiCpuPkg/Library/SmmRelocationLib/SmmRelocationLib.inf + UefiCpuPkg/Library/SmmRelocationLib/OvmfSmmRelocationLib.inf + UefiCpuPkg/Library/SmmRelocationLib/AmdSmmRelocationLib.inf [Components.X64] UefiCpuPkg/Library/CpuExceptionHandlerLib/UnitTest/DxeCpuExceptionHandlerLibUnitTest.inf [Components.RISCV64] -- 2.16.2.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#117593): https://edk2.groups.io/g/devel/message/117593 Mute This Topic: https://groups.io/mt/105441994/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-