]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg/CapsulePei: Update the debug code to print 64bit data
authorBret Barkelew <Bret.Barkelew@microsoft.com>
Thu, 11 Apr 2019 10:14:47 +0000 (18:14 +0800)
committerHao Wu <hao.a.wu@intel.com>
Tue, 16 Apr 2019 05:03:12 +0000 (13:03 +0800)
commit42d8be0eaac5e7e109f487d4e241847e815b077a
treee831520a0f19ea5611661a2a2aed28a02f895e59
parent85b01932765da8e913654c7fae826f51f41a6dd9
MdeModulePkg/CapsulePei: Update the debug code to print 64bit data

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

For some pointer and UINT64 data, the debug code print with '%x'.
Which would loss the upper 32bit data. So update '%x' to '%lx'
for these data. And change the pointer value from '%x' to '%p'.

Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Hao Wu <hao.a.wu@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Michael Turner <Michael.Turner@microsoft.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
Signed-off-by: Zhichao Gao <zhichao.gao@intel.com>
Reviewed-by: Hao Wu <hao.a.wu@intel.com>
MdeModulePkg/Universal/CapsulePei/Common/CapsuleCoalesce.c