]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools:Similar to octal data rectification
authorZhijux Fan <zhijux.fan@intel.com>
Sun, 16 Dec 2018 07:19:42 +0000 (15:19 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Fri, 1 Feb 2019 03:09:18 +0000 (11:09 +0800)
commit1590d12315b0dd1f348554149257b09ad23f3e67
treec85ef007c748991ed00bce5f0043f2a60c22bc68
parent56ad03a5dc865322b3382ecf92f047b3360d822a
BaseTools:Similar to octal data rectification

In python3, if Value is octal data, the int(Value, 0) report an error

Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Zhiju.Fan <zhijux.fan@intel.com>
Tested-by: Laszlo Ersek <lersek@redhat.com>
Tested-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
BaseTools/Source/Python/AutoGen/GenC.py
BaseTools/Source/Python/Common/Misc.py
BaseTools/Source/Python/Workspace/DscBuildData.py
BaseTools/Source/Python/build/BuildReport.py