From nobody Fri Mar 29 00:19:47 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+47131+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+47131+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1568220052; cv=none; d=zoho.com; s=zohoarc; b=j5tlQJi1jo885egEWHhJPtDyLwZDQKc/2HbINNXcNUwIAesX7BPTtD6rciLM8p4w6eGAcjTxQ73/m350zaF5IVdJKiv3AwLfuIP2ZL6iCJHwbSfZynSzAC8jAv6LQKoKp+r4HOk7Rok50KrxMEpiL0int+D/0Ulh93OL/lCLu+8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1568220052; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=hxW3guUOakPFeMq3tjjj48M7FD7aks8lfxvThfZUcUU=; b=M0/hNrcWk495SIs6trV+/UGInRH50lUf4jNcJiEQWNwanZP80P3DuTUgMpRHpfO92Av9ZnktXRvT35T+CYqsfBH1j9KgkHAodBj6VAj8NFCCW2UZ1bNQWzTe0aOSxwzZVJkvGGBJ1fVIL3QDvV5pQvmFZxhEsUqBMANz5MJCRxA= 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+47131+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 1568220052537180.57520897906716; Wed, 11 Sep 2019 09:40:52 -0700 (PDT) Return-Path: X-Received: from mga05.intel.com (mga05.intel.com []) by groups.io with SMTP; Wed, 11 Sep 2019 09:40:51 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Sep 2019 09:40:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,494,1559545200"; d="scan'208";a="209724114" X-Received: from paagyema-desk2.amr.corp.intel.com ([10.24.15.58]) by fmsmga004.fm.intel.com with ESMTP; 11 Sep 2019 09:40:10 -0700 From: "Agyeman, Prince" To: devel@edk2.groups.io Cc: philmd@redhat.com, "Agyeman, Prince" , David Wei , Liming Gao , Ankit Sinha , Kubacki Michael A , Nate DeSimone Subject: [edk2-devel] [PATCH v2 1/3] AdvancedFeaturePkg: Fix GCC build Date: Wed, 11 Sep 2019 09:40:08 -0700 Message-Id: <9c6eaf2883cc440905026a435b6bfb1ed6b89733.1568219401.git.prince.agyeman@intel.com> In-Reply-To: References: 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,prince.agyeman@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=1568220052; bh=zNw1pfimC5jw+Kqh7WPcZL4aCntSTisD02oVgjkC+zw=; h=Cc:Date:From:Reply-To:Subject:To; b=FPscPJVovnaFWSWUz/QEubXQm0tMC0YgguDx4hukXerW/2JB1OapCxqvHqzMUW+ksel 0WYQQfh2NYy1Fv80xcxPiyAheO0VOlJyom3QAtwwxfSYRFauQW7Xe8AO5XM+cwZjTn7MH Sf70PzEf7PzKoDjlM8Nbovpb4S4Yj2IgelU= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" From: "Agyeman, Prince" Changed include file name Smbios.h to SmBios.h to fix gcc file not found build issue, due to case sensitive file names in Linux REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2162 Cc: David Wei Cc: Liming Gao Cc: Ankit Sinha Cc: Agyeman Prince Cc: Kubacki Michael A Cc: Nate DeSimone Signed-off-by: Prince Agyeman Reviewed-by: Michael Kubacki --- .../AdvancedFeaturePkg/Smbios/SmbiosBasicDxe/SmbiosBasic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/Intel/AdvancedFeaturePkg/Smbios/SmbiosBasicDxe/Smbios= Basic.h b/Platform/Intel/AdvancedFeaturePkg/Smbios/SmbiosBasicDxe/SmbiosBas= ic.h index e278a4ed18..944946b5b8 100644 --- a/Platform/Intel/AdvancedFeaturePkg/Smbios/SmbiosBasicDxe/SmbiosBasic.h +++ b/Platform/Intel/AdvancedFeaturePkg/Smbios/SmbiosBasicDxe/SmbiosBasic.h @@ -11,7 +11,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent =20 #include #include -#include +#include #include #include #include --=20 2.19.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 (#47131): https://edk2.groups.io/g/devel/message/47131 Mute This Topic: https://groups.io/mt/34105605/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 Fri Mar 29 00:19:47 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+47130+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+47130+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1568220052; cv=none; d=zoho.com; s=zohoarc; b=ZAWowxnecAlMii2EHXmzDyazDuPuT56CES3diG6JAx17iDQaAHAeYOxP8ruj40sj54OmnMkuEZjwDoxHl8iM4zpe+ldnFR0iwaJJOamXLN/lBQJMR14qAVx/LfE3+dMxlNV8NEV7LPAi8mURGQGMObA0tlPDTtDDdlx1jYUM0r8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1568220052; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=upXNGYV4MvEMPXmp+Wn4M/3pw74KGSdPrdITLYNNAps=; b=DG6KX37uqbubZgG2lj9mIGSXDwwrI+TRt4q5a78TOhm1o7n4BHZjcEx80Nq1sKlThNm8sCyN933jxCwElsaEBjyrKGC5sfeVH2/Ft6iW+TgA/pOROnfVyEkjY3vmlNDnMh3GFNCRpdAOwZ8YwsMCg9xZwQZ+Nwx1Sb9QwXGTBHs= 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+47130+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 1568220052387673.815922343405; Wed, 11 Sep 2019 09:40:52 -0700 (PDT) Return-Path: X-Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by groups.io with SMTP; Wed, 11 Sep 2019 09:40:51 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Sep 2019 09:40:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,494,1559545200"; d="scan'208";a="209724118" X-Received: from paagyema-desk2.amr.corp.intel.com ([10.24.15.58]) by fmsmga004.fm.intel.com with ESMTP; 11 Sep 2019 09:40:10 -0700 From: "Agyeman, Prince" To: devel@edk2.groups.io Cc: philmd@redhat.com, "Agyeman, Prince" , David Wei , Liming Gao , Ankit Sinha , Kubacki Michael A , Nate DeSimone Subject: [edk2-devel] [PATCH v2 2/3] SimicsOpenBoardPkg: Fix GCC build issues Date: Wed, 11 Sep 2019 09:40:09 -0700 Message-Id: In-Reply-To: References: 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,prince.agyeman@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=1568220052; bh=VkLbsqE810MBd2vmZAXQbujXw363QeC3HiS1rgOoltM=; h=Cc:Date:From:Reply-To:Subject:To; b=k59Q3oD8BQieFE80T0noG61PYoZTEDsE59zC00aPD6ErSCnWH0PEoQXot41vVGHGiZB 82/UedF91kEfPhzSW2Qga0ovjaUjhDP/YAXtNNRo2Ph3Rq/jxus/WF6/FTcIm1RdlOdQ8 9HYcu1eD3hvQDVuuN03JFmdtSre7JNo1SqM= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" From: "Agyeman, Prince" Removed unused functions in secMain.c REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2162 Cc: David Wei Cc: Liming Gao Cc: Ankit Sinha Cc: Agyeman Prince Cc: Kubacki Michael A Cc: Nate DeSimone Signed-off-by: Prince Agyeman Reviewed-by: Michael Kubacki --- .../PlatformBootManagerLib/BdsPlatform.c | 38 ------------------- .../SimicsOpenBoardPkg/SecCore/SecMain.c | 23 ----------- 2 files changed, 61 deletions(-) diff --git a/Platform/Intel/SimicsOpenBoardPkg/Library/PlatformBootManagerL= ib/BdsPlatform.c b/Platform/Intel/SimicsOpenBoardPkg/Library/PlatformBootMa= nagerLib/BdsPlatform.c index 117c72b35f..953a4a6c15 100644 --- a/Platform/Intel/SimicsOpenBoardPkg/Library/PlatformBootManagerLib/BdsP= latform.c +++ b/Platform/Intel/SimicsOpenBoardPkg/Library/PlatformBootManagerLib/BdsP= latform.c @@ -316,12 +316,6 @@ ConnectRootBridge ( IN VOID *Context ); =20 -STATIC -VOID -SaveS3BootScript ( - VOID - ); - // // BDS Platform Functions // @@ -1296,38 +1290,6 @@ PlatformBdsConnectSequence ( PciAcpiInitialization (); } =20 -/** - Save the S3 boot script. - - Note that DxeSmmReadyToLock must be signaled after this function returns; - otherwise the script wouldn't be saved actually. -**/ -STATIC -VOID -SaveS3BootScript ( - VOID - ) -{ - EFI_STATUS Status; - EFI_S3_SAVE_STATE_PROTOCOL *BootScript; - STATIC CONST UINT8 Info[] =3D { 0xDE, 0xAD, 0xBE, 0xEF }; - - Status =3D gBS->LocateProtocol (&gEfiS3SaveStateProtocolGuid, NULL, - (VOID **) &BootScript); - ASSERT_EFI_ERROR (Status); - - // - // Despite the opcode documentation in the PI spec, the protocol - // implementation embeds a deep copy of the info in the boot script, rat= her - // than storing just a pointer to runtime or NVS storage. - // - Status =3D BootScript->Write(BootScript, EFI_BOOT_SCRIPT_INFORMATION_OPC= ODE, - (UINT32) sizeof Info, - (EFI_PHYSICAL_ADDRESS)(UINTN) &Info); - ASSERT_EFI_ERROR (Status); -} - - /** Do the platform specific action after the console is ready =20 diff --git a/Platform/Intel/SimicsOpenBoardPkg/SecCore/SecMain.c b/Platform= /Intel/SimicsOpenBoardPkg/SecCore/SecMain.c index 5cbb47687b..4514641b46 100644 --- a/Platform/Intel/SimicsOpenBoardPkg/SecCore/SecMain.c +++ b/Platform/Intel/SimicsOpenBoardPkg/SecCore/SecMain.c @@ -495,29 +495,6 @@ FindPeiCoreImageBaseInFv ( return EFI_SUCCESS; } =20 - -/** - Reads 8-bits of CMOS data. - - Reads the 8-bits of CMOS data at the location specified by Index. - The 8-bit read value is returned. - - @param Index The CMOS location to read. - - @return The value read. - -**/ -STATIC -UINT8 -CmosRead8 ( - IN UINTN Index - ) -{ - IoWrite8 (0x70, (UINT8) Index); - return IoRead8 (0x71); -} - - STATIC BOOLEAN IsS3Resume ( --=20 2.19.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 (#47130): https://edk2.groups.io/g/devel/message/47130 Mute This Topic: https://groups.io/mt/34105604/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 Fri Mar 29 00:19:47 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+47132+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+47132+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1568220053; cv=none; d=zoho.com; s=zohoarc; b=JLUrNOiHQC7sX6oBb59ZvdMjmf/6fQ17tWloeuZGQCZCCB6yavOWD43yNQE+4a6z84ifj1zbz4EOeQ5vDPtY1zSsJ97fCQE59sGY+OlcH9Sfw2nMPgpPoZ1xaInAbKEjbxTMYWp3R2MwRSirjNOlzSOgGGXsOGMAX77vlsbyxPA= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1568220053; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=EHL8vED+Llbaf8Z4X+i6rFl8eGOIZeHggBOy2HcrkQo=; b=QpVA+HP6drodc+a+0hL8UHwQw0usgmXqE24qth1wo9aT6IkMdNgYLw89NEDcGd7FkHDK7IuObB7nl3XbPeRw0gospFZ4mBXfkRwBiIu1biGUecBYx6eeeWhkvnsznSbVxRsCtK8jy1Qt9zvK6MrDQkbh/fMEiR851VHUD5tMDXs= 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+47132+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 1568220053310767.0882446793331; Wed, 11 Sep 2019 09:40:53 -0700 (PDT) Return-Path: X-Received: from mga05.intel.com (mga05.intel.com []) by groups.io with SMTP; Wed, 11 Sep 2019 09:40:51 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Sep 2019 09:40:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,494,1559545200"; d="scan'208";a="209724121" X-Received: from paagyema-desk2.amr.corp.intel.com ([10.24.15.58]) by fmsmga004.fm.intel.com with ESMTP; 11 Sep 2019 09:40:11 -0700 From: "Agyeman, Prince" To: devel@edk2.groups.io Cc: philmd@redhat.com, "Agyeman, Prince" , David Wei , Liming Gao , Ankit Sinha , Kubacki Michael A , Nate DeSimone Subject: [edk2-devel] [PATCH v2 3/3] SimicsIch10Pkg: Fix GCC build issues Date: Wed, 11 Sep 2019 09:40:10 -0700 Message-Id: <3d85dd4ce503ef01b66ab4be55bfcf921c7e7012.1568219401.git.prince.agyeman@intel.com> In-Reply-To: References: 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,prince.agyeman@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=1568220052; bh=GFVh8C8j0FwmiBLo6zKIJDu93DXT2yrOF5dXdghePr0=; h=Cc:Date:From:Reply-To:Subject:To; b=EF6lDgZbXBZBHuB+s67r/+LOFWVet/tQRRfS2fE7JIJ3JwRC7EMYk/4g8B4xeaMW4RT +OFpisDr/bayjDsYScyZgIZw0DNjCWhE7m4AWQG93Itga7X5N8tkPYEWg51Y+WZq7YIh8 vyuWayz5BDrZ6bssztDT6aqvJz9u7SxhkXE= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" From: "Agyeman, Prince" Removed Status variable as the SmmClear function always returns EFI_SUCCESS. Refer to the Smmclear function for details Removed SpiBaseAddress variable as this address was never used in the SendSpiCmd function. REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2162 Cc: David Wei Cc: Liming Gao Cc: Ankit Sinha Cc: Agyeman Prince Cc: Kubacki Michael A Cc: Nate DeSimone Signed-off-by: Prince Agyeman Reviewed-by: Michael Kubacki --- .../LibraryPrivate/BasePchSpiCommonLib/SpiCommon.c | 3 --- .../SimicsIch10Pkg/SmmControl/RuntimeDxe/SmmControl2Dxe.c | 7 ++----- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/Silicon/Intel/SimicsIch10Pkg/LibraryPrivate/BasePchSpiCommonLi= b/SpiCommon.c b/Silicon/Intel/SimicsIch10Pkg/LibraryPrivate/BasePchSpiCommo= nLib/SpiCommon.c index bd08b2453b..3e7dffedfb 100644 --- a/Silicon/Intel/SimicsIch10Pkg/LibraryPrivate/BasePchSpiCommonLib/SpiCo= mmon.c +++ b/Silicon/Intel/SimicsIch10Pkg/LibraryPrivate/BasePchSpiCommonLib/SpiCo= mmon.c @@ -637,7 +637,6 @@ SendSpiCmd ( EFI_STATUS Status; UINT32 Index; SPI_INSTANCE *SpiInstance; - UINTN SpiBaseAddress; UINTN PchSpiBar0; UINT32 HardwareSpiAddr; UINT32 FlashRegionSize; @@ -648,9 +647,7 @@ SendSpiCmd ( =20 Status =3D EFI_SUCCESS; SpiInstance =3D SPI_INSTANCE_FROM_SPIPROTOCOL (This); - SpiBaseAddress =3D SpiInstance->PchSpiBase; PchSpiBar0 =3D AcquireSpiBar0 (SpiInstance); - SpiBaseAddress =3D SpiInstance->PchSpiBase; ABase =3D SpiInstance->PchAcpiBase; =20 // diff --git a/Silicon/Intel/SimicsIch10Pkg/SmmControl/RuntimeDxe/SmmControl2= Dxe.c b/Silicon/Intel/SimicsIch10Pkg/SmmControl/RuntimeDxe/SmmControl2Dxe.c index 268b04d25a..cc2d00b785 100644 --- a/Silicon/Intel/SimicsIch10Pkg/SmmControl/RuntimeDxe/SmmControl2Dxe.c +++ b/Silicon/Intel/SimicsIch10Pkg/SmmControl/RuntimeDxe/SmmControl2Dxe.c @@ -131,7 +131,6 @@ SmmControl2DxeTrigger ( IN UINTN ActivationInterval OPTIONAL ) { - EFI_STATUS Status; // // No support for queued or periodic activation. // @@ -141,7 +140,7 @@ SmmControl2DxeTrigger ( /// /// Clear any pending the APM SMI /// - Status =3D SmmClear(); + SmmClear(); // // The so-called "Advanced Power Management Status Port Register" is in = fact // a generic data passing register, between the caller and the SMI @@ -181,8 +180,6 @@ SmmControl2DxeClear ( IN BOOLEAN Periodic OPTIONAL ) { - EFI_STATUS Status; - if (Periodic) { return EFI_INVALID_PARAMETER; } @@ -201,7 +198,7 @@ SmmControl2DxeClear ( // // So, nothing to do here. // - Status =3D SmmClear(); + SmmClear(); =20 return EFI_SUCCESS; } --=20 2.19.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 (#47132): https://edk2.groups.io/g/devel/message/47132 Mute This Topic: https://groups.io/mt/34105606/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-