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 10DA4AC1B62 for ; Tue, 20 Feb 2024 21:42:30 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=wrEepPlfUtRMDBhOWK4QFGlJMnaqR2twW9kqbgaBrfo=; 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=1708465349; v=1; b=RA1GmjPovFTO9IANgAVzu4jW/qcUOWDlyUHJxieriW+2zcJArQPoi7hngp8sI4E8RmRoEh6U pmLFqe0hlZWUCVTOmoXGR996YTSLskvid2WLLw6D3LrciHJYKIsGe1MdGbb1nBY+HHReJq4RAUH k4nTIuZ0pto+DyE0UuXpmtyA= X-Received: by 127.0.0.2 with SMTP id 5UvfYY7687511xphvRA2u1yK; Tue, 20 Feb 2024 13:42:29 -0800 X-Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.20]) by mx.groups.io with SMTP id smtpd.web10.1055.1708465348951201374 for ; Tue, 20 Feb 2024 13:42:29 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10990"; a="2472376" X-IronPort-AV: E=Sophos;i="6.06,174,1705392000"; d="scan'208";a="2472376" X-Received: from orviesa004.jf.intel.com ([10.64.159.144]) by orvoesa112.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Feb 2024 13:42:29 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.06,174,1705392000"; d="scan'208";a="9572110" X-Received: from vision-ws.amr.corp.intel.com ([10.53.88.83]) by orviesa004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Feb 2024 13:42:29 -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 CoreCommon dsc Date: Tue, 20 Feb 2024 13:42:23 -0800 Message-Id: <20240220214223.1511-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: MiOSm1om7YaqTmM5sOr9jWJsx7686176AA= 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=RA1GmjPo; 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 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io From: Zachary Clark-Williams PhatAcpiLib update to match all file names to DxePhatAcpiLib and add the library to CoreCommonPkg for use. Change-Id: I6e18ecf5acfdbc2053cf60b9a151b891e4e0fdfe Hsd-es-id: 22019504949 Cc: Chasel Chiu Cc: Nate DeSimone Cc: Liming Gao Cc: Eric Dong Signed-off-by: Zachary Clark-Williams --- .../Library/{PhatAcpiLib => DxePhatAcpiLib}/DxePhatAcpiLib.c | 2 +- .../Library/{PhatAcpiLib => DxePhatAcpiLib}/DxePhatAcpiLib.inf | 0 Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc | 1 + .../Include/Library/{PhatAcpiLib.h => DxePhatAcpiLib.h} | 0 Platform/Intel/MinPlatformPkg/MinPlatformPkg.dec | 2 +- Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc | 2 +- 6 files changed, 4 insertions(+), 3 deletions(-) rename Platform/Intel/MinPlatformPkg/Acpi/Library/{PhatAcpiLib => DxePhatAcpiLib}/DxePhatAcpiLib.c (96%) rename Platform/Intel/MinPlatformPkg/Acpi/Library/{PhatAcpiLib => DxePhatAcpiLib}/DxePhatAcpiLib.inf (100%) rename Platform/Intel/MinPlatformPkg/Include/Library/{PhatAcpiLib.h => DxePhatAcpiLib.h} (100%) diff --git a/Platform/Intel/MinPlatformPkg/Acpi/Library/PhatAcpiLib/DxePhatAcpiLib.c b/Platform/Intel/MinPlatformPkg/Acpi/Library/DxePhatAcpiLib/DxePhatAcpiLib.c similarity index 96% rename from Platform/Intel/MinPlatformPkg/Acpi/Library/PhatAcpiLib/DxePhatAcpiLib.c rename to Platform/Intel/MinPlatformPkg/Acpi/Library/DxePhatAcpiLib/DxePhatAcpiLib.c index e0e502cf0..ebfc542a3 100644 --- a/Platform/Intel/MinPlatformPkg/Acpi/Library/PhatAcpiLib/DxePhatAcpiLib.c +++ b/Platform/Intel/MinPlatformPkg/Acpi/Library/DxePhatAcpiLib/DxePhatAcpiLib.c @@ -6,7 +6,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent **/ -#include +#include #include #include diff --git a/Platform/Intel/MinPlatformPkg/Acpi/Library/PhatAcpiLib/DxePhatAcpiLib.inf b/Platform/Intel/MinPlatformPkg/Acpi/Library/DxePhatAcpiLib/DxePhatAcpiLib.inf similarity index 100% rename from Platform/Intel/MinPlatformPkg/Acpi/Library/PhatAcpiLib/DxePhatAcpiLib.inf rename to Platform/Intel/MinPlatformPkg/Acpi/Library/DxePhatAcpiLib/DxePhatAcpiLib.inf diff --git a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc index 790fccf40..657a9decc 100644 --- a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc +++ b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc @@ -150,6 +150,7 @@ LargeVariableReadLib|MinPlatformPkg/Library/BaseLargeVariableLib/BaseLargeVariableReadLib.inf LargeVariableWriteLib|MinPlatformPkg/Library/BaseLargeVariableLib/BaseLargeVariableWriteLib.inf CompressLib|MinPlatformPkg/Library/CompressLib/CompressLib.inf + DxePhatAcpiLib|MinPlatformPkg/Acpi/Library/DxePhatAcpiLib/DxePhatAcpiLib.inf # # CryptLib diff --git a/Platform/Intel/MinPlatformPkg/Include/Library/PhatAcpiLib.h b/Platform/Intel/MinPlatformPkg/Include/Library/DxePhatAcpiLib.h similarity index 100% rename from Platform/Intel/MinPlatformPkg/Include/Library/PhatAcpiLib.h rename to Platform/Intel/MinPlatformPkg/Include/Library/DxePhatAcpiLib.h diff --git a/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dec b/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dec index 09312d329..d006d7117 100644 --- a/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dec +++ b/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dec @@ -88,7 +88,7 @@ LargeVariableReadLib|Include/Library/LargeVariableReadLib.h LargeVariableWriteLib|Include/Library/LargeVariableWriteLib.h - PhatAcpiLib|Include/Library/PhatAcpiLib.h + DxePhatAcpiLib|Include/Library/DxePhatAcpiLib.h [PcdsFixedAtBuild, PcdsPatchableInModule] diff --git a/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc b/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc index 4b295babf..f9227e014 100644 --- a/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc +++ b/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc @@ -64,7 +64,7 @@ PciSegmentInfoLib|MinPlatformPkg/Pci/Library/PciSegmentInfoLibSimple/PciSegmentInfoLibSimple.inf PlatformBootManagerLib|MinPlatformPkg/Bds/Library/DxePlatformBootManagerLib/DxePlatformBootManagerLib.inf AslUpdateLib|MinPlatformPkg/Acpi/Library/DxeAslUpdateLib/DxeAslUpdateLib.inf - PhatAcpiLib|MinPlatformPkg/Acpi/Library/DxePhatAcpiLib/DxePhatAcpiLib.inf + DxePhatAcpiLib|MinPlatformPkg/Acpi/Library/DxePhatAcpiLib/DxePhatAcpiLib.inf # # Misc -- 2.39.1.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#115679): https://edk2.groups.io/g/devel/message/115679 Mute This Topic: https://groups.io/mt/104476855/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-