Re: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu current speed

2019-06-02 Thread Ni, Ray
Reviewed-by: Ray Ni 

> -Original Message-
> From: devel@edk2.groups.io  On Behalf Of
> Zhiguang Liu
> Sent: Monday, June 3, 2019 2:45 PM
> To: devel@edk2.groups.io
> Cc: Justen, Jordan L ; Andrew Fish
> ; Ni, Ray 
> Subject: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu current
> speed
> 
> REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1686
> 
> The bug reporter wish to diaplay nothing as the CPU is virtual
> 
> Cc: Jordan Justen 
> Cc: Andrew Fish 
> Cc: Ray Ni 
> Signed-off-by: Zhiguang Liu 
> ---
>  MdeModulePkg/Application/UiApp/FrontPage.c | 5 -
>  1 file changed, 5 deletions(-)
> 
> diff --git a/MdeModulePkg/Application/UiApp/FrontPage.c
> b/MdeModulePkg/Application/UiApp/FrontPage.c
> index 4b95cccb5c..fded763406 100644
> --- a/MdeModulePkg/Application/UiApp/FrontPage.c
> +++ b/MdeModulePkg/Application/UiApp/FrontPage.c
> @@ -621,11 +621,6 @@ UpdateFrontPageBannerStrings (
>  HiiSetString (gFrontPagePrivate.HiiHandle, STRING_TOKEN
> (STR_FRONT_PAGE_CPU_MODEL), NewString, NULL);
>  FreePool (NewString);
> 
> -ConvertProcessorToString(Type4Record->CurrentSpeed, 6,
> &NewString);
> -UiCustomizeFrontPageBanner (2, FALSE, &NewString);
> -HiiSetString (gFrontPagePrivate.HiiHandle, STRING_TOKEN
> (STR_FRONT_PAGE_CPU_SPEED), NewString, NULL);
> -FreePool (NewString);
> -
>  FoundCpu = TRUE;
>}
>  }
> --
> 2.21.0.windows.1
> 
> 
> 


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#41796): https://edk2.groups.io/g/devel/message/41796
Mute This Topic: https://groups.io/mt/31907735/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu current speed

2019-06-04 Thread Ni, Ray
Zhiguang,
I made a mistake here.
I thought you changed the EmulatorPkg to not display the CPU speed
but actually what you changed impacts all platforms.
With this change, OVMF cannot show the CPU speed either.

Can you please roll back this changes (if it was pushed in)?

To close the Bugzilla, I think you need to find out other ways that only
impact EmulatorPkg. Or does it really matter to show a 1234Hz in
Emulator UI?

Sorry I didn't give the comments earlier.

Thanks,
Ray

> -Original Message-
> From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Ni,
> Ray
> Sent: Monday, June 3, 2019 2:52 PM
> To: devel@edk2.groups.io; Liu, Zhiguang 
> Cc: Justen, Jordan L ; Andrew Fish
> 
> Subject: Re: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu
> current speed
> 
> Reviewed-by: Ray Ni 
> 
> > -Original Message-
> > From: devel@edk2.groups.io  On Behalf Of
> > Zhiguang Liu
> > Sent: Monday, June 3, 2019 2:45 PM
> > To: devel@edk2.groups.io
> > Cc: Justen, Jordan L ; Andrew Fish
> > ; Ni, Ray 
> > Subject: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu
> > current speed
> >
> > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1686
> >
> > The bug reporter wish to diaplay nothing as the CPU is virtual
> >
> > Cc: Jordan Justen 
> > Cc: Andrew Fish 
> > Cc: Ray Ni 
> > Signed-off-by: Zhiguang Liu 
> > ---
> >  MdeModulePkg/Application/UiApp/FrontPage.c | 5 -
> >  1 file changed, 5 deletions(-)
> >
> > diff --git a/MdeModulePkg/Application/UiApp/FrontPage.c
> > b/MdeModulePkg/Application/UiApp/FrontPage.c
> > index 4b95cccb5c..fded763406 100644
> > --- a/MdeModulePkg/Application/UiApp/FrontPage.c
> > +++ b/MdeModulePkg/Application/UiApp/FrontPage.c
> > @@ -621,11 +621,6 @@ UpdateFrontPageBannerStrings (
> >  HiiSetString (gFrontPagePrivate.HiiHandle, STRING_TOKEN
> > (STR_FRONT_PAGE_CPU_MODEL), NewString, NULL);
> >  FreePool (NewString);
> >
> > -ConvertProcessorToString(Type4Record->CurrentSpeed, 6,
> > &NewString);
> > -UiCustomizeFrontPageBanner (2, FALSE, &NewString);
> > -HiiSetString (gFrontPagePrivate.HiiHandle, STRING_TOKEN
> > (STR_FRONT_PAGE_CPU_SPEED), NewString, NULL);
> > -FreePool (NewString);
> > -
> >  FoundCpu = TRUE;
> >}
> >  }
> > --
> > 2.21.0.windows.1
> >
> >
> >
> 
> 
> 


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#41856): https://edk2.groups.io/g/devel/message/41856
Mute This Topic: https://groups.io/mt/31907735/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu current speed

2019-06-04 Thread Ard Biesheuvel
On Tue, 4 Jun 2019 at 10:50, Ni, Ray  wrote:
>
> Zhiguang,
> I made a mistake here.
> I thought you changed the EmulatorPkg to not display the CPU speed
> but actually what you changed impacts all platforms.
> With this change, OVMF cannot show the CPU speed either.
>
> Can you please roll back this changes (if it was pushed in)?
>

OK, this patch mentions EmulatorPkg in the commit log but actually
modifies MdeModulePkg, and it was pushed during the hard freeze.

Seriously, how did this happen? I would expect everyone with commit
rights to the repository to be aware of the stable tag rules and
release cadence.

-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#41860): https://edk2.groups.io/g/devel/message/41860
Mute This Topic: https://groups.io/mt/31907735/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu current speed

2019-06-04 Thread Liming Gao
Ard:

> -Original Message-
> From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Ard 
> Biesheuvel
> Sent: Tuesday, June 4, 2019 7:53 PM
> To: edk2-devel-groups-io ; Ni, Ray ; 
> Leif Lindholm ; Gao, Liming
> ; Laszlo Ersek ; Kinney, Michael D 
> 
> Cc: Liu, Zhiguang ; Justen, Jordan L 
> ; Andrew Fish 
> Subject: Re: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu 
> current speed
> 
> On Tue, 4 Jun 2019 at 10:50, Ni, Ray  wrote:
> >
> > Zhiguang,
> > I made a mistake here.
> > I thought you changed the EmulatorPkg to not display the CPU speed
> > but actually what you changed impacts all platforms.
> > With this change, OVMF cannot show the CPU speed either.
> >
> > Can you please roll back this changes (if it was pushed in)?
> >
> 
> OK, this patch mentions EmulatorPkg in the commit log but actually
> modifies MdeModulePkg, and it was pushed during the hard freeze.
> 
> Seriously, how did this happen? I would expect everyone with commit
> rights to the repository to be aware of the stable tag rules and
> release cadence.

This patch is like a bug fix. But, this patch changes the code in MdeModulePkg. 
It requires MdeModulePkg package maintainer and reviewer to review it. 
And, it impacts the different platforms. So, I also prefer to roll back this 
change. 

> 
> 


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#41861): https://edk2.groups.io/g/devel/message/41861
Mute This Topic: https://groups.io/mt/31907735/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu current speed

2019-06-04 Thread Ard Biesheuvel
On Tue, 4 Jun 2019 at 15:40, Gao, Liming  wrote:
>
> Ard:
>
> > -Original Message-
> > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Ard 
> > Biesheuvel
> > Sent: Tuesday, June 4, 2019 7:53 PM
> > To: edk2-devel-groups-io ; Ni, Ray 
> > ; Leif Lindholm ; Gao, Liming
> > ; Laszlo Ersek ; Kinney, Michael D 
> > 
> > Cc: Liu, Zhiguang ; Justen, Jordan L 
> > ; Andrew Fish 
> > Subject: Re: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu 
> > current speed
> >
> > On Tue, 4 Jun 2019 at 10:50, Ni, Ray  wrote:
> > >
> > > Zhiguang,
> > > I made a mistake here.
> > > I thought you changed the EmulatorPkg to not display the CPU speed
> > > but actually what you changed impacts all platforms.
> > > With this change, OVMF cannot show the CPU speed either.
> > >
> > > Can you please roll back this changes (if it was pushed in)?
> > >
> >
> > OK, this patch mentions EmulatorPkg in the commit log but actually
> > modifies MdeModulePkg, and it was pushed during the hard freeze.
> >
> > Seriously, how did this happen? I would expect everyone with commit
> > rights to the repository to be aware of the stable tag rules and
> > release cadence.
>
> This patch is like a bug fix.

How so? Why does it qualify as a bug fix that can be applied during
the hard freeze period?

> But, this patch changes the code in MdeModulePkg.
> It requires MdeModulePkg package maintainer and reviewer to review it.
> And, it impacts the different platforms. So, I also prefer to roll back this 
> change.
>

Agreed.


> >
> > 
>

-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#41862): https://edk2.groups.io/g/devel/message/41862
Mute This Topic: https://groups.io/mt/31907735/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu current speed

2019-06-04 Thread Liming Gao
Ard:

> -Original Message-
> From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Ard 
> Biesheuvel
> Sent: Tuesday, June 4, 2019 9:42 PM
> To: Gao, Liming 
> Cc: devel@edk2.groups.io; Ni, Ray ; Leif Lindholm 
> ; Laszlo Ersek ;
> Kinney, Michael D ; Liu, Zhiguang 
> ; Justen, Jordan L ;
> Andrew Fish 
> Subject: Re: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu 
> current speed
> 
> On Tue, 4 Jun 2019 at 15:40, Gao, Liming  wrote:
> >
> > Ard:
> >
> > > -Original Message-
> > > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Ard 
> > > Biesheuvel
> > > Sent: Tuesday, June 4, 2019 7:53 PM
> > > To: edk2-devel-groups-io ; Ni, Ray 
> > > ; Leif Lindholm ; Gao, Liming
> > > ; Laszlo Ersek ; Kinney, Michael 
> > > D 
> > > Cc: Liu, Zhiguang ; Justen, Jordan L 
> > > ; Andrew Fish 
> > > Subject: Re: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu 
> > > current speed
> > >
> > > On Tue, 4 Jun 2019 at 10:50, Ni, Ray  wrote:
> > > >
> > > > Zhiguang,
> > > > I made a mistake here.
> > > > I thought you changed the EmulatorPkg to not display the CPU speed
> > > > but actually what you changed impacts all platforms.
> > > > With this change, OVMF cannot show the CPU speed either.
> > > >
> > > > Can you please roll back this changes (if it was pushed in)?
> > > >
> > >
> > > OK, this patch mentions EmulatorPkg in the commit log but actually
> > > modifies MdeModulePkg, and it was pushed during the hard freeze.
> > >
> > > Seriously, how did this happen? I would expect everyone with commit
> > > rights to the repository to be aware of the stable tag rules and
> > > release cadence.
> >
> > This patch is like a bug fix.
> 
> How so? Why does it qualify as a bug fix that can be applied during
> the hard freeze period?

There is no definition now. Some discussion is related to this topic.
https://edk2.groups.io/g/devel/message/41276?p=,,,20,0,0,0::Created,,edk2-stable201905,20,2,20,31653140

> 
> > But, this patch changes the code in MdeModulePkg.
> > It requires MdeModulePkg package maintainer and reviewer to review it.
> > And, it impacts the different platforms. So, I also prefer to roll back 
> > this change.
> >
> 
> Agreed.
> 
> 
> > >
> > >
> >
> 
> 


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#41865): https://edk2.groups.io/g/devel/message/41865
Mute This Topic: https://groups.io/mt/31907735/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu current speed

2019-06-04 Thread Ni, Ray
Hi everyone,

Hao pushed the patch because:
1. it's a bug fix
2. it got a R-b.
I don't think it's his fault.

For #1, it's gap in process.
For #2, it's my fault. Because even the patch title says EmulatorPkg but the 
patch itself changes MdeModulePkg, I am still the person who can approve 
changes in both packages.

In Maintainers.txt:
R: Ray Ni 
  (especially for Bus, Universal/Console, Universal/Disk,
   Universal/BdsDxe and related libraries, header files)

The UiApp actually is not in the "especially" part, but the word "especially"
means I can also R-b to other components. In fact, I am not quite qualified on
the other components, e.g.: UiApp.
So I propose to assign clear reviewers for each components in MdeModulePkg.
What do you think?

Thanks,
Ray

-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#41900): https://edk2.groups.io/g/devel/message/41900
Mute This Topic: https://groups.io/mt/31907735/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu current speed

2019-06-05 Thread Laszlo Ersek
On 06/05/19 03:10, Ni, Ray wrote:
> Hi everyone,
> 
> Hao pushed the patch because:
> 1. it's a bug fix
> 2. it got a R-b.
> I don't think it's his fault.
> 
> For #1, it's gap in process.
> For #2, it's my fault. Because even the patch title says EmulatorPkg but the 
> patch itself changes MdeModulePkg, I am still the person who can approve 
> changes in both packages.
> 
> In Maintainers.txt:
> R: Ray Ni 
>   (especially for Bus, Universal/Console, Universal/Disk,
>Universal/BdsDxe and related libraries, header files)
> 
> The UiApp actually is not in the "especially" part, but the word "especially"
> means I can also R-b to other components. In fact, I am not quite qualified on
> the other components, e.g.: UiApp.
> So I propose to assign clear reviewers for each components in MdeModulePkg.
> What do you think?

Fully agreed. MdeModulePkg is huge and we should have fine-grained
maintainership assignments.

Thanks
Laszlo

-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#41925): https://edk2.groups.io/g/devel/message/41925
Mute This Topic: https://groups.io/mt/31907735/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu current speed

2019-06-05 Thread Zeng, Star
> -Original Message-
> From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of
> Laszlo Ersek
> Sent: Wednesday, June 5, 2019 4:03 PM
> To: Ni, Ray ; Gao, Liming ;
> ard.biesheu...@linaro.org; Leif Lindholm ; Kinney,
> Michael D ; Liu, Zhiguang
> ; Justen, Jordan L ;
> Andrew Fish 
> Cc: devel@edk2.groups.io
> Subject: Re: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu
> current speed
> 
> On 06/05/19 03:10, Ni, Ray wrote:
> > Hi everyone,
> >
> > Hao pushed the patch because:
> > 1. it's a bug fix
> > 2. it got a R-b.
> > I don't think it's his fault.
> >
> > For #1, it's gap in process.
> > For #2, it's my fault. Because even the patch title says EmulatorPkg but the
> patch itself changes MdeModulePkg, I am still the person who can approve
> changes in both packages.
> >
> > In Maintainers.txt:
> > R: Ray Ni 
> >   (especially for Bus, Universal/Console, Universal/Disk,
> >Universal/BdsDxe and related libraries, header files)
> >
> > The UiApp actually is not in the "especially" part, but the word 
> > "especially"
> > means I can also R-b to other components. In fact, I am not quite
> > qualified on the other components, e.g.: UiApp.
> > So I propose to assign clear reviewers for each components in
> MdeModulePkg.
> > What do you think?
> 
> Fully agreed. MdeModulePkg is huge and we should have fine-grained
> maintainership assignments.

I also agree.

> 
> Thanks
> Laszlo
> 
> 


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#41943): https://edk2.groups.io/g/devel/message/41943
Mute This Topic: https://groups.io/mt/31907735/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu current speed

2019-06-09 Thread Wu, Hao A
> -Original Message-
> From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of
> Zeng, Star
> Sent: Wednesday, June 05, 2019 10:31 PM
> To: devel@edk2.groups.io; ler...@redhat.com; Ni, Ray; Gao, Liming;
> ard.biesheu...@linaro.org; Leif Lindholm; Kinney, Michael D; Liu, Zhiguang;
> Justen, Jordan L; Andrew Fish
> Cc: Zeng, Star
> Subject: Re: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu
> current speed
> 
> > -Original Message-
> > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of
> > Laszlo Ersek
> > Sent: Wednesday, June 5, 2019 4:03 PM
> > To: Ni, Ray ; Gao, Liming ;
> > ard.biesheu...@linaro.org; Leif Lindholm ;
> Kinney,
> > Michael D ; Liu, Zhiguang
> > ; Justen, Jordan L ;
> > Andrew Fish 
> > Cc: devel@edk2.groups.io
> > Subject: Re: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu
> > current speed
> >
> > On 06/05/19 03:10, Ni, Ray wrote:
> > > Hi everyone,
> > >
> > > Hao pushed the patch because:
> > > 1. it's a bug fix
> > > 2. it got a R-b.
> > > I don't think it's his fault.
> > >
> > > For #1, it's gap in process.
> > > For #2, it's my fault. Because even the patch title says EmulatorPkg but
> the
> > patch itself changes MdeModulePkg, I am still the person who can approve
> > changes in both packages.
> > >
> > > In Maintainers.txt:
> > > R: Ray Ni 
> > >   (especially for Bus, Universal/Console, Universal/Disk,
> > >Universal/BdsDxe and related libraries, header files)
> > >
> > > The UiApp actually is not in the "especially" part, but the word
> "especially"
> > > means I can also R-b to other components. In fact, I am not quite
> > > qualified on the other components, e.g.: UiApp.
> > > So I propose to assign clear reviewers for each components in
> > MdeModulePkg.
> > > What do you think?
> >
> > Fully agreed. MdeModulePkg is huge and we should have fine-grained
> > maintainership assignments.
> 
> I also agree.

Thanks all.

For the review ownership refinement in the MdeModulePkg, how about the
below steps:

1. Work out a major feature list for the MdeModulePkg
2. Call for owners for every item in the list.


A quick and coarse list of major features can be:

(Just a draft, some key features may be missing or some listed features
may not be considered as major ones. Feedbacks are welcomed.)

Acpi
Bds
Capsule
Compress
Console
Core (PeiCore, DxeCore, PiSmmCore and etc.)
Device (peripheral & storage)
Disk
HII
LockBox
Memory
PCD
PCI bus
Reset
S3
SMBIOS
SMM
Status Code
UI
Variable
Misc (all the components that do not fit in the above items)


Any feedbacks/suggestions for such proposal?

Best Regards,
Hao Wu

> 
> >
> > Thanks
> > Laszlo
> >
> >
> 
> 
> 


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#42060): https://edk2.groups.io/g/devel/message/42060
Mute This Topic: https://groups.io/mt/31907735/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu current speed

2019-06-09 Thread Yao, Jiewen
Good list.

What does "memory" mean ? MemoryTest ?

How about put "LockBox" into "S3"?

How about list "EBC" as standalone component?


> -Original Message-
> From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of
> Wu, Hao A
> Sent: Monday, June 10, 2019 2:02 PM
> To: devel@edk2.groups.io; Zeng, Star ;
> ler...@redhat.com; Ni, Ray ; Gao, Liming
> ; ard.biesheu...@linaro.org; Leif Lindholm
> ; Kinney, Michael D
> ; Liu, Zhiguang ;
> Justen, Jordan L ; Andrew Fish
> 
> Subject: Re: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu
> current speed
> 
> > -Original Message-
> > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of
> > Zeng, Star
> > Sent: Wednesday, June 05, 2019 10:31 PM
> > To: devel@edk2.groups.io; ler...@redhat.com; Ni, Ray; Gao, Liming;
> > ard.biesheu...@linaro.org; Leif Lindholm; Kinney, Michael D; Liu,
> Zhiguang;
> > Justen, Jordan L; Andrew Fish
> > Cc: Zeng, Star
> > Subject: Re: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu
> > current speed
> >
> > > -Original Message-
> > > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf
> Of
> > > Laszlo Ersek
> > > Sent: Wednesday, June 5, 2019 4:03 PM
> > > To: Ni, Ray ; Gao, Liming ;
> > > ard.biesheu...@linaro.org; Leif Lindholm ;
> > Kinney,
> > > Michael D ; Liu, Zhiguang
> > > ; Justen, Jordan L ;
> > > Andrew Fish 
> > > Cc: devel@edk2.groups.io
> > > Subject: Re: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu
> > > current speed
> > >
> > > On 06/05/19 03:10, Ni, Ray wrote:
> > > > Hi everyone,
> > > >
> > > > Hao pushed the patch because:
> > > > 1. it's a bug fix
> > > > 2. it got a R-b.
> > > > I don't think it's his fault.
> > > >
> > > > For #1, it's gap in process.
> > > > For #2, it's my fault. Because even the patch title says EmulatorPkg but
> > the
> > > patch itself changes MdeModulePkg, I am still the person who can
> approve
> > > changes in both packages.
> > > >
> > > > In Maintainers.txt:
> > > > R: Ray Ni 
> > > >   (especially for Bus, Universal/Console, Universal/Disk,
> > > >Universal/BdsDxe and related libraries, header files)
> > > >
> > > > The UiApp actually is not in the "especially" part, but the word
> > "especially"
> > > > means I can also R-b to other components. In fact, I am not quite
> > > > qualified on the other components, e.g.: UiApp.
> > > > So I propose to assign clear reviewers for each components in
> > > MdeModulePkg.
> > > > What do you think?
> > >
> > > Fully agreed. MdeModulePkg is huge and we should have fine-grained
> > > maintainership assignments.
> >
> > I also agree.
> 
> Thanks all.
> 
> For the review ownership refinement in the MdeModulePkg, how about the
> below steps:
> 
> 1. Work out a major feature list for the MdeModulePkg
> 2. Call for owners for every item in the list.
> 
> 
> A quick and coarse list of major features can be:
> 
> (Just a draft, some key features may be missing or some listed features
> may not be considered as major ones. Feedbacks are welcomed.)
> 
> Acpi
> Bds
> Capsule
> Compress
> Console
> Core (PeiCore, DxeCore, PiSmmCore and etc.)
> Device (peripheral & storage)
> Disk
> HII
> LockBox
> Memory
> PCD
> PCI bus
> Reset
> S3
> SMBIOS
> SMM
> Status Code
> UI
> Variable
> Misc (all the components that do not fit in the above items)
> 
> 
> Any feedbacks/suggestions for such proposal?
> 
> Best Regards,
> Hao Wu
> 
> >
> > >
> > > Thanks
> > > Laszlo
> > >
> > >
> >
> >
> >
> 
> 
> 


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#42061): https://edk2.groups.io/g/devel/message/42061
Mute This Topic: https://groups.io/mt/31907735/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu current speed

2019-06-09 Thread Wu, Hao A
> -Original Message-
> From: Yao, Jiewen
> Sent: Monday, June 10, 2019 2:13 PM
> To: devel@edk2.groups.io; Wu, Hao A; Zeng, Star; ler...@redhat.com; Ni,
> Ray; Gao, Liming; ard.biesheu...@linaro.org; Leif Lindholm; Kinney, Michael
> D; Liu, Zhiguang; Justen, Jordan L; Andrew Fish
> Subject: RE: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu
> current speed
> 
> Good list.

Thanks Jiewen,

> 
> What does "memory" mean ? MemoryTest ?

Not only MemoryTest, I was intended to count components like memory
allocation, memory profile (contents within MdeModulePkg/Core/Pei/Memory &
MdeModulePkg/Core/Dxe/Mem) and etc. into this category as well.

But I am not sure if such classification makes sense.

> 
> How about put "LockBox" into "S3"?

Agree.

> 
> How about list "EBC" as standalone component?

Agree. Thanks for the reminder.

Best Regards,
Hao Wu

> 
> 
> > -Original Message-
> > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of
> > Wu, Hao A
> > Sent: Monday, June 10, 2019 2:02 PM
> > To: devel@edk2.groups.io; Zeng, Star ;
> > ler...@redhat.com; Ni, Ray ; Gao, Liming
> > ; ard.biesheu...@linaro.org; Leif Lindholm
> > ; Kinney, Michael D
> > ; Liu, Zhiguang ;
> > Justen, Jordan L ; Andrew Fish
> > 
> > Subject: Re: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu
> > current speed
> >
> > > -Original Message-
> > > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf
> Of
> > > Zeng, Star
> > > Sent: Wednesday, June 05, 2019 10:31 PM
> > > To: devel@edk2.groups.io; ler...@redhat.com; Ni, Ray; Gao, Liming;
> > > ard.biesheu...@linaro.org; Leif Lindholm; Kinney, Michael D; Liu,
> > Zhiguang;
> > > Justen, Jordan L; Andrew Fish
> > > Cc: Zeng, Star
> > > Subject: Re: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu
> > > current speed
> > >
> > > > -Original Message-
> > > > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf
> > Of
> > > > Laszlo Ersek
> > > > Sent: Wednesday, June 5, 2019 4:03 PM
> > > > To: Ni, Ray ; Gao, Liming ;
> > > > ard.biesheu...@linaro.org; Leif Lindholm ;
> > > Kinney,
> > > > Michael D ; Liu, Zhiguang
> > > > ; Justen, Jordan L
> ;
> > > > Andrew Fish 
> > > > Cc: devel@edk2.groups.io
> > > > Subject: Re: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu
> > > > current speed
> > > >
> > > > On 06/05/19 03:10, Ni, Ray wrote:
> > > > > Hi everyone,
> > > > >
> > > > > Hao pushed the patch because:
> > > > > 1. it's a bug fix
> > > > > 2. it got a R-b.
> > > > > I don't think it's his fault.
> > > > >
> > > > > For #1, it's gap in process.
> > > > > For #2, it's my fault. Because even the patch title says EmulatorPkg
> but
> > > the
> > > > patch itself changes MdeModulePkg, I am still the person who can
> > approve
> > > > changes in both packages.
> > > > >
> > > > > In Maintainers.txt:
> > > > > R: Ray Ni 
> > > > >   (especially for Bus, Universal/Console, Universal/Disk,
> > > > >Universal/BdsDxe and related libraries, header files)
> > > > >
> > > > > The UiApp actually is not in the "especially" part, but the word
> > > "especially"
> > > > > means I can also R-b to other components. In fact, I am not quite
> > > > > qualified on the other components, e.g.: UiApp.
> > > > > So I propose to assign clear reviewers for each components in
> > > > MdeModulePkg.
> > > > > What do you think?
> > > >
> > > > Fully agreed. MdeModulePkg is huge and we should have fine-grained
> > > > maintainership assignments.
> > >
> > > I also agree.
> >
> > Thanks all.
> >
> > For the review ownership refinement in the MdeModulePkg, how about
> the
> > below steps:
> >
> > 1. Work out a major feature list for the MdeModulePkg
> > 2. Call for owners for every item in the list.
> >
> >
> > A quick and coarse list of major features can be:
> >
> > (Just a draft, some key features may be missing or some listed features
> > may not be considered as major ones. Feedbacks are welcomed.)
> >
> > Acpi
> > Bds
> > Capsule
> > Compress
> > Console
> > Core (PeiCore, DxeCore, PiSmmCore and etc.)
> > Device (peripheral & storage)
> > Disk
> > HII
> > LockBox
> > Memory
> > PCD
> > PCI bus
> > Reset
> > S3
> > SMBIOS
> > SMM
> > Status Code
> > UI
> > Variable
> > Misc (all the components that do not fit in the above items)
> >
> >
> > Any feedbacks/suggestions for such proposal?
> >
> > Best Regards,
> > Hao Wu
> >
> > >
> > > >
> > > > Thanks
> > > > Laszlo
> > > >
> > > >
> > >
> > >
> > >
> >
> >
> > 


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#42063): https://edk2.groups.io/g/devel/message/42063
Mute This Topic: https://groups.io/mt/31907735/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu current speed

2019-06-10 Thread Ni, Ray
Hao,
Can you please list the detailed sub-directories/modules/libraries for each 
major feature, including those that are not covered by the major features? This 
avoid misunderstanding and is also needed by the Maintainers.txt.

Thanks,
Ray


> -Original Message-
> From: Wu, Hao A
> Sent: Monday, June 10, 2019 2:20 PM
> To: Yao, Jiewen ; devel@edk2.groups.io; Zeng, Star
> ; ler...@redhat.com; Ni, Ray ;
> Gao, Liming ; ard.biesheu...@linaro.org; Leif
> Lindholm ; Kinney, Michael D
> ; Liu, Zhiguang ;
> Justen, Jordan L ; Andrew Fish
> 
> Subject: RE: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu
> current speed
> 
> > -Original Message-
> > From: Yao, Jiewen
> > Sent: Monday, June 10, 2019 2:13 PM
> > To: devel@edk2.groups.io; Wu, Hao A; Zeng, Star; ler...@redhat.com;
> > Ni, Ray; Gao, Liming; ard.biesheu...@linaro.org; Leif Lindholm;
> > Kinney, Michael D; Liu, Zhiguang; Justen, Jordan L; Andrew Fish
> > Subject: RE: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the
> > cpu current speed
> >
> > Good list.
> 
> Thanks Jiewen,
> 
> >
> > What does "memory" mean ? MemoryTest ?
> 
> Not only MemoryTest, I was intended to count components like memory
> allocation, memory profile (contents within
> MdeModulePkg/Core/Pei/Memory &
> MdeModulePkg/Core/Dxe/Mem) and etc. into this category as well.
> 
> But I am not sure if such classification makes sense.
> 
> >
> > How about put "LockBox" into "S3"?
> 
> Agree.
> 
> >
> > How about list "EBC" as standalone component?
> 
> Agree. Thanks for the reminder.
> 
> Best Regards,
> Hao Wu
> 
> >
> >
> > > -Original Message-
> > > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf
> > > Of Wu, Hao A
> > > Sent: Monday, June 10, 2019 2:02 PM
> > > To: devel@edk2.groups.io; Zeng, Star ;
> > > ler...@redhat.com; Ni, Ray ; Gao, Liming
> > > ; ard.biesheu...@linaro.org; Leif Lindholm
> > > ; Kinney, Michael D
> > > ; Liu, Zhiguang
> > > ; Justen, Jordan L
> > > ; Andrew Fish 
> > > Subject: Re: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the
> > > cpu current speed
> > >
> > > > -Original Message-----
> > > > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf
> > Of
> > > > Zeng, Star
> > > > Sent: Wednesday, June 05, 2019 10:31 PM
> > > > To: devel@edk2.groups.io; ler...@redhat.com; Ni, Ray; Gao, Liming;
> > > > ard.biesheu...@linaro.org; Leif Lindholm; Kinney, Michael D; Liu,
> > > Zhiguang;
> > > > Justen, Jordan L; Andrew Fish
> > > > Cc: Zeng, Star
> > > > Subject: Re: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay
> > > > the cpu current speed
> > > >
> > > > > -Original Message-
> > > > > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On
> > > > > Behalf
> > > Of
> > > > > Laszlo Ersek
> > > > > Sent: Wednesday, June 5, 2019 4:03 PM
> > > > > To: Ni, Ray ; Gao, Liming
> > > > > ; ard.biesheu...@linaro.org; Leif Lindholm
> > > > > ;
> > > > Kinney,
> > > > > Michael D ; Liu, Zhiguang
> > > > > ; Justen, Jordan L
> > ;
> > > > > Andrew Fish 
> > > > > Cc: devel@edk2.groups.io
> > > > > Subject: Re: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay
> > > > > the cpu current speed
> > > > >
> > > > > On 06/05/19 03:10, Ni, Ray wrote:
> > > > > > Hi everyone,
> > > > > >
> > > > > > Hao pushed the patch because:
> > > > > > 1. it's a bug fix
> > > > > > 2. it got a R-b.
> > > > > > I don't think it's his fault.
> > > > > >
> > > > > > For #1, it's gap in process.
> > > > > > For #2, it's my fault. Because even the patch title says
> > > > > > EmulatorPkg
> > but
> > > > the
> > > > > patch itself changes MdeModulePkg, I am still the person who can
> > > approve
> > > > > changes in both packages.
> > > > > >
> > > > > > In Maintainers.txt:
> > > > > > R: Ray Ni 
> > > > > >   (especially for Bus, Universal/Console, Universal/Disk,
> &g

Re: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu current speed

2019-06-10 Thread Wu, Hao A
> -Original Message-
> From: Ni, Ray
> Sent: Monday, June 10, 2019 3:16 PM
> To: Wu, Hao A; Yao, Jiewen; devel@edk2.groups.io; Zeng, Star;
> ler...@redhat.com; Gao, Liming; ard.biesheu...@linaro.org; Leif Lindholm;
> Kinney, Michael D; Liu, Zhiguang; Justen, Jordan L; Andrew Fish
> Subject: RE: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu
> current speed
> 
> Hao,
> Can you please list the detailed sub-directories/modules/libraries for each
> major feature, including those that are not covered by the major features?
> This avoid misunderstanding and is also needed by the Maintainers.txt.

Hello Ray,

Okay. I can do that.

But I would like to collect some feedbacks on significant missing feature
in the list or some suggestion on the granularity of the feature first
before your request.

How does it sound to you?

Best Regards,
Hao Wu

> 
> Thanks,
> Ray
> 
> 
> > -Original Message-
> > From: Wu, Hao A
> > Sent: Monday, June 10, 2019 2:20 PM
> > To: Yao, Jiewen ; devel@edk2.groups.io; Zeng,
> Star
> > ; ler...@redhat.com; Ni, Ray ;
> > Gao, Liming ; ard.biesheu...@linaro.org; Leif
> > Lindholm ; Kinney, Michael D
> > ; Liu, Zhiguang ;
> > Justen, Jordan L ; Andrew Fish
> > 
> > Subject: RE: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu
> > current speed
> >
> > > -Original Message-
> > > From: Yao, Jiewen
> > > Sent: Monday, June 10, 2019 2:13 PM
> > > To: devel@edk2.groups.io; Wu, Hao A; Zeng, Star; ler...@redhat.com;
> > > Ni, Ray; Gao, Liming; ard.biesheu...@linaro.org; Leif Lindholm;
> > > Kinney, Michael D; Liu, Zhiguang; Justen, Jordan L; Andrew Fish
> > > Subject: RE: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the
> > > cpu current speed
> > >
> > > Good list.
> >
> > Thanks Jiewen,
> >
> > >
> > > What does "memory" mean ? MemoryTest ?
> >
> > Not only MemoryTest, I was intended to count components like memory
> > allocation, memory profile (contents within
> > MdeModulePkg/Core/Pei/Memory &
> > MdeModulePkg/Core/Dxe/Mem) and etc. into this category as well.
> >
> > But I am not sure if such classification makes sense.
> >
> > >
> > > How about put "LockBox" into "S3"?
> >
> > Agree.
> >
> > >
> > > How about list "EBC" as standalone component?
> >
> > Agree. Thanks for the reminder.
> >
> > Best Regards,
> > Hao Wu
> >
> > >
> > >
> > > > -----Original Message-----
> > > > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf
> > > > Of Wu, Hao A
> > > > Sent: Monday, June 10, 2019 2:02 PM
> > > > To: devel@edk2.groups.io; Zeng, Star ;
> > > > ler...@redhat.com; Ni, Ray ; Gao, Liming
> > > > ; ard.biesheu...@linaro.org; Leif Lindholm
> > > > ; Kinney, Michael D
> > > > ; Liu, Zhiguang
> > > > ; Justen, Jordan L
> > > > ; Andrew Fish 
> > > > Subject: Re: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the
> > > > cpu current speed
> > > >
> > > > > -Original Message-
> > > > > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On
> Behalf
> > > Of
> > > > > Zeng, Star
> > > > > Sent: Wednesday, June 05, 2019 10:31 PM
> > > > > To: devel@edk2.groups.io; ler...@redhat.com; Ni, Ray; Gao, Liming;
> > > > > ard.biesheu...@linaro.org; Leif Lindholm; Kinney, Michael D; Liu,
> > > > Zhiguang;
> > > > > Justen, Jordan L; Andrew Fish
> > > > > Cc: Zeng, Star
> > > > > Subject: Re: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay
> > > > > the cpu current speed
> > > > >
> > > > > > -Original Message-
> > > > > > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On
> > > > > > Behalf
> > > > Of
> > > > > > Laszlo Ersek
> > > > > > Sent: Wednesday, June 5, 2019 4:03 PM
> > > > > > To: Ni, Ray ; Gao, Liming
> > > > > > ; ard.biesheu...@linaro.org; Leif Lindholm
> > > > > > ;
> > > > > Kinney,
> > > > > > Michael D ; Liu, Zhiguang
> > > > > > ; Justen, Jordan L
> > > ;
> > > > > > Andrew Fish 
> > > > > > Cc: devel@edk2.gro

Re: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu current speed

2019-06-10 Thread Ni, Ray
> > Hao,
> > Can you please list the detailed sub-directories/modules/libraries for
> > each major feature, including those that are not covered by the major
> features?
> > This avoid misunderstanding and is also needed by the Maintainers.txt.
> 
> Hello Ray,
> 
> Okay. I can do that.
> 
> But I would like to collect some feedbacks on significant missing feature in
> the list or some suggestion on the granularity of the feature first before 
> your
> request.

I am ok.


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#42075): https://edk2.groups.io/g/devel/message/42075
Mute This Topic: https://groups.io/mt/31907735/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu current speed

2019-06-10 Thread Ard Biesheuvel
On Mon, 10 Jun 2019 at 09:33, Ni, Ray  wrote:
>
> > > Hao,
> > > Can you please list the detailed sub-directories/modules/libraries for
> > > each major feature, including those that are not covered by the major
> > features?
> > > This avoid misunderstanding and is also needed by the Maintainers.txt.
> >
> > Hello Ray,
> >
> > Okay. I can do that.
> >
> > But I would like to collect some feedbacks on significant missing feature in
> > the list or some suggestion on the granularity of the feature first before 
> > your
> > request.
>
> I am ok.
>

That sounds like a good idea.

But currrently, this discussion is taking place in the context of the
thread '[edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu
current speed' which may not be of interest to everybody. So could you
please start a new [RFC] thread with the proposed subdivision, and
keep the same people on cc? Thanks.

-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#42076): https://edk2.groups.io/g/devel/message/42076
Mute This Topic: https://groups.io/mt/31907735/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu current speed

2019-06-10 Thread Yao, Jiewen
Thanks. Got it.

I would use term - "MemoryManagement". :-)

Thank you
Yao Jiewen

> -Original Message-
> From: Wu, Hao A
> Sent: Monday, June 10, 2019 2:20 PM
> To: Yao, Jiewen ; devel@edk2.groups.io; Zeng, Star
> ; ler...@redhat.com; Ni, Ray ;
> Gao, Liming ; ard.biesheu...@linaro.org; Leif
> Lindholm ; Kinney, Michael D
> ; Liu, Zhiguang ;
> Justen, Jordan L ; Andrew Fish
> 
> Subject: RE: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu
> current speed
> 
> > -Original Message-
> > From: Yao, Jiewen
> > Sent: Monday, June 10, 2019 2:13 PM
> > To: devel@edk2.groups.io; Wu, Hao A; Zeng, Star; ler...@redhat.com; Ni,
> > Ray; Gao, Liming; ard.biesheu...@linaro.org; Leif Lindholm; Kinney,
> Michael
> > D; Liu, Zhiguang; Justen, Jordan L; Andrew Fish
> > Subject: RE: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu
> > current speed
> >
> > Good list.
> 
> Thanks Jiewen,
> 
> >
> > What does "memory" mean ? MemoryTest ?
> 
> Not only MemoryTest, I was intended to count components like memory
> allocation, memory profile (contents within
> MdeModulePkg/Core/Pei/Memory &
> MdeModulePkg/Core/Dxe/Mem) and etc. into this category as well.
> 
> But I am not sure if such classification makes sense.
> 
> >
> > How about put "LockBox" into "S3"?
> 
> Agree.
> 
> >
> > How about list "EBC" as standalone component?
> 
> Agree. Thanks for the reminder.
> 
> Best Regards,
> Hao Wu
> 
> >
> >
> > > -Original Message-
> > > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf
> Of
> > > Wu, Hao A
> > > Sent: Monday, June 10, 2019 2:02 PM
> > > To: devel@edk2.groups.io; Zeng, Star ;
> > > ler...@redhat.com; Ni, Ray ; Gao, Liming
> > > ; ard.biesheu...@linaro.org; Leif Lindholm
> > > ; Kinney, Michael D
> > > ; Liu, Zhiguang ;
> > > Justen, Jordan L ; Andrew Fish
> > > 
> > > Subject: Re: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu
> > > current speed
> > >
> > > > -----Original Message-----
> > > > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf
> > Of
> > > > Zeng, Star
> > > > Sent: Wednesday, June 05, 2019 10:31 PM
> > > > To: devel@edk2.groups.io; ler...@redhat.com; Ni, Ray; Gao, Liming;
> > > > ard.biesheu...@linaro.org; Leif Lindholm; Kinney, Michael D; Liu,
> > > Zhiguang;
> > > > Justen, Jordan L; Andrew Fish
> > > > Cc: Zeng, Star
> > > > Subject: Re: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu
> > > > current speed
> > > >
> > > > > -Original Message-
> > > > > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On
> Behalf
> > > Of
> > > > > Laszlo Ersek
> > > > > Sent: Wednesday, June 5, 2019 4:03 PM
> > > > > To: Ni, Ray ; Gao, Liming
> ;
> > > > > ard.biesheu...@linaro.org; Leif Lindholm ;
> > > > Kinney,
> > > > > Michael D ; Liu, Zhiguang
> > > > > ; Justen, Jordan L
> > ;
> > > > > Andrew Fish 
> > > > > Cc: devel@edk2.groups.io
> > > > > Subject: Re: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the
> cpu
> > > > > current speed
> > > > >
> > > > > On 06/05/19 03:10, Ni, Ray wrote:
> > > > > > Hi everyone,
> > > > > >
> > > > > > Hao pushed the patch because:
> > > > > > 1. it's a bug fix
> > > > > > 2. it got a R-b.
> > > > > > I don't think it's his fault.
> > > > > >
> > > > > > For #1, it's gap in process.
> > > > > > For #2, it's my fault. Because even the patch title says EmulatorPkg
> > but
> > > > the
> > > > > patch itself changes MdeModulePkg, I am still the person who can
> > > approve
> > > > > changes in both packages.
> > > > > >
> > > > > > In Maintainers.txt:
> > > > > > R: Ray Ni 
> > > > > >   (especially for Bus, Universal/Console, Universal/Disk,
> > > > > >Universal/BdsDxe and related libraries, header files)
> > > > > >
> > > > > > The UiApp actually is not in the "especially" part, but t

Re: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu current speed

2019-06-10 Thread Wu, Hao A
> -Original Message-
> From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org]
> Sent: Monday, June 10, 2019 3:37 PM
> To: Ni, Ray
> Cc: Wu, Hao A; Yao, Jiewen; devel@edk2.groups.io; Zeng, Star;
> ler...@redhat.com; Gao, Liming; Leif Lindholm; Kinney, Michael D; Liu,
> Zhiguang; Justen, Jordan L; Andrew Fish
> Subject: Re: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu
> current speed
> 
> On Mon, 10 Jun 2019 at 09:33, Ni, Ray  wrote:
> >
> > > > Hao,
> > > > Can you please list the detailed sub-directories/modules/libraries for
> > > > each major feature, including those that are not covered by the major
> > > features?
> > > > This avoid misunderstanding and is also needed by the Maintainers.txt.
> > >
> > > Hello Ray,
> > >
> > > Okay. I can do that.
> > >
> > > But I would like to collect some feedbacks on significant missing feature 
> > > in
> > > the list or some suggestion on the granularity of the feature first before
> your
> > > request.
> >
> > I am ok.
> >
> 
> That sounds like a good idea.
> 
> But currrently, this discussion is taking place in the context of the
> thread '[edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu
> current speed' which may not be of interest to everybody. So could you
> please start a new [RFC] thread with the proposed subdivision, and
> keep the same people on cc? Thanks.

Thanks, done by:
https://edk2.groups.io/g/devel/message/42080

Best Regards,
Hao Wu

-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#42081): https://edk2.groups.io/g/devel/message/42081
Mute This Topic: https://groups.io/mt/31907735/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu current speed

2019-06-10 Thread Ard Biesheuvel
On Mon, 10 Jun 2019 at 10:07, Wu, Hao A  wrote:
>
> > -Original Message-
> > From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org]
> > Sent: Monday, June 10, 2019 3:37 PM
> > To: Ni, Ray
> > Cc: Wu, Hao A; Yao, Jiewen; devel@edk2.groups.io; Zeng, Star;
> > ler...@redhat.com; Gao, Liming; Leif Lindholm; Kinney, Michael D; Liu,
> > Zhiguang; Justen, Jordan L; Andrew Fish
> > Subject: Re: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu
> > current speed
> >
> > On Mon, 10 Jun 2019 at 09:33, Ni, Ray  wrote:
> > >
> > > > > Hao,
> > > > > Can you please list the detailed sub-directories/modules/libraries for
> > > > > each major feature, including those that are not covered by the major
> > > > features?
> > > > > This avoid misunderstanding and is also needed by the Maintainers.txt.
> > > >
> > > > Hello Ray,
> > > >
> > > > Okay. I can do that.
> > > >
> > > > But I would like to collect some feedbacks on significant missing 
> > > > feature in
> > > > the list or some suggestion on the granularity of the feature first 
> > > > before
> > your
> > > > request.
> > >
> > > I am ok.
> > >
> >
> > That sounds like a good idea.
> >
> > But currrently, this discussion is taking place in the context of the
> > thread '[edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu
> > current speed' which may not be of interest to everybody. So could you
> > please start a new [RFC] thread with the proposed subdivision, and
> > keep the same people on cc? Thanks.
>
> Thanks, done by:
> https://edk2.groups.io/g/devel/message/42080
>

Thank you.

-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#42089): https://edk2.groups.io/g/devel/message/42089
Mute This Topic: https://groups.io/mt/31907735/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu current speed

2019-06-11 Thread Laszlo Ersek
On 06/10/19 09:16, Ni, Ray wrote:
> Hao,
> Can you please list the detailed sub-directories/modules/libraries for each 
> major feature, including those that are not covered by the major features? 
> This avoid misunderstanding and is also needed by the Maintainers.txt.

I agree. Every module INF file needs an assigned maintainer that can be
determined mechanically.

Currently, there are 224 INF files under MdeModulePkg. We need to
provide a list that covers each one of these INF files by pathname.
Wildcards are fine to use of course.

Thanks
Laszlo

-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#42208): https://edk2.groups.io/g/devel/message/42208
Mute This Topic: https://groups.io/mt/31907735/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-