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 5B9AB941378 for ; Fri, 17 May 2024 09:46:49 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=2eQQF4o+0CvHsteJzhEOdAPXi9PeC4C74ZTaRTeDKxA=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20240206; t=1715939207; v=1; b=zW9QgcqPTWm2JmmlS8J++rIX/vG11zrbgnPIcFDYvJ90slYrzceu4V5Z9VtMuwNr2giU6TY7 rRGhuVVVQ2qCO7f/2gygi2jWhFFGGlEyuuT+6EGqndn+JGxMbT6h75qOjse6LAiAKGIqThOKu4d SFb5xn57Bbow9uYYK8GNbphj/1dhXbcGdQYgULy12A/no3Tt4OpM7J0upsDwg/C1lm2L0V0D5mO +ObXNSxmnPLmyRSeToca0toBhpKmN82WiNVp6S5jGeYIciPTNcvIi+1zrlgZp9y0xeqaw3MxRXw 1XJvwkMGcCzELyxAVL+dCCONAVeDkoWVThkFxMgTL7O1w== X-Received: by 127.0.0.2 with SMTP id O8YdYY7687511xKaRbSMZDkD; Fri, 17 May 2024 02:46:47 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.14]) by mx.groups.io with SMTP id smtpd.web10.35979.1715939201399766364 for ; Fri, 17 May 2024 02:46:42 -0700 X-CSE-ConnectionGUID: iQ3X5uwRRkKJUVLrnMVyZg== X-CSE-MsgGUID: s8ANqMqKQh6cOCx3HSHzlg== X-IronPort-AV: E=McAfee;i="6600,9927,11074"; a="12318729" X-IronPort-AV: E=Sophos;i="6.08,167,1712646000"; d="scan'208";a="12318729" X-Received: from orviesa004.jf.intel.com ([10.64.159.144]) by fmvoesa108.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 May 2024 02:46:42 -0700 X-CSE-ConnectionGUID: sHVB7ojuSnGxSsMO+gHprg== X-CSE-MsgGUID: 4KGs9CjNS5e03b69D9dqlw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.08,167,1712646000"; d="scan'208";a="36646776" X-Received: from unknown (HELO shwdeopenlab702.ccr.corp.intel.com) ([10.239.55.43]) by orviesa004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 May 2024 02:46:40 -0700 From: "duntan" To: devel@edk2.groups.io Cc: Ray Ni , Rahul Kumar , Gerd Hoffmann , Jiaxin Wu Subject: [edk2-devel] [Patch V2 03/18] UefiCpuPkg: Add locbox lib instance in DSC Date: Fri, 17 May 2024 17:45:55 +0800 Message-Id: <20240517094610.533-4-dun.tan@intel.com> In-Reply-To: <20240517094610.533-1-dun.tan@intel.com> References: <20240517094610.533-1-dun.tan@intel.com> MIME-Version: 1.0 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: Fri, 17 May 2024 02:46:42 -0700 Resent-From: dun.tan@intel.com Reply-To: devel@edk2.groups.io,dun.tan@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: Swevuk3kk1CChLFt3y8XuZ4mx7686176AA= Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=zW9QgcqP; 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 Add locbox lib instance in DSC. The SmmLockBoxDxeLib will be consumed by CpuS3DataDxe driver Signed-off-by: Dun Tan Reviewed-by: Ray Ni Cc: Rahul Kumar Cc: Gerd Hoffmann Cc: Jiaxin Wu --- UefiCpuPkg/UefiCpuPkg.dsc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/UefiCpuPkg/UefiCpuPkg.dsc b/UefiCpuPkg/UefiCpuPkg.dsc index 3d49f72588..1b52760e1a 100644 --- a/UefiCpuPkg/UefiCpuPkg.dsc +++ b/UefiCpuPkg/UefiCpuPkg.dsc @@ -1,7 +1,7 @@ ## @file # UefiCpuPkg Package # -# Copyright (c) 2007 - 2023, Intel Corporation. All rights reserved.
+# Copyright (c) 2007 - 2024, Intel Corporation. All rights reserved.
# Copyright (C) 2023 - 2024, Advanced Micro Devices, Inc. All rights reserved.
# # SPDX-License-Identifier: BSD-2-Clause-Patent @@ -68,6 +68,7 @@ UnitTestLib|UnitTestFrameworkPkg/Library/UnitTestLib/UnitTestLib.inf UnitTestPersistenceLib|UnitTestFrameworkPkg/Library/UnitTestPersistenceLibNull/UnitTestPersistenceLibNull.inf UnitTestResultReportLib|UnitTestFrameworkPkg/Library/UnitTestResultReportLib/UnitTestResultReportLibDebugLib.inf + LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf [LibraryClasses.common.SEC] PlatformSecLib|UefiCpuPkg/Library/PlatformSecLibNull/PlatformSecLibNull.inf -- 2.31.1.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#119000): https://edk2.groups.io/g/devel/message/119000 Mute This Topic: https://groups.io/mt/106150761/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-