]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Display both Hex and integer value format of PCD value
authorYunhua Feng <yunhuax.feng@intel.com>
Thu, 24 May 2018 02:25:21 +0000 (10:25 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Wed, 6 Jun 2018 06:20:41 +0000 (14:20 +0800)
commit179c2f97f949509ec55f0ec7cb84480fb0c015a7
treebccb73e7001eb7ddcf63f60a9982036ca5004401
parent238d9b5c64520acdd784667a29326804dde7ea31
BaseTools: Display both Hex and integer value format of PCD value

If the PCD's datum type is UINT8, UINT16, UINT32 or UINT64, then in
the report will display both hexadecimal format and integer format
of PCD value.

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