Looks good to me

Reviewed-by: Feng Tian <feng.t...@intel.com>

-----Original Message-----
From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Jeff Fan
Sent: Thursday, December 03, 2015 22:28
To: edk2-devel@lists.01.org
Subject: [edk2] [Patch 0/3] Add MtrrSetMemoryAttributeInMtrrSettings()

Add new API MtrrSetMemoryAttributeInMtrrSettings() in MtrrLib. Platform could 
use this API to set MTRR setting into local MTRR settings buffer instead of 
MTRRs. At last, platform could use MtrrSetAllMtrrs() to set the MTRR settings 
into MTRRs totally. It could improve MTRRs programming performance obviously, 
specially when platform is going to program a set of MTRRs.

Jeff Fan (3):
  UefiCpuPkg/MtrrLib: Add worker functions to access MTRRs or variable
  UefiCpuPkg/MtrrLib: Add MtrrDebugPrintAllMtrrsWorker()
  UefiCpuPkg/MtrrLib: Add MtrrSetMemoryAttributeInMtrrSettings()

 UefiCpuPkg/Include/Library/MtrrLib.h |  31 ++++  
UefiCpuPkg/Library/MtrrLib/MtrrLib.c | 302 ++++++++++++++++++++++++++++-------
 2 files changed, 275 insertions(+), 58 deletions(-)

--
1.9.5.msysgit.0

_______________________________________________
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

Reply via email to