From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id F402ED80281 for ; Wed, 21 Feb 2024 01:26:03 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=pK/m4zG0ZzRzJ243iBbUpJSIAomgqxdSj/9oztwHoQI=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1708478762; v=1; b=fcKwGtOQEELTHhRKILDkO1pBrAkq8h9/1f78PCKvIC6RjszvFr4HQwvNhb4QPMfRYsK93j84 RiSKhuqBcWD88NFIANU6PUVWHMQlsTTZmuN/rfAKF3QWq5MZbyd+eYvclcu0A1vcVwt7mocnpmY zpBfN3Zi6UD8pb+AYdQA5mGw= X-Received: by 127.0.0.2 with SMTP id MXHVYY7687511x9ABtte0c6c; Tue, 20 Feb 2024 17:26:02 -0800 X-Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.15]) by mx.groups.io with SMTP id smtpd.web11.3241.1708478762082300303 for ; Tue, 20 Feb 2024 17:26:02 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10990"; a="6449180" X-IronPort-AV: E=Sophos;i="6.06,174,1705392000"; d="scan'208";a="6449180" X-Received: from fmviesa003.fm.intel.com ([10.60.135.143]) by orvoesa107.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Feb 2024 17:26:02 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.06,174,1705392000"; d="scan'208";a="9535187" X-Received: from vision-ws.amr.corp.intel.com ([10.53.88.83]) by fmviesa003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Feb 2024 17:26:01 -0800 From: "Clark-williams, Zachary" To: devel@edk2.groups.io Cc: Zachary Clark-Williams , Chasel Chiu , Nate DeSimone , Liming Gao , Eric Dong Subject: [edk2-devel] [PATCH] MinPlatformPkg/DxePhatLib: Add to CoreDxeLib dsc Date: Tue, 20 Feb 2024 17:25:55 -0800 Message-Id: <20240221012555.2037-1-zachary.clark-williams@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 Reply-To: devel@edk2.groups.io,zachary.clark-williams@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: aR08KTOWUDj4eK6jy1pco2UKx7686176AA= Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=fcKwGtOQ; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none) From: Zachary Clark-Williams PhatAcpiLib update to match all file names to DxePhatAcpiLib and add the library to CoreDxeLib for use. Hsd-es-id: 22019504949 Change-Id: Ic184715a2b5ab117d464bad5cb251c674416e0dd Cc: Chasel Chiu Cc: Nate DeSimone Cc: Liming Gao Cc: Eric Dong Signed-off-by: Zachary Clark-Williams --- Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc index b46993882..80cc12904 100644 --- a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc +++ b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc @@ -42,6 +42,7 @@ [LibraryClasses.common.DXE_CORE, LibraryClasses.common.DXE_DRIVER, LibraryClasses.common.DXE_RUNTIME_DRIVER, LibraryClasses.common.UEFI_DRIVER, LibraryClasses.common.UEFI_APPLICATION] VariableReadLib|MinPlatformPkg/Library/DxeRuntimeVariableReadLib/DxeRuntimeVariableReadLib.inf VariableWriteLib|MinPlatformPkg/Library/DxeRuntimeVariableWriteLib/DxeRuntimeVariableWriteLib.inf + PhatAcpiLib|MinPlatformPkg/Acpi/Library/PhatAcpiLib/DxePhatAcpiLib.inf [LibraryClasses.common.DXE_DRIVER, LibraryClasses.common.DXE_RUNTIME_DRIVER, LibraryClasses.common.UEFI_DRIVER, LibraryClasses.common.UEFI_APPLICATION] !if gMinPlatformPkgTokenSpaceGuid.PcdPerformanceEnable == TRUE -- 2.39.1.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#115689): https://edk2.groups.io/g/devel/message/115689 Mute This Topic: https://groups.io/mt/104480716/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-