public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH V3] Maintainers.txt: Add reviewer for serial and disk
@ 2020-08-03  6:05 Gao, Zhichao
  2020-08-03  6:37 ` [edk2-devel] " Zeng, Star
  2020-08-04  1:01 ` Wu, Hao A
  0 siblings, 2 replies; 5+ messages in thread
From: Gao, Zhichao @ 2020-08-03  6:05 UTC (permalink / raw)
  To: devel
  Cc: Gao, Zhichao, Jian J Wang, Hao A Wu, Liming Gao, Ray Ni,
	Dandan Bi, Star Zeng

From: "Gao, Zhichao" <zhichao.gao@intel.com>

Signed-off-by: Zhichao Gao <zhichao.gao@intel.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Hao A Wu <hao.a.wu@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Dandan Bi <dandan.bi@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
---
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 <dandan.bi@intel.com>
 R: Liming Gao <liming.gao@intel.com>
 
+MdeModulePkg: Serial modules
+F: MdeModulePkg/*Serial*/
+F: MdeModulePkg/Include/*SerialPort*.h
+R: Hao A Wu <hao.a.wu@intel.com>
+R: Ray Ni <ray.ni@intel.com>
+R: Zhichao Gao <zhichao.gao@intel.com>
+
+MdeModulePkg: Disk modules
+F: MdeModulePkg/Universal/Disk/
+R: Hao A Wu <hao.a.wu@intel.com>
+R: Ray Ni <ray.ni@intel.com>
+R: Zhichao Gao <zhichao.gao@intel.com>
+
 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 <hao.a.wu@intel.com>
 R: Ray Ni <ray.ni@intel.com>
@@ -365,6 +375,7 @@ MdeModulePkg: SMBIOS modules
 F: MdeModulePkg/Universal/Smbios*/
 R: Dandan Bi <dandan.bi@intel.com>
 R: Star Zeng <star.zeng@intel.com>
+R: Zhichao Gao <zhichao.gao@intel.com>
 
 MdeModulePkg: UEFI Variable modules
 F: MdeModulePkg/*Var*/
-- 
2.21.0.windows.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [edk2-devel] [PATCH V3] Maintainers.txt: Add reviewer for serial and disk
  2020-08-03  6:05 [PATCH V3] Maintainers.txt: Add reviewer for serial and disk Gao, Zhichao
@ 2020-08-03  6:37 ` Zeng, Star
  2020-08-06  0:38   ` Ni, Ray
  2020-08-04  1:01 ` Wu, Hao A
  1 sibling, 1 reply; 5+ messages in thread
From: Zeng, Star @ 2020-08-03  6:37 UTC (permalink / raw)
  To: devel@edk2.groups.io, Gao, Zhichao
  Cc: Wang, Jian J, Wu, Hao A, Gao, Liming, Ni, Ray, Bi, Dandan,
	Zeng, Star

Reviewed-by: Star Zeng <star.zeng@intel.com>

-----Original Message-----
From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Gao, Zhichao
Sent: 2020年8月3日 14:05
To: devel@edk2.groups.io
Cc: Gao, Zhichao <zhichao.gao@intel.com>; Wang, Jian J <jian.j.wang@intel.com>; Wu, Hao A <hao.a.wu@intel.com>; Gao, Liming <liming.gao@intel.com>; Ni, Ray <ray.ni@intel.com>; Bi, Dandan <dandan.bi@intel.com>; Zeng, Star <star.zeng@intel.com>
Subject: [edk2-devel] [PATCH V3] Maintainers.txt: Add reviewer for serial and disk

From: "Gao, Zhichao" <zhichao.gao@intel.com>

Signed-off-by: Zhichao Gao <zhichao.gao@intel.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Hao A Wu <hao.a.wu@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Dandan Bi <dandan.bi@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
---
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 <dandan.bi@intel.com>
 R: Liming Gao <liming.gao@intel.com>
 
+MdeModulePkg: Serial modules
+F: MdeModulePkg/*Serial*/
+F: MdeModulePkg/Include/*SerialPort*.h
+R: Hao A Wu <hao.a.wu@intel.com>
+R: Ray Ni <ray.ni@intel.com>
+R: Zhichao Gao <zhichao.gao@intel.com>
+
+MdeModulePkg: Disk modules
+F: MdeModulePkg/Universal/Disk/
+R: Hao A Wu <hao.a.wu@intel.com>
+R: Ray Ni <ray.ni@intel.com>
+R: Zhichao Gao <zhichao.gao@intel.com>
+
 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 <hao.a.wu@intel.com>
 R: Ray Ni <ray.ni@intel.com>
@@ -365,6 +375,7 @@ MdeModulePkg: SMBIOS modules
 F: MdeModulePkg/Universal/Smbios*/
 R: Dandan Bi <dandan.bi@intel.com>
 R: Star Zeng <star.zeng@intel.com>
+R: Zhichao Gao <zhichao.gao@intel.com>
 
 MdeModulePkg: UEFI Variable modules
 F: MdeModulePkg/*Var*/
--
2.21.0.windows.1





^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH V3] Maintainers.txt: Add reviewer for serial and disk
  2020-08-03  6:05 [PATCH V3] Maintainers.txt: Add reviewer for serial and disk Gao, Zhichao
  2020-08-03  6:37 ` [edk2-devel] " Zeng, Star
@ 2020-08-04  1:01 ` Wu, Hao A
  2020-08-04  1:16   ` Gao, Zhichao
  1 sibling, 1 reply; 5+ messages in thread
From: Wu, Hao A @ 2020-08-04  1:01 UTC (permalink / raw)
  To: Gao, Zhichao, devel@edk2.groups.io
  Cc: Wang, Jian J, Gao, Liming, Ni, Ray, Bi, Dandan, Zeng, Star

> -----Original Message-----
> From: Gao, Zhichao <zhichao.gao@intel.com>
> Sent: Monday, August 3, 2020 2:05 PM
> To: devel@edk2.groups.io
> Cc: Gao, Zhichao <zhichao.gao@intel.com>; Wang, Jian J
> <jian.j.wang@intel.com>; Wu, Hao A <hao.a.wu@intel.com>; Gao, Liming
> <liming.gao@intel.com>; Ni, Ray <ray.ni@intel.com>; Bi, Dandan
> <dandan.bi@intel.com>; Zeng, Star <star.zeng@intel.com>
> Subject: [PATCH V3] Maintainers.txt: Add reviewer for serial and disk


Sorry, forgot to mention that please keep the newly added fields in
alphabetical order.

Also, please help to reflect the SMBIOS change in the subject as well.

With them handled,
Reviewed-by: Hao A Wu <hao.a.wu@intel.com>

There is no need to send out a new version of the patch if there is no comment
from others.

Best Regards,
Hao Wu


> 
> From: "Gao, Zhichao" <zhichao.gao@intel.com>
> 
> Signed-off-by: Zhichao Gao <zhichao.gao@intel.com>
> Cc: Jian J Wang <jian.j.wang@intel.com>
> Cc: Hao A Wu <hao.a.wu@intel.com>
> Cc: Liming Gao <liming.gao@intel.com>
> Cc: Ray Ni <ray.ni@intel.com>
> Cc: Dandan Bi <dandan.bi@intel.com>
> Cc: Star Zeng <star.zeng@intel.com>
> ---
> 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 <dandan.bi@intel.com>
>  R: Liming Gao <liming.gao@intel.com>
> 
> +MdeModulePkg: Serial modules
> +F: MdeModulePkg/*Serial*/
> +F: MdeModulePkg/Include/*SerialPort*.h
> +R: Hao A Wu <hao.a.wu@intel.com>
> +R: Ray Ni <ray.ni@intel.com>
> +R: Zhichao Gao <zhichao.gao@intel.com>
> +
> +MdeModulePkg: Disk modules
> +F: MdeModulePkg/Universal/Disk/
> +R: Hao A Wu <hao.a.wu@intel.com>
> +R: Ray Ni <ray.ni@intel.com>
> +R: Zhichao Gao <zhichao.gao@intel.com>
> +
>  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 <hao.a.wu@intel.com>
>  R: Ray Ni <ray.ni@intel.com>
> @@ -365,6 +375,7 @@ MdeModulePkg: SMBIOS modules
>  F: MdeModulePkg/Universal/Smbios*/
>  R: Dandan Bi <dandan.bi@intel.com>
>  R: Star Zeng <star.zeng@intel.com>
> +R: Zhichao Gao <zhichao.gao@intel.com>
> 
>  MdeModulePkg: UEFI Variable modules
>  F: MdeModulePkg/*Var*/
> --
> 2.21.0.windows.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH V3] Maintainers.txt: Add reviewer for serial and disk
  2020-08-04  1:01 ` Wu, Hao A
@ 2020-08-04  1:16   ` Gao, Zhichao
  0 siblings, 0 replies; 5+ messages in thread
From: Gao, Zhichao @ 2020-08-04  1:16 UTC (permalink / raw)
  To: Wu, Hao A, devel@edk2.groups.io
  Cc: Wang, Jian J, Gao, Liming, Ni, Ray, Bi, Dandan, Zeng, Star

Sure. I would keep all the R-B because there is no other changes except the order and subject.

Thanks,
Zhichao

> -----Original Message-----
> From: Wu, Hao A <hao.a.wu@intel.com>
> Sent: Tuesday, August 4, 2020 9:02 AM
> To: Gao, Zhichao <zhichao.gao@intel.com>; devel@edk2.groups.io
> Cc: Wang, Jian J <jian.j.wang@intel.com>; Gao, Liming <liming.gao@intel.com>;
> Ni, Ray <ray.ni@intel.com>; Bi, Dandan <dandan.bi@intel.com>; Zeng, Star
> <star.zeng@intel.com>
> Subject: RE: [PATCH V3] Maintainers.txt: Add reviewer for serial and disk
> 
> > -----Original Message-----
> > From: Gao, Zhichao <zhichao.gao@intel.com>
> > Sent: Monday, August 3, 2020 2:05 PM
> > To: devel@edk2.groups.io
> > Cc: Gao, Zhichao <zhichao.gao@intel.com>; Wang, Jian J
> > <jian.j.wang@intel.com>; Wu, Hao A <hao.a.wu@intel.com>; Gao, Liming
> > <liming.gao@intel.com>; Ni, Ray <ray.ni@intel.com>; Bi, Dandan
> > <dandan.bi@intel.com>; Zeng, Star <star.zeng@intel.com>
> > Subject: [PATCH V3] Maintainers.txt: Add reviewer for serial and disk
> 
> 
> Sorry, forgot to mention that please keep the newly added fields in alphabetical
> order.
> 
> Also, please help to reflect the SMBIOS change in the subject as well.
> 
> With them handled,
> Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
> 
> There is no need to send out a new version of the patch if there is no comment
> from others.
> 
> Best Regards,
> Hao Wu
> 
> 
> >
> > From: "Gao, Zhichao" <zhichao.gao@intel.com>
> >
> > Signed-off-by: Zhichao Gao <zhichao.gao@intel.com>
> > Cc: Jian J Wang <jian.j.wang@intel.com>
> > Cc: Hao A Wu <hao.a.wu@intel.com>
> > Cc: Liming Gao <liming.gao@intel.com>
> > Cc: Ray Ni <ray.ni@intel.com>
> > Cc: Dandan Bi <dandan.bi@intel.com>
> > Cc: Star Zeng <star.zeng@intel.com>
> > ---
> > 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 <dandan.bi@intel.com>
> >  R: Liming Gao <liming.gao@intel.com>
> >
> > +MdeModulePkg: Serial modules
> > +F: MdeModulePkg/*Serial*/
> > +F: MdeModulePkg/Include/*SerialPort*.h
> > +R: Hao A Wu <hao.a.wu@intel.com>
> > +R: Ray Ni <ray.ni@intel.com>
> > +R: Zhichao Gao <zhichao.gao@intel.com>
> > +
> > +MdeModulePkg: Disk modules
> > +F: MdeModulePkg/Universal/Disk/
> > +R: Hao A Wu <hao.a.wu@intel.com>
> > +R: Ray Ni <ray.ni@intel.com>
> > +R: Zhichao Gao <zhichao.gao@intel.com>
> > +
> >  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 <hao.a.wu@intel.com>
> >  R: Ray Ni <ray.ni@intel.com>
> > @@ -365,6 +375,7 @@ MdeModulePkg: SMBIOS modules
> >  F: MdeModulePkg/Universal/Smbios*/
> >  R: Dandan Bi <dandan.bi@intel.com>
> >  R: Star Zeng <star.zeng@intel.com>
> > +R: Zhichao Gao <zhichao.gao@intel.com>
> >
> >  MdeModulePkg: UEFI Variable modules
> >  F: MdeModulePkg/*Var*/
> > --
> > 2.21.0.windows.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [edk2-devel] [PATCH V3] Maintainers.txt: Add reviewer for serial and disk
  2020-08-03  6:37 ` [edk2-devel] " Zeng, Star
@ 2020-08-06  0:38   ` Ni, Ray
  0 siblings, 0 replies; 5+ messages in thread
From: Ni, Ray @ 2020-08-06  0:38 UTC (permalink / raw)
  To: Zeng, Star, devel@edk2.groups.io, Gao, Zhichao
  Cc: Wang, Jian J, Wu, Hao A, Gao, Liming, Bi, Dandan

Reviewed-by: Ray Ni <ray.ni@intel.com>

> -----Original Message-----
> From: Zeng, Star <star.zeng@intel.com>
> Sent: Monday, August 3, 2020 2:37 PM
> To: devel@edk2.groups.io; Gao, Zhichao <zhichao.gao@intel.com>
> Cc: Wang, Jian J <jian.j.wang@intel.com>; Wu, Hao A <hao.a.wu@intel.com>; Gao, Liming <liming.gao@intel.com>; Ni, Ray
> <ray.ni@intel.com>; Bi, Dandan <dandan.bi@intel.com>; Zeng, Star <star.zeng@intel.com>
> Subject: RE: [edk2-devel] [PATCH V3] Maintainers.txt: Add reviewer for serial and disk
> 
> Reviewed-by: Star Zeng <star.zeng@intel.com>
> 
> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Gao, Zhichao
> Sent: 2020年8月3日 14:05
> To: devel@edk2.groups.io
> Cc: Gao, Zhichao <zhichao.gao@intel.com>; Wang, Jian J <jian.j.wang@intel.com>; Wu, Hao A <hao.a.wu@intel.com>; Gao,
> Liming <liming.gao@intel.com>; Ni, Ray <ray.ni@intel.com>; Bi, Dandan <dandan.bi@intel.com>; Zeng, Star
> <star.zeng@intel.com>
> Subject: [edk2-devel] [PATCH V3] Maintainers.txt: Add reviewer for serial and disk
> 
> From: "Gao, Zhichao" <zhichao.gao@intel.com>
> 
> Signed-off-by: Zhichao Gao <zhichao.gao@intel.com>
> Cc: Jian J Wang <jian.j.wang@intel.com>
> Cc: Hao A Wu <hao.a.wu@intel.com>
> Cc: Liming Gao <liming.gao@intel.com>
> Cc: Ray Ni <ray.ni@intel.com>
> Cc: Dandan Bi <dandan.bi@intel.com>
> Cc: Star Zeng <star.zeng@intel.com>
> ---
> 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 <dandan.bi@intel.com>
>  R: Liming Gao <liming.gao@intel.com>
> 
> +MdeModulePkg: Serial modules
> +F: MdeModulePkg/*Serial*/
> +F: MdeModulePkg/Include/*SerialPort*.h
> +R: Hao A Wu <hao.a.wu@intel.com>
> +R: Ray Ni <ray.ni@intel.com>
> +R: Zhichao Gao <zhichao.gao@intel.com>
> +
> +MdeModulePkg: Disk modules
> +F: MdeModulePkg/Universal/Disk/
> +R: Hao A Wu <hao.a.wu@intel.com>
> +R: Ray Ni <ray.ni@intel.com>
> +R: Zhichao Gao <zhichao.gao@intel.com>
> +
>  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 <hao.a.wu@intel.com>
>  R: Ray Ni <ray.ni@intel.com>
> @@ -365,6 +375,7 @@ MdeModulePkg: SMBIOS modules
>  F: MdeModulePkg/Universal/Smbios*/
>  R: Dandan Bi <dandan.bi@intel.com>
>  R: Star Zeng <star.zeng@intel.com>
> +R: Zhichao Gao <zhichao.gao@intel.com>
> 
>  MdeModulePkg: UEFI Variable modules
>  F: MdeModulePkg/*Var*/
> --
> 2.21.0.windows.1
> 
> 
> 
> 


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-08-06  0:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-03  6:05 [PATCH V3] Maintainers.txt: Add reviewer for serial and disk Gao, Zhichao
2020-08-03  6:37 ` [edk2-devel] " Zeng, Star
2020-08-06  0:38   ` Ni, Ray
2020-08-04  1:01 ` Wu, Hao A
2020-08-04  1:16   ` Gao, Zhichao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox