From nobody Tue May 7 20:17:46 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+78741+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+78741+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1628181515; cv=none; d=zohomail.com; s=zohoarc; b=hxOFUV2muZiLiAELjtXSaEtRYxB246RX3IspPqt0+KhqNoNg7CpY3HPA4GeEJ08U0YvlrF63tGiZHGtJHpZMXDMmbGQgdqydZvJVWVyrIRAIPjrR3L8MMluLZrzmsEvhSlenCqCoDwakr0/M6tB1j5WMJuCN/RTkHaKTsjvaqDM= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1628181515; 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=zPQAFNDpHNnGFQSeSTiMc7HMoPyzPO+B2iksrPvYg18=; b=NdLiCy68j4FdMyZX2Cv8VBk8Xq5WaNIKUoaeM3izefn8kg0f0IWtoCyTBiw1NSWgBidRSj4YJEDgnYeZkbDoS2nOEOtvtXep6mr4Cp6vDPV7liftb7v6v2WjBHGPKmppIRGGDLH31latConEAg8VI9UtvHHizA/jM1Vy5KZiOwQ= 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+78741+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 1628181515418792.4474193977325; Thu, 5 Aug 2021 09:38:35 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id hThEYY1788612xXAypKQqbQc; Thu, 05 Aug 2021 09:38:35 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web10.11458.1628181514355873412 for ; Thu, 05 Aug 2021 09:38:34 -0700 X-Received: from localhost.localdomain (unknown [167.220.2.74]) by linux.microsoft.com (Postfix) with ESMTPSA id E9387209F5D4; Thu, 5 Aug 2021 09:38:33 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com E9387209F5D4 From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Chasel Chiu , Nate DeSimone , Liming Gao , Eric Dong Subject: [edk2-devel] [edk2-platforms][PATCH v1 1/4] MinPlatformPkg/AcpiPlatform: Use PCD for WSMT OEM revision Date: Thu, 5 Aug 2021 12:38:13 -0400 Message-Id: <20210805163816.2757-2-mikuback@linux.microsoft.com> In-Reply-To: <20210805163816.2757-1-mikuback@linux.microsoft.com> References: <20210805163816.2757-1-mikuback@linux.microsoft.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,mikuback@linux.microsoft.com X-Gm-Message-State: 1qI1IHcs2HwuxOtaOYvvDuHSx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1628181515; bh=PdWvFbRqcVtAUHjgbxovfg9lobmJ5a6jEv7RHMvxxRQ=; h=Cc:Date:From:Reply-To:Subject:To; b=WI0p61ZeHjmsfLgQy89Rax6mg4CnV2SsKfzxn7PVJDOLc+jMj1F7fyi07r9TyiV2TDV U14PcS1sTUAdQlvaWl3Vpj0K+spOJ3pxYvTZ04n3qYPktZjWQiMpYdi5kBUQ1T7XiqOWy LyDSe2jPpjD1bIxy0BaSfOB7LELdWYw4aO4= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1628181516195100005 Content-Type: text/plain; charset="utf-8" From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3532 Updates the table to use the standard MdeModulePkg PCD PcdAcpiDefaultOemRevision to set the OEM revision in WSMT. This allows board packages to easily configure the OEM revision value. Cc: Chasel Chiu Cc: Nate DeSimone Cc: Liming Gao Cc: Eric Dong Signed-off-by: Michael Kubacki Acked-by: Michael D Kinney Reviewed-by: Nate DeSimone --- Platform/Intel/MinPlatformPkg/Acpi/AcpiTables/Wsmt/Wsmt.c | 4 +--- Platform/Intel/MinPlatformPkg/Acpi/AcpiTables/AcpiPlatform.inf | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Platform/Intel/MinPlatformPkg/Acpi/AcpiTables/Wsmt/Wsmt.c b/Pl= atform/Intel/MinPlatformPkg/Acpi/AcpiTables/Wsmt/Wsmt.c index 6880f47fa6a0..1c60ed28a1c4 100644 --- a/Platform/Intel/MinPlatformPkg/Acpi/AcpiTables/Wsmt/Wsmt.c +++ b/Platform/Intel/MinPlatformPkg/Acpi/AcpiTables/Wsmt/Wsmt.c @@ -18,8 +18,6 @@ SPDX-License-Identifier: BSD-2-Clause-Patent // WSMT Definitions // =20 -#define EFI_ACPI_OEM_WSMT_REVISION 0x00000001 - EFI_ACPI_WSMT_TABLE Wsmt =3D { { EFI_ACPI_WINDOWS_SMM_SECURITY_MITIGATION_TABLE_SIGNATURE, @@ -37,7 +35,7 @@ EFI_ACPI_WSMT_TABLE Wsmt =3D { { ' ', ' ', ' ', ' ', ' ', ' ' }, =20 0, - EFI_ACPI_OEM_WSMT_REVISION, + FixedPcdGet32 (PcdAcpiDefaultOemRevision), 0, 0 }, diff --git a/Platform/Intel/MinPlatformPkg/Acpi/AcpiTables/AcpiPlatform.inf= b/Platform/Intel/MinPlatformPkg/Acpi/AcpiTables/AcpiPlatform.inf index 5d9c8cab50d5..7c5173b16d7f 100644 --- a/Platform/Intel/MinPlatformPkg/Acpi/AcpiTables/AcpiPlatform.inf +++ b/Platform/Intel/MinPlatformPkg/Acpi/AcpiTables/AcpiPlatform.inf @@ -47,6 +47,7 @@ [LibraryClasses] [Pcd] gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemId gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemTableId + gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemRevision gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultCreatorId gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultCreatorRevision =20 --=20 2.28.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 (#78741): https://edk2.groups.io/g/devel/message/78741 Mute This Topic: https://groups.io/mt/84688761/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- From nobody Tue May 7 20:17:46 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+78742+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+78742+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1628181518; cv=none; d=zohomail.com; s=zohoarc; b=NMZ5lsrtaNNHtLgiKyZqWN63mpCSXwKGdwB2SFYaRoZ7wClp++HR+UqDUV+0Cw/UwrPYPwm2zVkdr4vojNRT4uIvyYFt/+DyPiRoDz+k7XKa0SHKTLKrvI9zY1Yw8eC/ogQc3w1Mq25WrLFnlnCf84flvlB3yaV03KPWGzII7YQ= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1628181518; 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=GSHZqposKeKkO4O4Z777Fq37Fk1Mot7I3xE4skuX9lg=; b=S3NuOFEbp/L6hbdAazTUFujvs5mc3/GF2nYN7lz8UrPeb0RF7gc/K4H+5u/NQauA+U4kdGNv0g08gTGFc117/0kj1exMyNHsVKSuobXi/7Gk7GiTo9a9PAGsLK/qsghFR5yO8f+TS03WY+VhKN0ycpbe/umhD+i5DH3/F3By0E4= 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+78742+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 1628181518146402.23419943755346; Thu, 5 Aug 2021 09:38:38 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id mWh9YY1788612xvbm83Cg0bI; Thu, 05 Aug 2021 09:38:37 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web09.11417.1628181517310920473 for ; Thu, 05 Aug 2021 09:38:37 -0700 X-Received: from localhost.localdomain (unknown [167.220.2.74]) by linux.microsoft.com (Postfix) with ESMTPSA id E76BF20B36E8; Thu, 5 Aug 2021 09:38:36 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com E76BF20B36E8 From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Chasel Chiu , Nate DeSimone , Liming Gao , Eric Dong Subject: [edk2-devel] [edk2-platforms][PATCH v1 2/4] MinPlatformPkg/AcpiPlatform: Use CreatorId and CreatorRevision in headers Date: Thu, 5 Aug 2021 12:38:14 -0400 Message-Id: <20210805163816.2757-3-mikuback@linux.microsoft.com> In-Reply-To: <20210805163816.2757-1-mikuback@linux.microsoft.com> References: <20210805163816.2757-1-mikuback@linux.microsoft.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,mikuback@linux.microsoft.com X-Gm-Message-State: lPgXp44gN2HFlDsBeFtn6ybIx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1628181517; bh=qVoRU4UxGeYtNcuoCajxODOToRqQLLhPoatKkAKpHh0=; h=Cc:Date:From:Reply-To:Subject:To; b=Tovq5eRNYEeQQh80sx054wo0EZY49ywFar2LRTX2EBf2oxdUGjvWDseNwS13Emsf8kS bd96Te1HeugbmJfWrsMDiK4oG6m6T6wcSQAShqGwZHHrBaF2rwkI9M8jCH1H9ClQvitJ4 83t47iZ+l67xH3kgZ2vuOJGlofNWFTekfiY= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1628181518735100001 Content-Type: text/plain; charset="utf-8" From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3533 Updates InitializeHeader() to fill in the CreatorId and CreatorRevision values from PCDs instead of being hardcoded to zero. Cc: Chasel Chiu Cc: Nate DeSimone Cc: Liming Gao Cc: Eric Dong Signed-off-by: Michael Kubacki Acked-by: Michael D Kinney Reviewed-by: Nate DeSimone --- Platform/Intel/MinPlatformPkg/Acpi/AcpiTables/AcpiPlatform.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Platform/Intel/MinPlatformPkg/Acpi/AcpiTables/AcpiPlatform.c b= /Platform/Intel/MinPlatformPkg/Acpi/AcpiTables/AcpiPlatform.c index 2b51c34ef2fd..6919e3196143 100644 --- a/Platform/Intel/MinPlatformPkg/Acpi/AcpiTables/AcpiPlatform.c +++ b/Platform/Intel/MinPlatformPkg/Acpi/AcpiTables/AcpiPlatform.c @@ -572,8 +572,8 @@ InitializeHeader ( ); =20 Header->OemRevision =3D OemRevision; - Header->CreatorId =3D 0; - Header->CreatorRevision =3D 0; + Header->CreatorId =3D PcdGet32 (PcdAcpiDefaultCreatorId); + Header->CreatorRevision =3D PcdGet32 (PcdAcpiDefaultCreatorRevision); =20 return EFI_SUCCESS; } --=20 2.28.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 (#78742): https://edk2.groups.io/g/devel/message/78742 Mute This Topic: https://groups.io/mt/84688768/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- From nobody Tue May 7 20:17:46 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+78743+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+78743+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1628181522; cv=none; d=zohomail.com; s=zohoarc; b=W0ufpfXiB4SiRt70X/1pvkPTwfu+S7peoMHxPA8lKPq9zFgrdMLQZHhcnR3pnUwwM+hMPm+wC4z6hgg9lcGuAl6NSA9DcQPmAhYoP1SGFSBOSBGscMdrD6FzOtpL4g5an0YW/Q/67Z0IZflp+5pJPYwQNS1S/7A1cqVj1Q8NNBo= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1628181522; 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=aKmS7eTFsY4M1qkn4YN3kzCkOHvk5hOi5+JitbO5inU=; b=PvawjNcRebqGIld0sJ+j69uiM/OJnufPYGd7D0sDVDk1QKQ1TNI9HzWcXKnCz8skXqB8p4Wbm1ELvWwo2bE4CfnDRJTqWo7zyhdKkzfuJiC5GZOBSamW8LYG4qtFnjTtzKMlfviOuu84YIY/vm81TctBVsVVoWNaSglN3HntTjU= 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+78743+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 162818152210138.386590620472475; Thu, 5 Aug 2021 09:38:42 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id OZVUYY1788612xwcIsRZCQdO; Thu, 05 Aug 2021 09:38:41 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web08.11419.1628181521240281085 for ; Thu, 05 Aug 2021 09:38:41 -0700 X-Received: from localhost.localdomain (unknown [167.220.2.74]) by linux.microsoft.com (Postfix) with ESMTPSA id E0CDA20B36EA; Thu, 5 Aug 2021 09:38:40 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com E0CDA20B36EA From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Chasel Chiu , Nate DeSimone , Liming Gao , Eric Dong Subject: [edk2-devel] [edk2-platforms][PATCH v1 3/4] MinPlatformPkg/AcpiPlatform: Set X_GPE1_BLK GAS structure to zeroes Date: Thu, 5 Aug 2021 12:38:15 -0400 Message-Id: <20210805163816.2757-4-mikuback@linux.microsoft.com> In-Reply-To: <20210805163816.2757-1-mikuback@linux.microsoft.com> References: <20210805163816.2757-1-mikuback@linux.microsoft.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,mikuback@linux.microsoft.com X-Gm-Message-State: wsWEQM6cp0heT6x0gWKXJ555x1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1628181521; bh=uBOPILI0vjmncJeGHh9LM7313iLOe+r6GGBBV8NSl7w=; h=Cc:Date:From:Reply-To:Subject:To; b=kURgD5G7im68q/t3YUl4L+soIxOfFd91rdu/yKBFfNIp8jrtZALSG19Jt3xpf1Yhx8w C0XZlWbvKh/I2aVjNGfO4E6RZhWVyrc1OwGTEEyi9q4B+6mwc05eI671htb5KWMuOBEg9 bHswc2hSYWPbcn5Tq3XVnuy/JolitjjDRaI= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1628181523175100001 Content-Type: text/plain; charset="utf-8" From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3534 Updates the code to be compatible with a recent Firmware Test Suite (FWTS) fix that improves adherence to the ACPI Specification. Relevant FWTS commit: https://git.launchpad.net/fwts/commit/? id=3D4ad3e374bf98931c84adcf6e523982b5ebb83748 Cc: Chasel Chiu Cc: Nate DeSimone Cc: Liming Gao Cc: Eric Dong Signed-off-by: Michael Kubacki Acked-by: Michael D Kinney Reviewed-by: Nate DeSimone --- Platform/Intel/MinPlatformPkg/Acpi/AcpiTables/AcpiPlatform.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Platform/Intel/MinPlatformPkg/Acpi/AcpiTables/AcpiPlatform.c b= /Platform/Intel/MinPlatformPkg/Acpi/AcpiTables/AcpiPlatform.c index 6919e3196143..fe57ec4f7bb7 100644 --- a/Platform/Intel/MinPlatformPkg/Acpi/AcpiTables/AcpiPlatform.c +++ b/Platform/Intel/MinPlatformPkg/Acpi/AcpiTables/AcpiPlatform.c @@ -1321,7 +1321,8 @@ PlatformUpdateTables ( FadtHeader->XGpe0Blk.Address =3D PcdGet16 (PcdAcpiGpe0BlockAddress); FadtHeader->XGpe1Blk.Address =3D PcdGet16 (PcdAcpiGpe1BlockAddress); if (FadtHeader->XGpe1Blk.Address =3D=3D 0) { - FadtHeader->XGpe1Blk.AccessSize =3D 0; + FadtHeader->XGpe1Blk.AddressSpaceId =3D 0; + FadtHeader->XGpe1Blk.AccessSize =3D 0; } =20 DEBUG(( EFI_D_ERROR, "ACPI FADT table @ address 0x%x\n", Table )); --=20 2.28.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 (#78743): https://edk2.groups.io/g/devel/message/78743 Mute This Topic: https://groups.io/mt/84688771/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- From nobody Tue May 7 20:17:46 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+78744+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+78744+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1628181526; cv=none; d=zohomail.com; s=zohoarc; b=jyZUhv1ETSaSbfdlZfc9hJjRO6j+MCl+DIFD+7CKGQlu1G4yrxV/IlXOeQAwxmZEhTACi1o7r6gG3xWeK0q1ee3PB8mqstXvReS4PwuRSeIHNOyGZ26uNPr4Bay9OvTDob+DyjDs536RtK88CBv3KLp5NhoBcfaYJFwEkbNltdY= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1628181526; 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=W4KLtQect0s97vztj4G9chydw6U3QCUw3qKgPQuTpDA=; b=gIeDrjYYe5WaMPv+IOAt+FLp4vwxOa5TbgBWvBJdEJNX/pUlxcq02ujDiGuNvCGiaqEBkHM2eYC9odJQpkD7qxdcnrKfIzpxtnmsG/vaw9YEwzJdk2+DPb9cumV6XUZhuGE1MzPs9r8j9rJIanP1R7cU6HmiNjolFN284PmtWug= 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+78744+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 1628181526038894.136467424165; Thu, 5 Aug 2021 09:38:46 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id tYZGYY1788612xl1To1g47JV; Thu, 05 Aug 2021 09:38:45 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web12.11360.1628181525237481049 for ; Thu, 05 Aug 2021 09:38:45 -0700 X-Received: from localhost.localdomain (unknown [167.220.2.74]) by linux.microsoft.com (Postfix) with ESMTPSA id BCB8520B36ED; Thu, 5 Aug 2021 09:38:44 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com BCB8520B36ED From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Chasel Chiu , Nate DeSimone , Liming Gao , Eric Dong Subject: [edk2-devel] [edk2-platforms][PATCH v1 4/4] MinPlatformPkg/AcpiPlatform: Remove unused BoardAcpiTableLib Date: Thu, 5 Aug 2021 12:38:16 -0400 Message-Id: <20210805163816.2757-5-mikuback@linux.microsoft.com> In-Reply-To: <20210805163816.2757-1-mikuback@linux.microsoft.com> References: <20210805163816.2757-1-mikuback@linux.microsoft.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,mikuback@linux.microsoft.com X-Gm-Message-State: tFWBpofthleKMVLhk6pKN4IJx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1628181525; bh=VR7SCwWJPjbndYYWfJhCgiBg+e/CzGGrftm4soJYNNw=; h=Cc:Date:From:Reply-To:Subject:To; b=Da7zsKrYrGT5xnc3ACZGwWcVx+JXmrbM0ZqwXsqtfz3HLO8w6eoMUBeonI6IzWT54NN r1cAMmQqD83kpkPZJjR8EWUUS3h8UmEVmxlx4uAVro9PCneugOMdIefW2bJc8W635U0yd nwfiX2qzypbqOiNhy7PSWYsnoA8lCLdB0PM= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1628181527595100002 Content-Type: text/plain; charset="utf-8" From: Michael Kubacki Removes an unnecessary library dependency. Cc: Chasel Chiu Cc: Nate DeSimone Cc: Liming Gao Cc: Eric Dong Signed-off-by: Michael Kubacki Acked-by: Michael D Kinney Reviewed-by: Nate DeSimone --- Platform/Intel/MinPlatformPkg/Acpi/AcpiTables/AcpiPlatform.h | 1 - Platform/Intel/MinPlatformPkg/Acpi/AcpiTables/AcpiPlatform.inf | 1 - 2 files changed, 2 deletions(-) diff --git a/Platform/Intel/MinPlatformPkg/Acpi/AcpiTables/AcpiPlatform.h b= /Platform/Intel/MinPlatformPkg/Acpi/AcpiTables/AcpiPlatform.h index bd11f9e98864..827d273cc48a 100644 --- a/Platform/Intel/MinPlatformPkg/Acpi/AcpiTables/AcpiPlatform.h +++ b/Platform/Intel/MinPlatformPkg/Acpi/AcpiTables/AcpiPlatform.h @@ -31,7 +31,6 @@ SPDX-License-Identifier: BSD-2-Clause-Patent #include #include #include -#include #include #include #include diff --git a/Platform/Intel/MinPlatformPkg/Acpi/AcpiTables/AcpiPlatform.inf= b/Platform/Intel/MinPlatformPkg/Acpi/AcpiTables/AcpiPlatform.inf index 7c5173b16d7f..b301a6519cb0 100644 --- a/Platform/Intel/MinPlatformPkg/Acpi/AcpiTables/AcpiPlatform.inf +++ b/Platform/Intel/MinPlatformPkg/Acpi/AcpiTables/AcpiPlatform.inf @@ -42,7 +42,6 @@ [LibraryClasses] HobLib PciSegmentInfoLib AslUpdateLib - BoardAcpiTableLib =20 [Pcd] gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemId --=20 2.28.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 (#78744): https://edk2.groups.io/g/devel/message/78744 Mute This Topic: https://groups.io/mt/84688773/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-