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 3D1FFAC10BC for ; Fri, 10 May 2024 10:08:58 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=PsXXI4o3/4pXWtoJBQW60IiwPvb1r+7mrqhcwSEOto8=; 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=1715335736; v=1; b=vgDPUX0iHUvx5ZFaGcoWsryHuj8VHYIq9cqqbHWjPStfdG2Jnm1zpkTCXHdtmm6ugzCEV65o P7aTbvl1vj3n7yehn+RvwLEmm8Y2Qp2SSehGYawzvjQSgiYbmqd17HiWtF7R6CVW4fejXxVdOYY m38AVD8nf++v4IaJ8sN85Kull6KCA8QNqBX1mtdHvPMxr7pTuJtK8jHeOfLzeeHTqnLa+4JF40s Dyb1KOkfsQEq91L/gmHoxRZImUjfGK11E6gUOPhtUewzLBnlLIOOwNq8a77RR7JhciGRQiGLFIB Bvm9gZCi2kkptTjZ2+qYDxWJeI3ob8r406VHCQXdZ3NRg== X-Received: by 127.0.0.2 with SMTP id KOpUYY7687511xyafYEwh9IZ; Fri, 10 May 2024 03:08:56 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.8]) by mx.groups.io with SMTP id smtpd.web10.9485.1715335727366928454 for ; Fri, 10 May 2024 03:08:56 -0700 X-CSE-ConnectionGUID: HFQjCGDJTc6WvtL7tABt5Q== X-CSE-MsgGUID: KXBOBWHbS7qXAON70mAL0A== X-IronPort-AV: E=McAfee;i="6600,9927,11068"; a="28819126" X-IronPort-AV: E=Sophos;i="6.08,150,1712646000"; d="scan'208";a="28819126" X-Received: from orviesa002.jf.intel.com ([10.64.159.142]) by fmvoesa102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 May 2024 03:08:56 -0700 X-CSE-ConnectionGUID: Mz2aH4LgRY+9cE1OpugLQg== X-CSE-MsgGUID: cnQYhWIGQfyio/h+HXfMrg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.08,150,1712646000"; d="scan'208";a="60424228" X-Received: from unknown (HELO shwdeopenlab702.ccr.corp.intel.com) ([10.239.55.43]) by orviesa002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 May 2024 03:08:55 -0700 From: "duntan" To: devel@edk2.groups.io Cc: Ray Ni , Rahul Kumar , Gerd Hoffmann , Jiaxin Wu Subject: [edk2-devel] [PATCH 03/18] UefiCpuPkg: Add locbox lib instance in DSC Date: Fri, 10 May 2024 18:08:12 +0800 Message-Id: <20240510100827.1903-4-dun.tan@intel.com> In-Reply-To: <20240510100827.1903-1-dun.tan@intel.com> References: <20240510100827.1903-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, 10 May 2024 03:08:56 -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: DcAXfpA9F6huZGJWcuNYow5Bx7686176AA= 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=vgDPUX0i; 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 Cc: Ray Ni Cc: Rahul Kumar Cc: Gerd Hoffmann Cc: Jiaxin Wu --- UefiCpuPkg/UefiCpuPkg.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/UefiCpuPkg/UefiCpuPkg.dsc b/UefiCpuPkg/UefiCpuPkg.dsc index 3d49f72588..b113ae022f 100644 --- a/UefiCpuPkg/UefiCpuPkg.dsc +++ b/UefiCpuPkg/UefiCpuPkg.dsc @@ -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 (#118795): https://edk2.groups.io/g/devel/message/118795 Mute This Topic: https://groups.io/mt/106018123/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-