From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.151, mailfrom: dandan.bi@intel.com) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by groups.io with SMTP; Wed, 17 Jul 2019 22:40:01 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Jul 2019 22:40:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,276,1559545200"; d="scan'208";a="158682945" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga007.jf.intel.com with ESMTP; 17 Jul 2019 22:40:00 -0700 Received: from fmsmsx115.amr.corp.intel.com (10.18.116.19) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 17 Jul 2019 22:39:58 -0700 Received: from shsmsx153.ccr.corp.intel.com (10.239.6.53) by fmsmsx115.amr.corp.intel.com (10.18.116.19) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 17 Jul 2019 22:39:58 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.110]) by SHSMSX153.ccr.corp.intel.com ([169.254.12.60]) with mapi id 14.03.0439.000; Thu, 18 Jul 2019 13:39:56 +0800 From: "Dandan Bi" To: "Wu, Hao A" , "devel@edk2.groups.io" CC: Andrew Fish , Laszlo Ersek , "Leif Lindholm" , "Kinney, Michael D" , "Dong, Eric" , "Gao, Liming" , "Zeng, Star" , "Gao, Zhichao" Subject: Re: [PATCH v2 1/1] Maintainers.txt: Fine-grained review ownership for MdeModulePkg Thread-Topic: [PATCH v2 1/1] Maintainers.txt: Fine-grained review ownership for MdeModulePkg Thread-Index: AQHVPQbhnBxRIw/XP0+KSMQzZRtoRKbP3DQg Date: Thu, 18 Jul 2019 05:39:56 +0000 Message-ID: <3C0D5C461C9E904E8F62152F6274C0BB40C21D22@SHSMSX104.ccr.corp.intel.com> References: <20190718011929.4416-1-hao.a.wu@intel.com> <20190718011929.4416-2-hao.a.wu@intel.com> In-Reply-To: <20190718011929.4416-2-hao.a.wu@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: dandan.bi@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Dandan Bi Thanks, Dandan > -----Original Message----- > From: Wu, Hao A > Sent: Thursday, July 18, 2019 9:19 AM > To: devel@edk2.groups.io > Cc: Wu, Hao A ; Andrew Fish ; > Laszlo Ersek ; Leif Lindholm ; > Kinney, Michael D ; Bi, Dandan > ; Dong, Eric ; Gao, Liming > ; Zeng, Star ; Gao, Zhichao > > Subject: [PATCH v2 1/1] Maintainers.txt: Fine-grained review ownership fo= r > MdeModulePkg >=20 > This commit add the reviewers information for modules within > MdeModulePkg. >=20 > For now the modules list includes: > ACPI > ACPI S3 > BDS > Console and Graphics > Core services (PEI, DXE and Runtime) > Device and Peripheral > Firmware Update > HII and UI > Management Mode (MM, SMM) > Reset > SMBIOS > UEFI Variable >=20 > Please note that, for MdeModulePkg components not included in the above > list, the reviewers will fall back to the package maintainers. >=20 > Cc: Andrew Fish > Cc: Laszlo Ersek > Cc: Leif Lindholm > Cc: Michael D Kinney > Cc: Dandan Bi > Cc: Eric Dong > Cc: Liming Gao > Cc: Star Zeng > Cc: Zhichao Gao > Signed-off-by: Hao A Wu > Reviewed-by: Ray Ni > --- > Maintainers.txt | 151 +++++++++++++++++++- > 1 file changed, 149 insertions(+), 2 deletions(-) >=20 > diff --git a/Maintainers.txt b/Maintainers.txt index 18fd2ef43c..02980108= 09 > 100644 > --- a/Maintainers.txt > +++ b/Maintainers.txt > @@ -183,17 +183,164 @@ R: Star Zeng >=20 > MdeModulePkg > 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/Include/*Acpi*.h > +F: MdeModulePkg/Universal/Acpi/ > +R: Dandan Bi > +R: Liming Gao > + > +MdeModulePkg: ACPI S3 modules > +F: MdeModulePkg/*LockBox*/ > +F: MdeModulePkg/Include/*BootScript*.h > +F: MdeModulePkg/Include/*LockBox*.h > +F: MdeModulePkg/Include/*S3*.h > +F: MdeModulePkg/Library/*S3*/ > +R: Hao A Wu > +R: Eric Dong > + > +MdeModulePkg: BDS modules > +F: MdeModulePkg/*BootManager*/ > +F: MdeModulePkg/Include/Library/UefiBootManagerLib.h > +F: MdeModulePkg/Universal/BdsDxe/ > +F: MdeModulePkg/Universal/DevicePathDxe/ > +F: MdeModulePkg/Universal/DriverHealthManagerDxe/ > +F: MdeModulePkg/Universal/LoadFileOnFv2/ > +F: MdeModulePkg/Universal/SecurityStubDxe/Defer3rdPartyImageLoad.* > +R: Zhichao Gao > +R: Ray Ni > + > +MdeModulePkg: Console and Graphics modules > +F: MdeModulePkg/*Logo*/ > +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 > +F: MdeModulePkg/Library/BaseBmpSupportLib/ > +F: MdeModulePkg/Library/FrameBufferBltLib/ > +F: MdeModulePkg/Universal/Console/ > +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/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 > +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 > +R: Dandan Bi > +R: Liming Gao > + > +MdeModulePkg: Device and Peripheral modules > +F: MdeModulePkg/*PciHostBridge*/ > +F: MdeModulePkg/*Serial*/ > +F: MdeModulePkg/Bus/ > +F: MdeModulePkg/Include/*Ata*.h > +F: MdeModulePkg/Include/*IoMmu*.h > +F: MdeModulePkg/Include/*NonDiscoverableDevice*.h > +F: MdeModulePkg/Include/*NvmExpress*.h > +F: MdeModulePkg/Include/*SdMmc*.h > +F: MdeModulePkg/Include/*SerialPort*.h > +F: MdeModulePkg/Include/*Ufs*.h > +F: MdeModulePkg/Include/*Usb*.h > +F: MdeModulePkg/Include/Guid/RecoveryDevice.h > +F: MdeModulePkg/Include/Guid/S3StorageDeviceInitList.h > +F: MdeModulePkg/Include/Library/PciHostBridgeLib.h > +F: MdeModulePkg/Include/Ppi/StorageSecurityCommand.h > +F: MdeModulePkg/Include/Protocol/Ps2Policy.h > +F: MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/ > +F: MdeModulePkg/Universal/Disk/ > +F: MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/ > +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/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 > +F: MdeModulePkg/Library/DisplayUpdateProgressLib*/ > +F: MdeModulePkg/Library/FmpAuthenticationLibNull/ > +F: MdeModulePkg/Universal/Esrt*/ > +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/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 > +F: MdeModulePkg/Library/CustomizedDisplayLib/ > +F: MdeModulePkg/Universal/DisplayEngineDxe/ > +F: MdeModulePkg/Universal/DriverSampleDxe/ > +F: MdeModulePkg/Universal/SetupBrowserDxe/ > +R: Dandan Bi > +R: Eric Dong > + > +MdeModulePkg: Management Mode (MM, 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: Reset modules > +F: MdeModulePkg/*Reset*/ > +F: MdeModulePkg/Include/*Reset*.h > +R: Zhichao Gao > +R: Ray Ni > + > +MdeModulePkg: SMBIOS modules > +F: MdeModulePkg/Universal/Smbios*/ > +R: Dandan Bi > R: Star Zeng >=20 > +MdeModulePkg: UEFI Variable modules > +F: MdeModulePkg/*Var*/ > +F: MdeModulePkg/Include/*/*FaultTolerantWrite*.h > +F: MdeModulePkg/Include/*/*Var*.h > +F: MdeModulePkg/Include/Guid/SystemNvDataGuid.h > +F: MdeModulePkg/Include/Protocol/SwapAddressRange.h > +F: MdeModulePkg/Universal/FaultTolerantWrite*/ > +R: Hao A Wu > +R: Liming Gao > + > MdePkg > F: MdePkg/ > W: https://github.com/tianocore/tianocore.github.io/wiki/MdePkg > M: Michael D Kinney > M: Liming Gao >=20 > -- > 2.12.0.windows.1