summaryrefslogtreecommitdiffstats
path: root/BaseTools
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: list .nasm include inc files as its dependencyzhijufan2018-10-251-1/+1
* BaseTools: Fix VPD PCD Sub-section display bugYonghong Zhu2018-10-251-29/+17
* BaseTools: Fix the bug for Pcd used in command line's overrideYonghong Zhu2018-10-252-0/+12
* BaseTools: Move PcdValueInit to platform build folderBobCF2018-10-251-8/+17
* BaseTool: Filter out unused structure pcdsBobCF2018-10-251-0/+19
* BaseTools: Remove Arch specific build options for PcdValueInit tool.BobCF2018-10-241-1/+1
* BaseTools:Translate the StructurePCD value in field to correct format.Zhaozh1x2018-10-241-5/+2
* BaseTools: Not convert the void* pcd string in command line to array.Zhaozh1x2018-10-242-31/+9
* BaseTools: add ASSERT checker for array buffer in fdf and command lineZhaozh1x2018-10-241-0/+8
* BaseTools/UPT: Fix an issue of UNI string checking.Hess Chen2018-10-241-0/+23
* BaseTools/Ecc: Update a checkpoint criteria.Hess Chen2018-10-242-2/+2
* BaseTools/ECC: Fix an identification issue of typedef function.Hess Chen2018-10-242-3/+17
* BaseTools/ECC: Add a checkpoint to check no usage for deprecated functions.Hess Chen2018-10-244-0/+67
* BaseTools: Add more checker in Decompress algorithm to access the valid buffe...Liming Gao2018-10-242-3/+46
* BaseTools: Fix the *B and *F Flag display for Structure PcdYonghong Zhu2018-10-231-1/+15
* BaseTools: Convert "Unicode string" to "byte array" if value type diffZhaozh1x2018-10-221-0/+9
* BaseTool: Support different PCDs that refers to the same EFI variable.Zhaozh1x2018-10-221-67/+30
* BaseTools: Fix one crash bug in the report for Fixed structure PcdYonghong Zhu2018-10-211-10/+11
* BaseTools: delete unused fileCarsey, Jaben2018-10-211-120/+0
* BaseTools: Fix the crash issue when Dynamic structure Pcd use in FDFYonghong Zhu2018-10-211-4/+4
* BaseTools: Fix the bug that PcdValueFromComm is not setYonghong Zhu2018-10-211-0/+1
* BaseTools: Remove the step to freeze python toolLiming Gao2018-10-197-397/+4
* BaseTools: Fix bug caused by 03c36c36a3Yonghong Zhu2018-10-181-2/+2
* BaseTools: Fix a bug --pcd option enable and use the pcd in expressionYonghong Zhu2018-10-181-0/+1
* BaseTools/EOT: Change to call a program instead of calling Python API.Hess Chen2018-10-165-443/+84
* BaseTools: Support to use struct name as datum type before max sizeYonghong Zhu2018-10-162-4/+6
* BaseTools: Fix bugs use special character in the --pcd optionYonghong Zhu2018-10-161-0/+2
* BaseTools: Add check for the string type whether is samezhijufan2018-10-161-2/+4
* BaseTools:Fix issue caused by 84a52d4d030185a44f2d8736142c6f0b19c6e9b1Zhaozh1x2018-10-161-0/+1
* BaseTools: Convert string value of void* pcd in command line to array.Zhaozh1x2018-10-161-8/+30
* BaseTools: Code should not update the variable that save the raw data.Zhaozh1x2018-10-161-2/+5
* BaseTools: add ASSERT checker for array buffer value assignment.Zhaozh1x2018-10-162-0/+15
* BaseTools: Fix regression boot hang issue by commit 0e982cf03dd5Feng, YunhuaX2018-10-151-1/+1
* BaseTools: Add --uefi option to enable UefiCompress methodYunhua Feng2018-10-152-25/+58
* BaseTools: Enhance the *P Flag display for Structure PcdYonghong Zhu2018-10-151-29/+41
* BaseTools: increment build generate inf file lost .depex fileYunhua Feng2018-10-151-0/+4
* BaseTools: remove the not used PyUtility fileYonghong Zhu2018-10-155-186/+3
* BaseTools: do basic check in FvImage with header size and signaturezhijufan2018-10-151-20/+24
* Revert BaseTools: PYTHON3 migrationLiming Gao2018-10-15181-13537/+46518
* BaseTools/Tests: Update GNUmakefile to use python3 variableYonghong Zhu2018-10-141-1/+1
* BaseTools: Not compare the VOID* difference in the DSC and DEC fileYonghong Zhu2018-10-131-1/+2
* BaseTools: Enhance the *P Flag display for Structure PcdYonghong Zhu2018-10-131-27/+39
* BaseTools: remove the not used PyUtility fileYonghong Zhu2018-10-135-191/+5
* BaseTools: increment build generate inf file lost .depex fileYunhua Feng2018-10-131-0/+4
* BaseTools: update Test scripts support python3Yunhua Feng2018-10-133-10/+12
* BaseTools/Ecc/EOT: Add Python 3 support on ECC and EOT tools.Hess Chen2018-10-1320-45547/+12757
* BaseTools: Add --uefi option to enable UefiCompress methodYunhua Feng2018-10-132-25/+58
* BaseTools/UPT: Porting UPT Tool from Python2 to Python3Yonghong Zhu2018-10-1325-103/+89
* BaseTools/Scripts: Porting PackageDocumentTools code to use Python3Yunhua Feng2018-10-1312-67/+62
* BaseTools: Update Makefile to ignore python tools makeYunhua Feng2018-10-132-11/+11