audk/UefiCpuPkg/Library/RegisterCpuFeaturesLib
Zeng, Star c73fce3d12 UefiCpuPkg RegisterCpuFeaturesLib: Match data type and format specifier
Match data type and format specifier for printing.
1. Type cast ProcessorNumber and FeatureIndex to UINT32
  as %d only expects a UINT32.
2. Use %08x instead of %08lx for CacheControl to print Index
  as it is UINT32 type.
3. Use %016lx instead of %08lx for MemoryMapped to print
  (Index | LShiftU64 (HighIndex, 32)) as it is UINT64 type.

Cc: Eric Dong <eric.dong@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
2020-02-19 05:36:42 +00:00
..
CpuFeaturesInitialize.c UefiCpuPkg RegisterCpuFeaturesLib: Match data type and format specifier 2020-02-19 05:36:42 +00:00
DxeRegisterCpuFeaturesLib.c UefiCpuPkg/RegisterCpuFeaturesLib: Start all processors simultaneously. 2019-07-29 09:25:20 +08:00
DxeRegisterCpuFeaturesLib.inf UefiCpuPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:28 -07:00
PeiRegisterCpuFeaturesLib.c UefiCpuPkg/RegisterCpuFeaturesLib: Start all processors simultaneously. 2019-07-29 09:25:20 +08:00
PeiRegisterCpuFeaturesLib.inf UefiCpuPkg/RegisterCpuFeaturesLib: Start all processors simultaneously. 2019-07-29 09:25:20 +08:00
RegisterCpuFeatures.h UefiCpuPkg/RegisterCpuFeaturesLib: Rename [Before|After]FeatureBitMask 2020-02-14 03:15:00 +00:00
RegisterCpuFeaturesLib.c UefiCpuPkg/RegisterCpuFeaturesLib: Rename [Before|After]FeatureBitMask 2020-02-14 03:15:00 +00:00
RegisterCpuFeaturesLib.uni UefiCpuPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:28 -07:00