[edk2-devel] [PATCH v2 0/3] UefiCpuPkg/CpuFeature: Introduce First to indicate 1st unit.

Ray Ni posted 3 patches 4 years, 4 months ago
Failed in applying to current master (apply log)
.../Include/Library/RegisterCpuFeaturesLib.h  | 49 +++++++++---
.../CpuCommonFeaturesLib.c                    |  6 +-
.../CpuFeaturesInitialize.c                   | 74 +++++++++++++++++++
.../RegisterCpuFeatures.h                     |  4 +-
.../RegisterCpuFeaturesLib.c                  | 74 ++++++++++---------
5 files changed, 158 insertions(+), 49 deletions(-)
[edk2-devel] [PATCH v2 0/3] UefiCpuPkg/CpuFeature: Introduce First to indicate 1st unit.
Posted by Ray Ni 4 years, 4 months ago
Ray Ni (3):
  UefiCpuPkg/RegisterCpuFeaturesLib: Delete CPU_FEATURE_[BEFORE|AFTER]
  UefiCpuPkg/RegisterCpuFeaturesLib: Rename [Before|After]FeatureBitMask
  UefiCpuPkg/CpuFeature: Introduce First to indicate 1st unit.

 .../Include/Library/RegisterCpuFeaturesLib.h  | 49 +++++++++---
 .../CpuCommonFeaturesLib.c                    |  6 +-
 .../CpuFeaturesInitialize.c                   | 74 +++++++++++++++++++
 .../RegisterCpuFeatures.h                     |  4 +-
 .../RegisterCpuFeaturesLib.c                  | 74 ++++++++++---------
 5 files changed, 158 insertions(+), 49 deletions(-)

-- 
2.21.0.windows.1


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

View/Reply Online (#51303): https://edk2.groups.io/g/devel/message/51303
Mute This Topic: https://groups.io/mt/61962263/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [PATCH v2 0/3] UefiCpuPkg/CpuFeature: Introduce First to indicate 1st unit.
Posted by Dong, Eric 4 years, 2 months ago
For the serial: Reviewed-by: Eric Dong <eric.dong@intel.com>

-----Original Message-----
From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Ray Ni
Sent: Tuesday, November 26, 2019 2:16 PM
To: devel@edk2.groups.io
Subject: [edk2-devel] [PATCH v2 0/3] UefiCpuPkg/CpuFeature: Introduce First to indicate 1st unit.

Ray Ni (3):
  UefiCpuPkg/RegisterCpuFeaturesLib: Delete CPU_FEATURE_[BEFORE|AFTER]
  UefiCpuPkg/RegisterCpuFeaturesLib: Rename [Before|After]FeatureBitMask
  UefiCpuPkg/CpuFeature: Introduce First to indicate 1st unit.

 .../Include/Library/RegisterCpuFeaturesLib.h  | 49 +++++++++---
 .../CpuCommonFeaturesLib.c                    |  6 +-
 .../CpuFeaturesInitialize.c                   | 74 +++++++++++++++++++
 .../RegisterCpuFeatures.h                     |  4 +-
 .../RegisterCpuFeaturesLib.c                  | 74 ++++++++++---------
 5 files changed, 158 insertions(+), 49 deletions(-)

-- 
2.21.0.windows.1





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

View/Reply Online (#54338): https://edk2.groups.io/g/devel/message/54338
Mute This Topic: https://groups.io/mt/61962263/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [PATCH v2 0/3] UefiCpuPkg/CpuFeature: Introduce First to indicate 1st unit.
Posted by Ni, Ray 4 years, 2 months ago
Laszlo,
I forgot to add you to CC list.
Do you have any comments on the patch set?

Thanks,
Ray

> -----Original Message-----
> From: Dong, Eric <eric.dong@intel.com>
> Sent: Thursday, February 13, 2020 4:04 PM
> To: devel@edk2.groups.io; Ni, Ray <ray.ni@intel.com>
> Subject: RE: [edk2-devel] [PATCH v2 0/3] UefiCpuPkg/CpuFeature: Introduce First to indicate 1st unit.
> 
> For the serial: Reviewed-by: Eric Dong <eric.dong@intel.com>
> 
> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Ray Ni
> Sent: Tuesday, November 26, 2019 2:16 PM
> To: devel@edk2.groups.io
> Subject: [edk2-devel] [PATCH v2 0/3] UefiCpuPkg/CpuFeature: Introduce First to indicate 1st unit.
> 
> Ray Ni (3):
>   UefiCpuPkg/RegisterCpuFeaturesLib: Delete CPU_FEATURE_[BEFORE|AFTER]
>   UefiCpuPkg/RegisterCpuFeaturesLib: Rename [Before|After]FeatureBitMask
>   UefiCpuPkg/CpuFeature: Introduce First to indicate 1st unit.
> 
>  .../Include/Library/RegisterCpuFeaturesLib.h  | 49 +++++++++---
>  .../CpuCommonFeaturesLib.c                    |  6 +-
>  .../CpuFeaturesInitialize.c                   | 74 +++++++++++++++++++
>  .../RegisterCpuFeatures.h                     |  4 +-
>  .../RegisterCpuFeaturesLib.c                  | 74 ++++++++++---------
>  5 files changed, 158 insertions(+), 49 deletions(-)
> 
> --
> 2.21.0.windows.1
> 
> 
> 


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

View/Reply Online (#54364): https://edk2.groups.io/g/devel/message/54364
Mute This Topic: https://groups.io/mt/61962263/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [PATCH v2 0/3] UefiCpuPkg/CpuFeature: Introduce First to indicate 1st unit.
Posted by Laszlo Ersek 4 years, 2 months ago
Hi Ray,

On 02/13/20 15:15, Ni, Ray wrote:
> Laszlo,
> I forgot to add you to CC list.
> Do you have any comments on the patch set?

Thanks for the ping -- no comments for now; please go ahead. I'm super
swamped with todos and OVMF doesn't use RegisterCpuFeaturesLib or
CpuCommonFeaturesLib, so I prefer to skip this set now.

Thanks
Laszlo

> 
> Thanks,
> Ray
> 
>> -----Original Message-----
>> From: Dong, Eric <eric.dong@intel.com>
>> Sent: Thursday, February 13, 2020 4:04 PM
>> To: devel@edk2.groups.io; Ni, Ray <ray.ni@intel.com>
>> Subject: RE: [edk2-devel] [PATCH v2 0/3] UefiCpuPkg/CpuFeature: Introduce First to indicate 1st unit.
>>
>> For the serial: Reviewed-by: Eric Dong <eric.dong@intel.com>
>>
>> -----Original Message-----
>> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Ray Ni
>> Sent: Tuesday, November 26, 2019 2:16 PM
>> To: devel@edk2.groups.io
>> Subject: [edk2-devel] [PATCH v2 0/3] UefiCpuPkg/CpuFeature: Introduce First to indicate 1st unit.
>>
>> Ray Ni (3):
>>   UefiCpuPkg/RegisterCpuFeaturesLib: Delete CPU_FEATURE_[BEFORE|AFTER]
>>   UefiCpuPkg/RegisterCpuFeaturesLib: Rename [Before|After]FeatureBitMask
>>   UefiCpuPkg/CpuFeature: Introduce First to indicate 1st unit.
>>
>>  .../Include/Library/RegisterCpuFeaturesLib.h  | 49 +++++++++---
>>  .../CpuCommonFeaturesLib.c                    |  6 +-
>>  .../CpuFeaturesInitialize.c                   | 74 +++++++++++++++++++
>>  .../RegisterCpuFeatures.h                     |  4 +-
>>  .../RegisterCpuFeaturesLib.c                  | 74 ++++++++++---------
>>  5 files changed, 158 insertions(+), 49 deletions(-)
>>
>> --
>> 2.21.0.windows.1
>>
>>
>> 
> 


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

View/Reply Online (#54387): https://edk2.groups.io/g/devel/message/54387
Mute This Topic: https://groups.io/mt/61962263/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-