audk/BaseTools/Source/Python
Yonghong Zhu 913795f7a2 BaseTools: Not compare the VOID* difference in the DSC and DEC file
For structure Pcd, the type defined in the DEC file is the struct name
while if this Pcd used in the DSC file, it should add VOID* keywords
when it have max size info. so this patch filter the type compare for
this case.

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-10-13 10:07:16 +08:00
..
AutoGen BaseTools: increment build generate inf file lost .depex file 2018-10-13 10:01:36 +08:00
BPDG BaseTools: change the Division Operator in the expression 2018-10-13 09:54:53 +08:00
Capsule BaseTools/Capsule: Support capsules without a payload header 2018-08-02 14:35:29 -07:00
Common BaseTools: remove the not used PyUtility file 2018-10-13 10:06:12 +08:00
CommonDataClass
Ecc BaseTools/Ecc/EOT: Add Python 3 support on ECC and EOT tools. 2018-10-13 09:57:18 +08:00
Eot BaseTools/Ecc/EOT: Add Python 3 support on ECC and EOT tools. 2018-10-13 09:57:18 +08:00
GenFds BaseTools: Fix some build and report file issue 2018-10-13 09:57:13 +08:00
GenPatchPcdTable BaseTools: Remove the "from __future__ import" items 2018-10-13 09:50:40 +08:00
PatchPcdValue BaseTools: change the Division Operator in the expression 2018-10-13 09:54:53 +08:00
Pkcs7Sign BaseTools: Update argparse arguments since it not have version now 2018-10-13 09:54:54 +08:00
Rsa2048Sha256Sign BaseTools: Rename get_bytes_le() to bytes_le 2018-10-13 09:56:56 +08:00
Table BaseTools: Remove the "from __future__ import" items 2018-10-13 09:50:40 +08:00
TargetTool BaseTools: Remove the "from __future__ import" items 2018-10-13 09:50:40 +08:00
Trim BaseTools: Handle the bytes and str difference 2018-10-13 09:54:07 +08:00
UPT BaseTools/UPT: Porting UPT Tool from Python2 to Python3 2018-10-13 09:57:16 +08:00
Workspace BaseTools: Not compare the VOID* difference in the DSC and DEC file 2018-10-13 10:07:16 +08:00
build BaseTools: Enhance the *P Flag display for Structure Pcd 2018-10-13 10:06:37 +08:00
GNUmakefile
Makefile BaseTools: Update Makefile for ECC tool 2018-08-23 14:54:15 +08:00
sitecustomize.py