]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/build/BuildReport.py
BaseTools: Fix bug for decimal value of VPDPCD offset display in report
authorYonghong Zhu <yonghong.zhu@intel.com>
Thu, 24 Nov 2016 15:19:57 +0000 (23:19 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Tue, 29 Nov 2016 11:49:20 +0000 (19:49 +0800)
commit8401d3983d00194b5a9aa77cf65477bfc1716588
treea1163f71d8711575889a1d119ae27ecc21916ab3
parent45a70db3c3a59b64e0f517870415963fbfacf507
BaseTools: Fix bug for decimal value of VPDPCD offset display in report

current if we set VPD PCD's offset to a decimal value, eg: 22, this
value is displayed incorrectly in the "FD VPD Region" section in the
report.txt.

Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/build/BuildReport.py