audk/BaseTools/Source/Python/Workspace
Yonghong Zhu 29d521b9fa BaseTools: Fix bug for --pcd VOID* type when no max size is specified
when VOID* type non-structure pcd used in --pcd, and its max size is not
specified in DSC or its value is hex value, build break due to the code
int(Pcd.MaxDatumSize,10).
Now this patch remove this code, because tool will calculate the size
info in later phase.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
2018-03-20 16:56:04 +08:00
..
BuildClassObject.py BaseTool: Error handling for PCD datumtype. 2018-03-19 12:28:05 +08:00
DecBuildData.py BaseTool: Error handling for PCD datumtype. 2018-03-19 12:28:05 +08:00
DscBuildData.py BaseTools: Fix bug for --pcd VOID* type when no max size is specified 2018-03-20 16:56:04 +08:00
InfBuildData.py BaseTools: Support PCD flexible values format 2017-12-27 14:43:27 +08:00
MetaDataTable.py There is a limitation on WINDOWS OS for the length of entire file path can’t be larger than 255. There is an OS API provided by Microsoft to add “\\?\” before the path header to support the long file path. Enable this feature on basetools. 2014-08-15 03:06:48 +00:00
MetaFileCommentParser.py License header updated to match correct format. 2014-08-28 13:53:34 +00:00
MetaFileParser.py BaseTools: Fix a bug for --pcd used in ConditionalStatement calculate 2018-03-09 16:37:35 +08:00
MetaFileTable.py BaseTools: Support Structure PCD value inherit between the different SKUs 2017-12-25 11:05:47 +08:00
WorkspaceCommon.py BaseTools: Support PCD flexible values format 2017-12-27 14:43:27 +08:00
WorkspaceDatabase.py BaseTools: Support Structure PCD value assignment in DEC/DSC 2017-12-25 11:05:45 +08:00
__init__.py