From nobody Thu May 2 15:52:24 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+43827+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+43827+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1563327885; cv=none; d=zoho.com; s=zohoarc; b=nwt0qYomkcRV6bu4o6oXXTarjURLG/euNxT0ncqWn0116bfIvG3hir9fo+yW7tMfg+c7ng/pSq7+VnY+jiMLYhrWA6J3WGt4WghegF8qCfilXID62vIJLQC4cIIn30HMUj+xky97v7ZpqwGENzlxNrTLIa+yBzlcNTa6936IUA8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1563327885; h=Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=68kfI1LbrwaYAtDeyg3g2WFlGkmDPMiGNqxBppx8bG4=; b=UxNJKXXSf4Zo07nB2nr2uVoqdzRzoc47OtMpBgh/tNrrUFw92nYJ11jVpGhDbtF+lX59iXWuAMSf6FUmla/0Nv9zhMrlgbmTn7e/aLhVaAV0zNES/QKYhpJQHlWDWL2pSd9xB9G7/PvIiQKKMbuPxiQEkaZj8t/pUvH+X3dBa7A= 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+43827+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 1563327885712938.8185993981721; Tue, 16 Jul 2019 18:44:45 -0700 (PDT) Return-Path: X-Received: from mga14.intel.com (mga14.intel.com []) by groups.io with SMTP; Tue, 16 Jul 2019 18:44:44 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Jul 2019 18:44:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,272,1559545200"; d="scan'208";a="366411610" X-Received: from shwdeopenpsi014.ccr.corp.intel.com ([10.239.9.8]) by fmsmga005.fm.intel.com with ESMTP; 16 Jul 2019 18:44:42 -0700 From: "Wu, Hao A" To: devel@edk2.groups.io Cc: Hao A Wu , Andrew Fish , Laszlo Ersek , Leif Lindholm , Michael D Kinney , Dandan Bi , Eric Dong , Liming Gao , Ray Ni , Star Zeng , Zhichao Gao Subject: [edk2-devel] [PATCH v1 1/1] Maintainers.txt: Fine-grained review ownership for MdeModulePkg Date: Wed, 17 Jul 2019 09:44:37 +0800 Message-Id: <20190717014437.19944-2-hao.a.wu@intel.com> In-Reply-To: <20190717014437.19944-1-hao.a.wu@intel.com> References: <20190717014437.19944-1-hao.a.wu@intel.com> 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,hao.a.wu@intel.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1563327885; bh=tZAu+ph1VPLqrj6kA0q0hEwLfM2ng7gUxkt2RZCp5dA=; h=Cc:Date:From:Reply-To:Subject:To; b=IbskRhJawVX5eYWss0XjUY38eFBfccQI2OC/uSQxbnqhrNwa8n/gbUpEr8nlSo01Zwy jhqkP6wBtYDuI0zKjZolBvYfy7OiyRkD3phY3Wb3h34EFgxJMSG/XRrdhsND3v5Ysf/R4 ZVureCkFSRV1CMR9zkCFsCaQi0e9zqXzbiA= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" This commit add the reviewers information for modules within MdeModulePkg. For now the modules list includes: ACPI BDS Console and Graphic Core services (PEI, DXE and Runtime) Device and Peripheral Firmware Update HII and UI Reset S3 SMBIOS SMM Variable Please note that, for MdeModulePkg components not included in the above list, the reviewers will fall back to the package maintainers. Cc: Andrew Fish Cc: Laszlo Ersek Cc: Leif Lindholm Cc: Michael D Kinney Cc: Dandan Bi Cc: Eric Dong Cc: Liming Gao Cc: Ray Ni Cc: Star Zeng Cc: Zhichao Gao Signed-off-by: Hao A Wu --- Maintainers.txt | 151 +++++++++++++++++++- 1 file changed, 149 insertions(+), 2 deletions(-) diff --git a/Maintainers.txt b/Maintainers.txt index 18fd2ef43c..c1ae02045e 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -186,11 +186,158 @@ F: MdeModulePkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/MdeModulePkg M: Jian J Wang M: Hao A Wu + +MdeModulePkg: ACPI modules +F: MdeModulePkg/Universal/Acpi/ +F: MdeModulePkg/Include/*Acpi*.h +R: Dandan Bi +R: Liming Gao + +MdeModulePkg: BDS modules +F: MdeModulePkg/*BootManager*/ +F: MdeModulePkg/Universal/BdsDxe/ +F: MdeModulePkg/Universal/LoadFileOnFv2/ +F: MdeModulePkg/Universal/SecurityStubDxe/Defer3rdPartyImageLoad.* +F: MdeModulePkg/Universal/DevicePathDxe/ +F: MdeModulePkg/Universal/DriverHealthManagerDxe/ +F: MdeModulePkg/Include/Library/UefiBootManagerLib.h +R: Zhichao Gao +R: Ray Ni + +MdeModulePkg: Console and Graphic modules +F: MdeModulePkg/*Logo*/ +F: MdeModulePkg/Library/BaseBmpSupportLib/ +F: MdeModulePkg/Library/FrameBufferBltLib/ +F: MdeModulePkg/Universal/Console/ +F: MdeModulePkg/Include/*Logo*.h +F: MdeModulePkg/Include/Guid/ConnectConInEvent.h +F: MdeModulePkg/Include/Guid/Console*.h +F: MdeModulePkg/Include/Guid/StandardErrorDevice.h +F: MdeModulePkg/Include/Guid/TtyTerm.h +F: MdeModulePkg/Include/Library/BmpSupportLib.h +F: MdeModulePkg/Include/Library/FrameBufferBltLib.h +R: Zhichao Gao +R: Ray Ni + +MdeModulePkg: Core services (PEI, DXE and Runtime) modules +F: MdeModulePkg/*Mem*/ +F: MdeModulePkg/*SectionExtract*/ +F: MdeModulePkg/*StatusCode*/ +F: MdeModulePkg/Application/DumpDynPcd/ +F: MdeModulePkg/Core/Dxe/ +F: MdeModulePkg/Core/DxeIplPeim/ +F: MdeModulePkg/Core/Pei/ +F: MdeModulePkg/Core/RuntimeDxe/ +F: MdeModulePkg/Library/*Decompress*/ +F: MdeModulePkg/Library/*Perf*/ +F: MdeModulePkg/Library/DxeSecurityManagementLib/ +F: MdeModulePkg/Universal/PCD/ +F: MdeModulePkg/Universal/PlatformDriOverrideDxe/ +F: MdeModulePkg/Universal/SecurityStubDxe/SecurityStub.c +F: MdeModulePkg/Include/*Mem*.h +F: MdeModulePkg/Include/*Pcd*.h +F: MdeModulePkg/Include/*Perf*.h +F: MdeModulePkg/Include/*StatusCode*.h +F: MdeModulePkg/Include/Guid/Crc32GuidedSectionExtraction.h +F: MdeModulePkg/Include/Guid/EventExitBootServiceFailed.h +F: MdeModulePkg/Include/Guid/IdleLoopEvent.h +F: MdeModulePkg/Include/Guid/LoadModuleAtFixedAddress.h +F: MdeModulePkg/Include/Guid/LzmaDecompress.h +F: MdeModulePkg/Include/Library/SecurityManagementLib.h +R: Dandan Bi +R: Liming Gao + +MdeModulePkg: Device and Peripheral modules +F: MdeModulePkg/*PciHostBridge*/ +F: MdeModulePkg/*Serial*/ +F: MdeModulePkg/Bus/ +F: MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/ +F: MdeModulePkg/Universal/Disk/ +F: MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/ +F: MdeModulePkg/Include/*Ata*.h +F: MdeModulePkg/Include/*IoMmu*.h +F: MdeModulePkg/Include/*NonDiscoverableDevice*.h +F: MdeModulePkg/Include/*NvmExpress*.h +F: MdeModulePkg/Include/*SerialPort*.h +F: MdeModulePkg/Include/*SdMmc*.h +F: MdeModulePkg/Include/*Ufs*.h +F: MdeModulePkg/Include/*Usb*.h +F: MdeModulePkg/Include/Guid/S3StorageDeviceInitList.h +F: MdeModulePkg/Include/Guid/RecoveryDevice.h +F: MdeModulePkg/Include/Library/PciHostBridgeLib.h +F: MdeModulePkg/Include/Ppi/StorageSecurityCommand.h +F: MdeModulePkg/Include/Protocol/Ps2Policy.h +R: Hao A Wu R: Ray Ni - (especially for Bus, Universal/Console, Universal/Disk, - Universal/BdsDxe and related libraries, header files) + +MdeModulePkg: Firmware Update modules +F: MdeModulePkg/*Capsule*/ +F: MdeModulePkg/Library/DisplayUpdateProgressLib*/ +F: MdeModulePkg/Library/FmpAuthenticationLibNull/ +F: MdeModulePkg/Universal/Esrt*/ +F: MdeModulePkg/Include/*Capsule*.h +F: MdeModulePkg/Include/Library/DisplayUpdateProgressLib.h +F: MdeModulePkg/Include/Library/FmpAuthenticationLib.h +F: MdeModulePkg/Include/Protocol/EsrtManagement.h +F: MdeModulePkg/Include/Protocol/FirmwareManagementProgress.h +R: Hao A Wu +R: Liming Gao + +MdeModulePkg: HII and UI modules +F: MdeModulePkg/*FileExplorer*/ +F: MdeModulePkg/*Hii*/ +F: MdeModulePkg/*Ui*/ +F: MdeModulePkg/Application/BootManagerMenuApp/ +F: MdeModulePkg/Library/CustomizedDisplayLib/ +F: MdeModulePkg/Universal/DisplayEngineDxe/ +F: MdeModulePkg/Universal/DriverSampleDxe/ +F: MdeModulePkg/Universal/SetupBrowserDxe/ +F: MdeModulePkg/Include/*FileExplorer*.h +F: MdeModulePkg/Include/*FormBrowser*.h +F: MdeModulePkg/Include/*Hii*.h +F: MdeModulePkg/Include/Library/CustomizedDisplayLib.h +F: MdeModulePkg/Include/Protocol/DisplayProtocol.h +R: Dandan Bi +R: Eric Dong + +MdeModulePkg: Reset modules +F: MdeModulePkg/*Reset*/ +F: MdeModulePkg/Include/*Reset*.h +R: Zhichao Gao +R: Ray Ni + +MdeModulePkg: S3 modules +F: MdeModulePkg/*LockBox*/ +F: MdeModulePkg/Library/*S3*/ +F: MdeModulePkg/Include/*BootScript*.h +F: MdeModulePkg/Include/*LockBox*.h +F: MdeModulePkg/Include/*S3*.h +R: Hao A Wu +R: Eric Dong + +MdeModulePkg: SMBIOS modules +F: MdeModulePkg/Universal/Smbios*/ +R: Dandan Bi R: Star Zeng =20 +MdeModulePkg: SMM modules +F: MdeModulePkg/*Smi*/ +F: MdeModulePkg/*Smm*/ +F: MdeModulePkg/Include/*Smi*.h +F: MdeModulePkg/Include/*Smm*.h +R: Eric Dong +R: Ray Ni + +MdeModulePkg: Variable modules +F: MdeModulePkg/*Var*/ +F: MdeModulePkg/Universal/FaultTolerantWrite*/ +F: MdeModulePkg/Include/*/*FaultTolerantWrite*.h +F: MdeModulePkg/Include/*/*Var*.h +F: MdeModulePkg/Include/Guid/SystemNvDataGuid.h +F: MdeModulePkg/Include/Protocol/SwapAddressRange.h +R: Hao A Wu +R: Liming Gao + MdePkg F: MdePkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/MdePkg --=20 2.12.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 (#43827): https://edk2.groups.io/g/devel/message/43827 Mute This Topic: https://groups.io/mt/32498522/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-