[edk2] [Patch 0/4] Enhance the implementation for Proc Trace feature.

Eric Dong posted 4 patches 6 years, 7 months ago
Failed in applying to current master (apply log)
UefiCpuPkg/Include/Register/ArchitecturalMsr.h     |  79 ++++++++++++-
.../Library/CpuCommonFeaturesLib/ProcTrace.c       | 131 +++++++++++----------
UefiCpuPkg/UefiCpuPkg.dec                          |  22 ++--
UefiCpuPkg/UefiCpuPkg.uni                          |  16 +--
5 files changed, 200 insertions(+), 91 deletions(-)
[edk2] [Patch 0/4] Enhance the implementation for Proc Trace feature.
Posted by Eric Dong 6 years, 7 months ago
V2:
1. Move RTIT_TOPA_MEMORY_SIZE definition to architecturalMsr.h file.
2. Use strcture menbers to do value assignment.
3. Enhance the comments for PCD PcdCpuProcTraceMemSize and PcdCpuProcTraceOutputScheme.

Eric Dong (4):
  UefiCpuPkg/ArchitecturalMsr.h: Add RTIT TOPA table entry definition.
  UefiCpuPkg/CpuCommonFeaturesLib: Use MSR data structure when change
    MSR value.
  UefiCpuPkg/CpuCommonFeaturesLib: Remove redundant definition.
  UefiCpuPkg: Update default for
    PcdCpuProcTraceMemSize/PcdCpuProcTraceOutputScheme.

 UefiCpuPkg/Include/Register/ArchitecturalMsr.h     |  79 ++++++++++++-
 .../Library/CpuCommonFeaturesLib/ProcTrace.c       | 131 +++++++++++----------
 UefiCpuPkg/UefiCpuPkg.dec                          |  22 ++--
 UefiCpuPkg/UefiCpuPkg.uni                          |  16 +--
 5 files changed, 200 insertions(+), 91 deletions(-)

-- 
2.7.0.windows.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [Patch 0/4] Enhance the implementation for Proc Trace feature.
Posted by Kinney, Michael D 6 years, 7 months ago
Series

Reviewed-by: Michael Kinney <michael.d.kinney@intel.com>

> -----Original Message-----
> From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On
> Behalf Of Eric Dong
> Sent: Wednesday, August 23, 2017 8:03 PM
> To: edk2-devel@lists.01.org
> Subject: [edk2] [Patch 0/4] Enhance the implementation for
> Proc Trace feature.
> 
> V2:
> 1. Move RTIT_TOPA_MEMORY_SIZE definition to architecturalMsr.h
> file.
> 2. Use strcture menbers to do value assignment.
> 3. Enhance the comments for PCD PcdCpuProcTraceMemSize and
> PcdCpuProcTraceOutputScheme.
> 
> Eric Dong (4):
>   UefiCpuPkg/ArchitecturalMsr.h: Add RTIT TOPA table entry
> definition.
>   UefiCpuPkg/CpuCommonFeaturesLib: Use MSR data structure when
> change
>     MSR value.
>   UefiCpuPkg/CpuCommonFeaturesLib: Remove redundant
> definition.
>   UefiCpuPkg: Update default for
>     PcdCpuProcTraceMemSize/PcdCpuProcTraceOutputScheme.
> 
>  UefiCpuPkg/Include/Register/ArchitecturalMsr.h     |  79
> ++++++++++++-
>  .../Library/CpuCommonFeaturesLib/ProcTrace.c       | 131
> +++++++++++----------
>  UefiCpuPkg/UefiCpuPkg.dec                          |  22 ++--
>  UefiCpuPkg/UefiCpuPkg.uni                          |  16 +--
>  5 files changed, 200 insertions(+), 91 deletions(-)
> 
> --
> 2.7.0.windows.1
> 
> _______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.01.org
> https://lists.01.org/mailman/listinfo/edk2-devel
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel