From nobody Mon Sep 16 19:24:23 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+101992+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+101992+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1679971455; cv=none; d=zohomail.com; s=zohoarc; b=HwZ+VFzQ92OxzipTR4QdioGcTzlgTszgdd0mLB58gOo8n1tkjTGB7SaOyt9NVp6+DEpuotqNPo+Etl5xN0hKTixNPYSjuL1fpTQVWmBX+2IhGppsKpNmhbE9TsQ4lPQy2E15265ZMBXqX5nyauK9vXzQmnR8nRn2CoR1h2pNlq8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1679971455; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=nt/Ul/LUmJ1f6Xfb+mV75YYI0o9shkPwH/ViQd/7CiQ=; b=gWTSW/PkvVONGpYqPyL9MByio859aex7uPHlaCi3Xy8ZO9G1OKcTT2QP8SBTQb2/ohQtcadjjZnrVV5OVefIErjY8i822zfzJYKHqzPeYoqhYYZz8yGXEUZQlxIx31JK4w3wYr9XBdatAHrjPUhA/bEaTpQbgKfEOjpq010//KY= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+101992+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1679971455821684.4661173313666; Mon, 27 Mar 2023 19:44:15 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id lD8mYY1788612xujXT5uWxsd; Mon, 27 Mar 2023 19:44:15 -0700 X-Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mx.groups.io with SMTP id smtpd.web10.57358.1679971453459755339 for ; Mon, 27 Mar 2023 19:44:13 -0700 X-IronPort-AV: E=McAfee;i="6600,9927,10662"; a="320852651" X-IronPort-AV: E=Sophos;i="5.98,296,1673942400"; d="scan'208";a="320852651" X-Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Mar 2023 19:44:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10662"; a="807700354" X-IronPort-AV: E=Sophos;i="5.98,296,1673942400"; d="scan'208";a="807700354" X-Received: from shwdeopenlab702.ccr.corp.intel.com ([10.239.55.92]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Mar 2023 19:44:04 -0700 From: "duntan" To: devel@edk2.groups.io Cc: Andrew Fish , Ray Ni Subject: [edk2-devel] [PATCH 2/9] EmulatorPkg: Add CpuPageTableLib required by DxeIpl in DSC Date: Tue, 28 Mar 2023 10:42:55 +0800 Message-Id: <20230328024302.2085-3-dun.tan@intel.com> In-Reply-To: <20230328024302.2085-1-dun.tan@intel.com> References: <20230328024302.2085-1-dun.tan@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: 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,dun.tan@intel.com X-Gm-Message-State: dM1GBVyc5ihcVXzLBAWV9u1zx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1679971455; bh=ItSUCQTdCFLz7aDh1L+pbMtp25Pm0ryOhsOdeAwRjG4=; h=Cc:Date:From:Reply-To:Subject:To; b=K5+qYMXtBiyO+hu2ZeSGY35s6S1ePsS/1h1+lBWrG4kLom3SYJ9j16ndUP6DUazVCoB K5Upcmpq+EDLvJwGeUCqj/Sy7hXL0TQYnkPToO9DZOfa9qRh4yhA7vDpbNsnzzqAVfUhK fJ8/Rgcsfqjrzf4zoP/y7CQelCdTjOZvqIQ= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1679971456948100010 Content-Type: text/plain; charset="utf-8" Add CpuPageTableLib instance required by DxeIpl in EmulatorPkg.dsc. Signed-off-by: Dun Tan Cc: Andrew Fish Cc: Ray Ni --- EmulatorPkg/EmulatorPkg.dsc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/EmulatorPkg/EmulatorPkg.dsc b/EmulatorPkg/EmulatorPkg.dsc index b44435d7e6..d1fb9d9256 100644 --- a/EmulatorPkg/EmulatorPkg.dsc +++ b/EmulatorPkg/EmulatorPkg.dsc @@ -4,7 +4,7 @@ # The Emulation Platform can be used to debug individual modules, prior to= creating # a real platform. This also provides an example for how an DSC is created. # -# Copyright (c) 2006 - 2021, Intel Corporation. All rights reserved.
+# Copyright (c) 2006 - 2023, Intel Corporation. All rights reserved.
# Portions copyright (c) 2010 - 2011, Apple Inc. All rights reserved.
# Copyright (c) Microsoft Corporation. # @@ -66,6 +66,7 @@ PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeC= offGetEntryPointLib.inf BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf FrameBufferBltLib|MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltL= ib.inf + CpuPageTableLib|UefiCpuPkg/Library/CpuPageTableLib/CpuPageTableLib.inf =20 # # UEFI & PI --=20 2.31.1.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 (#101992): https://edk2.groups.io/g/devel/message/101992 Mute This Topic: https://groups.io/mt/97897979/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-