]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Override Max size by build Option Pcd for HII type
authorYonghong Zhu <yonghong.zhu@intel.com>
Wed, 21 Mar 2018 02:36:59 +0000 (10:36 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Wed, 21 Mar 2018 03:48:33 +0000 (11:48 +0800)
commitc8ae65ac5218973e473ba1ba4bd5f9ccb547a219
treee7211b37760f8bcc55a1e1190aae4af33adaa3f8
parent2b85beae0b2e980a310193f9a35372fb7dae2c23
BaseTools: Override Max size by build Option Pcd for HII type

Current code will generate maxsize for HII type PCD when parser DSC
file, while this HII type PCD value maybe override in build command
per --pcd option, so the max size need re-calculate.

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