]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/AutoGen/AutoGen.py
BaseTools: Fix a bug for VpdOffset calculate
authorYonghong Zhu <yonghong.zhu@intel.com>
Fri, 29 Jan 2016 04:44:54 +0000 (04:44 +0000)
committeryzhu52 <yzhu52@Edk2>
Fri, 29 Jan 2016 04:44:54 +0000 (04:44 +0000)
commitca85291f1f020652254457cc9edbb3caf6a2ed56
tree9b3b1832437351ac25be72c03d2260b7ecf95341
parent898b5b63c389e9793b891705883fa161f6b4488e
BaseTools: Fix a bug for VpdOffset calculate

The VpdOffset value in the DSC both support integer and Hex value, so we
fix the bug to support both format.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19765 6f19259b-4bc3-4df7-8a09-765794883524
BaseTools/Source/Python/AutoGen/AutoGen.py