]> git.proxmox.com Git - mirror_edk2.git/commit
IntelFsp2Pkg: BaseCacheLib EfiProgramMtrr MtrrNumber Should be UINT32
authorS, Ashraf Ali <ashraf.ali.s@intel.com>
Fri, 9 Jul 2021 07:33:16 +0000 (15:33 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 14 Jul 2021 03:54:44 +0000 (03:54 +0000)
commit91f5d3b41043b8a0c8a5ed00e1c88bca4a777067
treef504b294e436f24816f2f5a0567030efd07a729a
parentd0b6596b8e7ad72c86de0b9faa342a7a866bc87e
IntelFsp2Pkg: BaseCacheLib EfiProgramMtrr MtrrNumber Should be UINT32

REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3485

CacheLib EfiProgramMtrr Function takes MTRR number as a input parameter,
in the function the parameter is defined as UINTN were as the caller
calling MTTR number in UINT32.

Signed-off-by: Ashraf Ali S <ashraf.ali.s@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Cc: Digant H Solanki <digant.h.solanki@intel.com>
Cc: Sangeetha V <sangeetha.v@intel.com>
Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>
IntelFsp2Pkg/Library/BaseCacheLib/BaseCacheLib.inf
IntelFsp2Pkg/Library/BaseCacheLib/CacheLib.c