From: "Gao, Zhichao" <[email protected]> Signed-off-by: Zhichao Gao <[email protected]> Cc: Jian J Wang <[email protected]> Cc: Hao A Wu <[email protected]> Cc: Liming Gao <[email protected]> Cc: Ray Ni <[email protected]> Cc: Dandan Bi <[email protected]> Cc: Star Zeng <[email protected]> --- V2: Forget to remove the *SerailPort*.h from the common device section in V1. Fix it in V2.
V3: Add the missing ':' in V2 for Disk mdoules. Add one more module reviewer for SMBIOS. Maintainers.txt | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/Maintainers.txt b/Maintainers.txt index 5504bb3d17..fe7f04831f 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -286,16 +286,27 @@ F: MdeModulePkg/Universal/SecurityStubDxe/SecurityStub.c R: Dandan Bi <[email protected]> R: Liming Gao <[email protected]> +MdeModulePkg: Serial modules +F: MdeModulePkg/*Serial*/ +F: MdeModulePkg/Include/*SerialPort*.h +R: Hao A Wu <[email protected]> +R: Ray Ni <[email protected]> +R: Zhichao Gao <[email protected]> + +MdeModulePkg: Disk modules +F: MdeModulePkg/Universal/Disk/ +R: Hao A Wu <[email protected]> +R: Ray Ni <[email protected]> +R: Zhichao Gao <[email protected]> + 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 @@ -304,7 +315,6 @@ 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 <[email protected]> R: Ray Ni <[email protected]> @@ -365,6 +375,7 @@ MdeModulePkg: SMBIOS modules F: MdeModulePkg/Universal/Smbios*/ R: Dandan Bi <[email protected]> R: Star Zeng <[email protected]> +R: Zhichao Gao <[email protected]> MdeModulePkg: UEFI Variable modules F: MdeModulePkg/*Var*/ -- 2.21.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#63657): https://edk2.groups.io/g/devel/message/63657 Mute This Topic: https://groups.io/mt/75960401/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
