From nobody Sun Apr 28 09:52:43 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; spf=none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) smtp.mailfrom=edk2-devel-bounces@lists.01.org Return-Path: Received: from ml01.01.org (ml01.01.org [198.145.21.10]) by mx.zohomail.com with SMTPS id 1508461219460489.1368473238075; Thu, 19 Oct 2017 18:00:19 -0700 (PDT) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 9E7B420347150; Thu, 19 Oct 2017 17:56:39 -0700 (PDT) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id CFEE5202E6114 for ; Thu, 19 Oct 2017 17:56:37 -0700 (PDT) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga104.jf.intel.com with ESMTP; 19 Oct 2017 18:00:16 -0700 Received: from shwdeopenpsi114.ccr.corp.intel.com ([10.239.157.135]) by FMSMGA003.fm.intel.com with ESMTP; 19 Oct 2017 18:00:15 -0700 X-Original-To: edk2-devel@lists.01.org Received-SPF: none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) client-ip=198.145.21.10; envelope-from=edk2-devel-bounces@lists.01.org; helo=ml01.01.org; Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.31; helo=mga06.intel.com; envelope-from=dandan.bi@intel.com; receiver=edk2-devel@lists.01.org X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,404,1503385200"; d="scan'208";a="911740650" From: Dandan Bi To: edk2-devel@lists.01.org Date: Fri, 20 Oct 2017 08:59:50 +0800 Message-Id: <1508461193-5204-2-git-send-email-dandan.bi@intel.com> X-Mailer: git-send-email 1.9.5.msysgit.1 In-Reply-To: <1508461193-5204-1-git-send-email-dandan.bi@intel.com> References: <1508461193-5204-1-git-send-email-dandan.bi@intel.com> Subject: [edk2] [patch 1/4] IntelFrameworkModulePkg/Csm: Refine coding style in comments X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Liming Gao MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" X-ZohoMail: RSF_4 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" Make the comments follow Edk2 coding style: 1. Make the comments starts with /** and end with **/. 2. Make the comments descrition end with '.' Cc: Jian J Wang Cc: Liming Gao Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan Bi Reviewed-by: Jian J Wang --- IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/BiosKeyboard.c | 8 ++++-= --- IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBios.c | 8 ++++-= --- IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBiosInterface.h | 8 ++++-= --- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/BiosKeyboard= .c b/IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/BiosKeyboard.c index d2224a2..ebf03d3 100644 --- a/IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/BiosKeyboard.c +++ b/IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/BiosKeyboard.c @@ -1731,12 +1731,12 @@ CheckKeyboardConnect ( return TRUE; } } =20 /** - Disable NULL pointer detection -*/ + Disable NULL pointer detection. +**/ VOID DisableNullDetection ( VOID ) { @@ -1778,12 +1778,12 @@ DisableNullDetection ( DEBUG ((DEBUG_WARN, "!!! Page 0 is supposed to be disabled !!!\r\n")); } } =20 /** - Enable NULL pointer detection -*/ + Enable NULL pointer detection. +**/ VOID EnableNullDetection ( VOID ) { diff --git a/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBios.c b/Intel= FrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBios.c index 3176a98..e009999 100644 --- a/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBios.c +++ b/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBios.c @@ -792,12 +792,12 @@ ToggleEndOfDxeStatus ( // functions can be used to disable/enable NULL pointer detection before/a= fter // accessing those memory. // =20 /** - Enable NULL pointer detection -*/ + Enable NULL pointer detection. +**/ VOID EnableNullDetection ( VOID ) { @@ -842,12 +842,12 @@ EnableNullDetection ( ASSERT_EFI_ERROR (Status); } } =20 /** - Disable NULL pointer detection -*/ + Disable NULL pointer detection. +**/ VOID DisableNullDetection ( VOID ) { diff --git a/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBiosInterface.= h b/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBiosInterface.h index 20dfef3..86a3b09 100644 --- a/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBiosInterface.h +++ b/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBiosInterface.h @@ -1543,20 +1543,20 @@ EFI_STATUS LegacyBiosInstallVgaRom ( IN LEGACY_BIOS_INSTANCE *Private ); =20 /** - Enable NULL pointer detection -*/ + Enable NULL pointer detection. +**/ VOID EnableNullDetection ( VOID ); =20 /** - Disable NULL pointer detection -*/ + Disable NULL pointer detection. +**/ VOID DisableNullDetection ( VOID ); =20 --=20 1.9.5.msysgit.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel From nobody Sun Apr 28 09:52:43 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; spf=none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) smtp.mailfrom=edk2-devel-bounces@lists.01.org Return-Path: Received: from ml01.01.org (ml01.01.org [198.145.21.10]) by mx.zohomail.com with SMTPS id 1508461220793826.1348744439392; Thu, 19 Oct 2017 18:00:20 -0700 (PDT) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id E213020347159; Thu, 19 Oct 2017 17:56:40 -0700 (PDT) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 8AC73202E6114 for ; Thu, 19 Oct 2017 17:56:40 -0700 (PDT) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga104.jf.intel.com with ESMTP; 19 Oct 2017 18:00:19 -0700 Received: from shwdeopenpsi114.ccr.corp.intel.com ([10.239.157.135]) by FMSMGA003.fm.intel.com with ESMTP; 19 Oct 2017 18:00:17 -0700 X-Original-To: edk2-devel@lists.01.org Received-SPF: none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) client-ip=198.145.21.10; envelope-from=edk2-devel-bounces@lists.01.org; helo=ml01.01.org; Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.31; helo=mga06.intel.com; envelope-from=dandan.bi@intel.com; receiver=edk2-devel@lists.01.org X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,404,1503385200"; d="scan'208";a="911740671" From: Dandan Bi To: edk2-devel@lists.01.org Date: Fri, 20 Oct 2017 08:59:51 +0800 Message-Id: <1508461193-5204-3-git-send-email-dandan.bi@intel.com> X-Mailer: git-send-email 1.9.5.msysgit.1 In-Reply-To: <1508461193-5204-1-git-send-email-dandan.bi@intel.com> References: <1508461193-5204-1-git-send-email-dandan.bi@intel.com> Subject: [edk2] [patch 2/4] IntelFrameworkModule/LegacyBios: Avoid explicit comparison for BOOLEAN X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Liming Gao MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" X-ZohoMail: RSF_4 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" Cc: Jian J Wang Cc: Liming Gao Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan Bi Reviewed-by: Jian J Wang --- IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBios.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBios.c b/Intel= FrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBios.c index e009999..c6461f5 100644 --- a/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBios.c +++ b/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBios.c @@ -804,11 +804,11 @@ EnableNullDetection ( EFI_STATUS Status; EFI_GCD_MEMORY_SPACE_DESCRIPTOR Desc; =20 if (((PcdGet8 (PcdNullPointerDetectionPropertyMask) & BIT0) =3D=3D 0) || - ((mEndOfDxe =3D=3D TRUE) && + ((mEndOfDxe) && ((PcdGet8 (PcdNullPointerDetectionPropertyMask) & (BIT7|BIT0)) =3D=3D (BIT7|BIT0))) ) { return; } @@ -854,11 +854,11 @@ DisableNullDetection ( EFI_STATUS Status; EFI_GCD_MEMORY_SPACE_DESCRIPTOR Desc; =20 if (((PcdGet8 (PcdNullPointerDetectionPropertyMask) & BIT0) =3D=3D 0) || - ((mEndOfDxe =3D=3D TRUE) && + ((mEndOfDxe) && ((PcdGet8 (PcdNullPointerDetectionPropertyMask) & (BIT7|BIT0)) =3D=3D (BIT7|BIT0))) ) { return; } --=20 1.9.5.msysgit.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel From nobody Sun Apr 28 09:52:43 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; spf=none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) smtp.mailfrom=edk2-devel-bounces@lists.01.org Return-Path: Received: from ml01.01.org (ml01.01.org [198.145.21.10]) by mx.zohomail.com with SMTPS id 1508461232995981.0465564591167; Thu, 19 Oct 2017 18:00:32 -0700 (PDT) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 2DBD02034715F; Thu, 19 Oct 2017 17:56:53 -0700 (PDT) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id AFD6120347149 for ; Thu, 19 Oct 2017 17:56:51 -0700 (PDT) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga104.jf.intel.com with ESMTP; 19 Oct 2017 18:00:23 -0700 Received: from shwdeopenpsi114.ccr.corp.intel.com ([10.239.157.135]) by FMSMGA003.fm.intel.com with ESMTP; 19 Oct 2017 18:00:21 -0700 X-Original-To: edk2-devel@lists.01.org Received-SPF: none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) client-ip=198.145.21.10; envelope-from=edk2-devel-bounces@lists.01.org; helo=ml01.01.org; Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.31; helo=mga06.intel.com; envelope-from=dandan.bi@intel.com; receiver=edk2-devel@lists.01.org X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,404,1503385200"; d="scan'208";a="911740738" From: Dandan Bi To: edk2-devel@lists.01.org Date: Fri, 20 Oct 2017 08:59:52 +0800 Message-Id: <1508461193-5204-4-git-send-email-dandan.bi@intel.com> X-Mailer: git-send-email 1.9.5.msysgit.1 In-Reply-To: <1508461193-5204-1-git-send-email-dandan.bi@intel.com> References: <1508461193-5204-1-git-send-email-dandan.bi@intel.com> Subject: [edk2] [patch 3/4] MdeModulePkg/DxeIplPeim: Refine coding style in function comments X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Eric Dong MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" X-ZohoMail: RSF_4 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" Make the comments align with the function. And add some missing function comments. Cc: Jian J Wang Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan Bi Reviewed-by: Jian J Wang --- MdeModulePkg/Core/DxeIplPeim/DxeIpl.h | 14 +++++++------- MdeModulePkg/Core/DxeIplPeim/X64/VirtualMemory.c | 15 +++++++++++---- 2 files changed, 18 insertions(+), 11 deletions(-) diff --git a/MdeModulePkg/Core/DxeIplPeim/DxeIpl.h b/MdeModulePkg/Core/DxeI= plPeim/DxeIpl.h index ecf1866..f3aabdb 100644 --- a/MdeModulePkg/Core/DxeIplPeim/DxeIpl.h +++ b/MdeModulePkg/Core/DxeIplPeim/DxeIpl.h @@ -239,28 +239,28 @@ Decompress ( OUT VOID **OutputBuffer, OUT UINTN *OutputSize ); =20 /** - Clear legacy memory located at the first 4K-page. + Clear legacy memory located at the first 4K-page. =20 - This function traverses the whole HOB list to check if memory from 0 to= 4095 - exists and has not been allocated, and then clear it if so. + This function traverses the whole HOB list to check if memory from 0 to = 4095 + exists and has not been allocated, and then clear it if so. =20 - @param HoStart The start of HobList passed to DxeCore. + @param HobStart The start of HobList passed to DxeCore. =20 **/ VOID ClearFirst4KPage ( IN VOID *HobStart ); =20 /** - Return configure status of NULL pointer detection feature + Return configure status of NULL pointer detection feature. =20 - @return TRUE NULL pointer detection feature is enabled - @return FALSE NULL pointer detection feature is disabled + @return TRUE NULL pointer detection feature is enabled + @return FALSE NULL pointer detection feature is disabled **/ BOOLEAN IsNullDetectionEnabled ( VOID ); diff --git a/MdeModulePkg/Core/DxeIplPeim/X64/VirtualMemory.c b/MdeModulePk= g/Core/DxeIplPeim/X64/VirtualMemory.c index a10dea2..29b6205 100644 --- a/MdeModulePkg/Core/DxeIplPeim/X64/VirtualMemory.c +++ b/MdeModulePkg/Core/DxeIplPeim/X64/VirtualMemory.c @@ -30,16 +30,16 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITH= ER EXPRESS OR IMPLIED. =20 #include "DxeIpl.h" #include "VirtualMemory.h" =20 /** - Clear legacy memory located at the first 4K-page, if available. + Clear legacy memory located at the first 4K-page, if available. =20 - This function traverses the whole HOB list to check if memory from 0 to= 4095 - exists and has not been allocated, and then clear it if so. + This function traverses the whole HOB list to check if memory from 0 to = 4095 + exists and has not been allocated, and then clear it if so. =20 - @param HoStart The start of HobList passed to DxeCore. + @param HobStart The start of HobList passed to DxeCore. =20 **/ VOID ClearFirst4KPage ( IN VOID *HobStart @@ -84,10 +84,17 @@ ClearFirst4KPage ( } =20 return; } =20 +/** + Return configure status of NULL pointer detection feature. + + @return TRUE NULL pointer detection feature is enabled + @return FALSE NULL pointer detection feature is disabled + +**/ BOOLEAN IsNullDetectionEnabled ( VOID ) { --=20 1.9.5.msysgit.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel From nobody Sun Apr 28 09:52:43 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; spf=none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) smtp.mailfrom=edk2-devel-bounces@lists.01.org Return-Path: Received: from ml01.01.org (ml01.01.org [198.145.21.10]) by mx.zohomail.com with SMTPS id 1508461234632908.6709910936871; Thu, 19 Oct 2017 18:00:34 -0700 (PDT) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 64D7220347162; Thu, 19 Oct 2017 17:56:53 -0700 (PDT) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id C02BA20347157 for ; Thu, 19 Oct 2017 17:56:51 -0700 (PDT) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga104.jf.intel.com with ESMTP; 19 Oct 2017 18:00:26 -0700 Received: from shwdeopenpsi114.ccr.corp.intel.com ([10.239.157.135]) by FMSMGA003.fm.intel.com with ESMTP; 19 Oct 2017 18:00:25 -0700 X-Original-To: edk2-devel@lists.01.org Received-SPF: none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) client-ip=198.145.21.10; envelope-from=edk2-devel-bounces@lists.01.org; helo=ml01.01.org; Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.31; helo=mga06.intel.com; envelope-from=dandan.bi@intel.com; receiver=edk2-devel@lists.01.org X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,404,1503385200"; d="scan'208";a="911740758" From: Dandan Bi To: edk2-devel@lists.01.org Date: Fri, 20 Oct 2017 08:59:53 +0800 Message-Id: <1508461193-5204-5-git-send-email-dandan.bi@intel.com> X-Mailer: git-send-email 1.9.5.msysgit.1 In-Reply-To: <1508461193-5204-1-git-send-email-dandan.bi@intel.com> References: <1508461193-5204-1-git-send-email-dandan.bi@intel.com> Subject: [edk2] [patch 4/4] UefiCpuPkg/MtrrLib: Make comments align with function X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Ruiyu Ni , Eric Dong MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" X-ZohoMail: RSF_4 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" Cc: Eric Dong Cc: Ruiyu Ni Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan Bi Reviewed-by: Ruiyu Ni --- UefiCpuPkg/Include/Library/MtrrLib.h | 2 +- UefiCpuPkg/Library/MtrrLib/MtrrLib.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/UefiCpuPkg/Include/Library/MtrrLib.h b/UefiCpuPkg/Include/Libr= ary/MtrrLib.h index d05d839..0bf7d8e 100644 --- a/UefiCpuPkg/Include/Library/MtrrLib.h +++ b/UefiCpuPkg/Include/Library/MtrrLib.h @@ -373,11 +373,11 @@ MtrrSetMemoryAttributeInMtrrSettings ( needs more scratch buffer. @param[in] Ranges Pointer to an array of MTRR_MEMORY_RANGE. When range overlap happens, the last one t= akes higher priority. When the function returns, either all the = attributes are set successfully, or none of them is set. - @param[in] Count of MTRR_MEMORY_RANGE. + @param[in] RangeCount Count of MTRR_MEMORY_RANGE. =20 @retval RETURN_SUCCESS The attributes were set for all the me= mory ranges. @retval RETURN_INVALID_PARAMETER Length in any range is zero. @retval RETURN_UNSUPPORTED The processor does not support one or = more bytes of the memory resource range specified by Bas= eAddress and Length in any range. diff --git a/UefiCpuPkg/Library/MtrrLib/MtrrLib.c b/UefiCpuPkg/Library/Mtrr= Lib/MtrrLib.c index cb22558..579af27 100644 --- a/UefiCpuPkg/Library/MtrrLib/MtrrLib.c +++ b/UefiCpuPkg/Library/MtrrLib/MtrrLib.c @@ -2146,11 +2146,11 @@ MtrrLibSetBelow1MBMemoryAttribute ( needs more scratch buffer. @param[in] Ranges Pointer to an array of MTRR_MEMORY_RANGE. When range overlap happens, the last one t= akes higher priority. When the function returns, either all the = attributes are set successfully, or none of them is set. - @param[in] Count of MTRR_MEMORY_RANGE. + @param[in] RangeCount Count of MTRR_MEMORY_RANGE. =20 @retval RETURN_SUCCESS The attributes were set for all the me= mory ranges. @retval RETURN_INVALID_PARAMETER Length in any range is zero. @retval RETURN_UNSUPPORTED The processor does not support one or = more bytes of the memory resource range specified by Bas= eAddress and Length in any range. --=20 1.9.5.msysgit.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel