From nobody Mon May 6 06:05:22 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+41570+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+41570+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1559107683; cv=none; d=zoho.com; s=zohoarc; b=Lg9ipo4SBvOWmpY1gsnpogkn0pCglsLmxO0W9+PtK/GwjJ6kp76UeKhTwWqx0qAUIoK2TWvpsqQPhJLWnH77mEyv7Kb8pIPLWrUxHnxmIIYlVHdVTcthecQqmxevYSxnUoZUlquNTWKWB4vNufgvlpeJ8ZlFSu1C/XK46dT1gJo= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1559107683; h=Content-Transfer-Encoding:Cc:Date:From:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Sender:Subject:To:ARC-Authentication-Results; bh=QKFnsvFwaPI0y2Oarq4uLiyr5yRHRuMHd3Fb0NNQ+y8=; b=cYNu5PnE2f1Xa5dbSHUdV/H6pDXvcjueW3/57ehYfac1R8nahN9GiZlNv9p/O7FxouIKUYnDobHTTWqX9p3NmOi8ayl7mDIIqGt8kkSqH+bejrE/f6lXePI1j/jgcL6y7NfgALLA0ut4Pcc7BpNtaGaF+m3xKaa9Vxd9mGeDc+8= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+41570+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1559107683217114.7833269422855; Tue, 28 May 2019 22:28:03 -0700 (PDT) Return-Path: X-Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by groups.io with SMTP; Tue, 28 May 2019 22:28:02 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 May 2019 22:28:01 -0700 X-ExtLoop1: 1 X-Received: from fieedk001.ccr.corp.intel.com ([10.239.33.119]) by fmsmga001.fm.intel.com with ESMTP; 28 May 2019 22:27:59 -0700 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Bret Barkelew , Jian J Wang , Hao Wu , Ray Ni , Star Zeng , Liming Gao , Sean Brogan , Michael Turner Subject: [edk2-devel] [PATCH] MdeModulePkg: Clarify the lib supported ARCH Date: Wed, 29 May 2019 13:27:55 +0800 Message-Id: <20190529052755.46988-1-zhichao.gao@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: 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,zhichao.gao@intel.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1559107682; bh=kt0KTWxUPAePRHQODwcEg8rfV2XPKbhrGrPh27Lrs/s=; h=Cc:Date:From:Reply-To:Subject:To; b=PuUNRfbFCBSMHt3g0sIgXBqFuMOTMbOXZD/blGvtFAmRZPAkwV+MBIncPo4Vt/kxWwE NMHSzJG1l2wA6eOZDkhcbHLUzK4AvRNs2AEGbzCyfZWOTxqmhnDPtYdN2pbm7KP//pqQ4 YGSYIfJZmr+3H4PrmtdS+RABfuS8TZDqJaI= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" From: Bret Barkelew REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1856 SmmLockBoxPeiLib only support IA32 and X64 ARCH. So put this lib to a specific [LibraryClasses.IA32.PEIM, LibraryClasses.X64.PEIM] section. Cc: Jian J Wang Cc: Hao Wu Cc: Ray Ni Cc: Star Zeng Cc: Liming Gao Cc: Sean Brogan Cc: Michael Turner Cc: Bret Barkelew Signed-off-by: Zhichao Gao --- MdeModulePkg/MdeModulePkg.dsc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MdeModulePkg/MdeModulePkg.dsc b/MdeModulePkg/MdeModulePkg.dsc index ac7111dea1..d2e88d6b65 100644 --- a/MdeModulePkg/MdeModulePkg.dsc +++ b/MdeModulePkg/MdeModulePkg.dsc @@ -114,6 +114,8 @@ HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAlloc= ationLib.inf ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExt= ractGuidedSectionLib.inf + +[LibraryClasses.IA32.PEIM, LibraryClasses.X64.PEIM] LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf =20 [LibraryClasses.common.DXE_CORE] --=20 2.21.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#41570): https://edk2.groups.io/g/devel/message/41570 Mute This Topic: https://groups.io/mt/31830802/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-