From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail05.groups.io (mail05.groups.io [45.79.224.7]) by spool.mail.gandi.net (Postfix) with ESMTPS id 68BA77803D2 for ; Thu, 18 Apr 2024 06:56:33 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=MR7bZ0921qAq46lhi38uDaOlBrfy3GVWOiP+bJUhfbQ=; 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=1713423392; v=1; b=PQPgqcNaiKcuW8b8DpUhu3CHD0MrB05MooOpwq0HCgCGJvJxvxoBiqcL0lihFNALEqXRKdQv hK6cqQxtVtMYVtqr1NMup5k7/xEMdL3p9lnRtH9fHFUT9Gwi7WkSLaSLXmACqUs/BFFr0hG4tsG ZYSVYaKRneXjMymu/pfXSyjGNtLLw68ct3DI8zZ3dByA41ulSlpgxrYU5mMLjp3YFxD8E2rSzK0 QG4Dz/I90cCqaSAsqQWL7zOAWGzTbyp4sPEV18FAzw/o9OjTDlL3LpWio4aA3inZ8/NSThSutpe irGlbGeLPG6Uo/kdPRObVaWjsu4/qvZfXoWScdmHCbCMw== X-Received: by 127.0.0.2 with SMTP id HWq4YY7687511xlDIx8pO1x4; Wed, 17 Apr 2024 23:56:32 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.19]) by mx.groups.io with SMTP id smtpd.web11.6990.1713423388899924165 for ; Wed, 17 Apr 2024 23:56:29 -0700 X-CSE-ConnectionGUID: vGM5dsi6Q1C4Coavs4LHYw== X-CSE-MsgGUID: AhZJwIMoTUuVxGT/sVJNPQ== X-IronPort-AV: E=McAfee;i="6600,9927,11047"; a="8822319" X-IronPort-AV: E=Sophos;i="6.07,211,1708416000"; d="scan'208";a="8822319" X-Received: from orviesa010.jf.intel.com ([10.64.159.150]) by orvoesa111.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Apr 2024 23:56:30 -0700 X-CSE-ConnectionGUID: zLJHhHPvRwyW0/88c58AUA== X-CSE-MsgGUID: VOe2nt2aRLGCHwIU9zvhHw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,211,1708416000"; d="scan'208";a="22755198" X-Received: from sh1gapp1009.ccr.corp.intel.com ([10.239.189.219]) by orviesa010.jf.intel.com with ESMTP; 17 Apr 2024 23:56:28 -0700 From: "Wu, Jiaxin" To: devel@edk2.groups.io Cc: Guo Dong , Sean Rhodes , James Lu , Gua Guo , Ray Ni Subject: [edk2-devel] [PATCH v3 12/13] UefiPayloadPkg/UefiPayloadPkg.dsc: Include SmmRelocationLib Date: Thu, 18 Apr 2024 14:55:55 +0800 Message-Id: <20240418065556.5696-13-jiaxin.wu@intel.com> In-Reply-To: <20240418065556.5696-1-jiaxin.wu@intel.com> References: <20240418065556.5696-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, 17 Apr 2024 23:56:29 -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: ySDffGOER07SqCaOG3LsnTF9x7686176AA= X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=PQPgqcNa; 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 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io This patch just includes SmmRelocationLib in UefiPayloadPkg. Cc: Guo Dong Cc: Sean Rhodes Cc: James Lu Cc: Gua Guo Cc: Ray Ni Signed-off-by: Jiaxin Wu Reviewed-by: Gua Guo Reviewed-by: Guo Dong --- UefiPayloadPkg/UefiPayloadPkg.dsc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UefiPayloadPkg/UefiPayloadPkg.dsc b/UefiPayloadPkg/UefiPayloadPkg.dsc index e1b9d5ecf1..2860a659f6 100644 --- a/UefiPayloadPkg/UefiPayloadPkg.dsc +++ b/UefiPayloadPkg/UefiPayloadPkg.dsc @@ -314,10 +314,12 @@ VariableFlashInfoLib|MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseVariableFlashInfoLib.inf CcExitLib|UefiCpuPkg/Library/CcExitLibNull/CcExitLibNull.inf AmdSvsmLib|UefiCpuPkg/Library/AmdSvsmLibNull/AmdSvsmLibNull.inf ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf FdtLib|MdePkg/Library/BaseFdtLib/BaseFdtLib.inf + SmmRelocationLib|UefiCpuPkg/Library/SmmRelocationLib/SmmRelocationLib.inf + [LibraryClasses.common] !if $(BOOTSPLASH_IMAGE) SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf BmpSupportLib|MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.inf !endif -- 2.16.2.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#117957): https://edk2.groups.io/g/devel/message/117957 Mute This Topic: https://groups.io/mt/105593583/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-