summaryrefslogtreecommitdiff
path: root/BaseTools
AgeCommit message (Expand)AuthorFilesLines
2018-10-24BaseTools:Translate the StructurePCD value in field to correct format.Zhaozh1x1-5/+2
2018-10-24BaseTools: Not convert the void* pcd string in command line to array.Zhaozh1x2-31/+9
2018-10-24BaseTools: add ASSERT checker for array buffer in fdf and command lineZhaozh1x1-0/+8
2018-10-24BaseTools/UPT: Fix an issue of UNI string checking.Hess Chen1-0/+23
2018-10-24BaseTools/Ecc: Update a checkpoint criteria.Hess Chen2-2/+2
2018-10-24BaseTools/ECC: Fix an identification issue of typedef function.Hess Chen2-3/+17
2018-10-24BaseTools/ECC: Add a checkpoint to check no usage for deprecated functions.Hess Chen4-0/+67
2018-10-24BaseTools: Add more checker in Decompress algorithm to access the valid buffe...Liming Gao2-3/+46
2018-10-23BaseTools: Fix the *B and *F Flag display for Structure PcdYonghong Zhu1-1/+15
2018-10-22BaseTools: Convert "Unicode string" to "byte array" if value type diffZhaozh1x1-0/+9
2018-10-22BaseTool: Support different PCDs that refers to the same EFI variable.Zhaozh1x1-67/+30
2018-10-21BaseTools: Fix one crash bug in the report for Fixed structure PcdYonghong Zhu1-10/+11
2018-10-21BaseTools: delete unused fileCarsey, Jaben1-120/+0
2018-10-21BaseTools: Fix the crash issue when Dynamic structure Pcd use in FDFYonghong Zhu1-4/+4
2018-10-21BaseTools: Fix the bug that PcdValueFromComm is not setYonghong Zhu1-0/+1
2018-10-19BaseTools: Remove the step to freeze python toolLiming Gao7-397/+4
2018-10-18BaseTools: Fix bug caused by 03c36c36a3Yonghong Zhu1-2/+2
2018-10-18BaseTools: Fix a bug --pcd option enable and use the pcd in expressionYonghong Zhu1-0/+1
2018-10-16BaseTools/EOT: Change to call a program instead of calling Python API.Hess Chen5-443/+84
2018-10-16BaseTools: Support to use struct name as datum type before max sizeYonghong Zhu2-4/+6
2018-10-16BaseTools: Fix bugs use special character in the --pcd optionYonghong Zhu1-0/+2
2018-10-16BaseTools: Add check for the string type whether is samezhijufan1-2/+4
2018-10-16BaseTools:Fix issue caused by 84a52d4d030185a44f2d8736142c6f0b19c6e9b1Zhaozh1x1-0/+1
2018-10-16BaseTools: Convert string value of void* pcd in command line to array.Zhaozh1x1-8/+30
2018-10-16BaseTools: Code should not update the variable that save the raw data.Zhaozh1x1-2/+5
2018-10-16BaseTools: add ASSERT checker for array buffer value assignment.Zhaozh1x2-0/+15
2018-10-15BaseTools: Fix regression boot hang issue by commit 0e982cf03dd5Feng, YunhuaX1-1/+1
2018-10-15BaseTools: Add --uefi option to enable UefiCompress methodYunhua Feng2-25/+58
2018-10-15BaseTools: Enhance the *P Flag display for Structure PcdYonghong Zhu1-29/+41
2018-10-15BaseTools: increment build generate inf file lost .depex fileYunhua Feng1-0/+4
2018-10-15BaseTools: remove the not used PyUtility fileYonghong Zhu5-186/+3
2018-10-15BaseTools: do basic check in FvImage with header size and signaturezhijufan1-20/+24
2018-10-15Revert BaseTools: PYTHON3 migrationLiming Gao181-13537/+46518
2018-10-14BaseTools/Tests: Update GNUmakefile to use python3 variableYonghong Zhu1-1/+1
2018-10-13BaseTools: Not compare the VOID* difference in the DSC and DEC fileYonghong Zhu1-1/+2
2018-10-13BaseTools: Enhance the *P Flag display for Structure PcdYonghong Zhu1-27/+39
2018-10-13BaseTools: remove the not used PyUtility fileYonghong Zhu5-191/+5
2018-10-13BaseTools: increment build generate inf file lost .depex fileYunhua Feng1-0/+4
2018-10-13BaseTools: update Test scripts support python3Yunhua Feng3-10/+12
2018-10-13BaseTools/Ecc/EOT: Add Python 3 support on ECC and EOT tools.Hess Chen20-45547/+12757
2018-10-13BaseTools: Add --uefi option to enable UefiCompress methodYunhua Feng2-25/+58
2018-10-13BaseTools/UPT: Porting UPT Tool from Python2 to Python3Yonghong Zhu25-103/+89
2018-10-13BaseTools/Scripts: Porting PackageDocumentTools code to use Python3Yunhua Feng12-67/+62
2018-10-13BaseTools: Update Makefile to ignore python tools makeYunhua Feng2-11/+11
2018-10-13BaseTools: Use PYTHON3 variable instead of PYTHON_HOMEYunhua Feng6-18/+18
2018-10-13BaseTools: Update windows and linux run scripts file to use Python3Yunhua Feng29-65/+79
2018-10-13BaseTools: Fix some build and report file issueYunhua Feng11-34/+65
2018-10-13BaseTools: Rename get_bytes_le() to bytes_leYonghong Zhu2-2/+2
2018-10-13BaseTools: Update argparse arguments since it not have version nowYunhua Feng3-3/+6
2018-10-13BaseTools: change the Division Operator in the expressionYunhua Feng14-42/+49