summaryrefslogtreecommitdiff
path: root/BaseTools
AgeCommit message (Expand)AuthorFilesLines
2018-08-23BaseTools: Use hashlib instead of md5Feng, YunhuaX6-17/+17
2018-08-23BaseTools: remove cmp due to deprecated in python3Feng, YunhuaX2-5/+5
2018-08-23BaseTools: Modify class OrderedListDictFeng, YunhuaX1-1/+5
2018-08-23BaseTools: Update Makefile for ECC toolYonghong Zhu1-3/+3
2018-08-22BaseTools/VfrCompile: honor EXTRA_LDFLAGSLaszlo Ersek1-1/+4
2018-08-21BaseTools: Fix regression issue by b23414f6540dFeng, YunhuaX1-1/+1
2018-08-20BaseTools: remove unused setter functionsJaben Carsey3-60/+4
2018-08-20BaseTools: remove unused codeJaben Carsey1-5/+1
2018-08-20BaseTools: AutoGen refactor to iterate lessJaben Carsey1-62/+56
2018-08-20BaseTools: AutoGen - tag a function as cachableJaben Carsey1-24/+22
2018-08-20BaseTools: AutoGen refactor ModuleAutoGen cachingJaben Carsey4-664/+560
2018-08-17BaseTools: Add check for VOID* PCD Max SizeYonghong Zhu1-0/+21
2018-08-16BaseTools/Source/C: take EXTRA_LDFLAGS from the callerLaszlo Ersek1-0/+3
2018-08-16BaseTools/Source/C: take EXTRA_OPTFLAGS from the callerLaszlo Ersek1-1/+4
2018-08-16BaseTools/Source/C: split "-O2" to BUILD_OPTFLAGSLaszlo Ersek2-5/+12
2018-08-16BaseTools/header.makefile: remove "-c" from BUILD_CFLAGSLaszlo Ersek1-2/+2
2018-08-16BaseTools/footer.makefile: expand BUILD_CFLAGS last for C files tooLaszlo Ersek1-1/+1
2018-08-16BaseTools: Optimizing code for function doesn't matchYunhua Feng1-16/+14
2018-08-16BaseTools: Eot - fix variable namesCarsey, Jaben1-154/+144
2018-08-16BaseTools: Update the rule to remove .lib before link it for GCCYonghong Zhu1-1/+2
2018-08-16BaseTools: Clean up not used code in BuildClassObjectYonghong Zhu1-11/+2
2018-08-16BaseTools: Add Dns and BluetoothLE DevicePathYunhua Feng1-0/+127
2018-08-16BaseTools: Remove duplicate function declarationYunhua Feng1-7/+0
2018-08-16BaseTools/Ecc: Fix import issueshchen3028-62/+65
2018-08-16BaseTools: Fix report flexible value issueYunhua Feng1-0/+5
2018-08-16BaseTools: Remove the redundant if statementYonghong Zhu1-6/+6
2018-08-16BaseTools: Remove a unused function.Feng, Bob C1-128/+0
2018-08-16BaseTool: Fixed the bug of Boolean Hii Pcd packing.Liming Gao1-1/+1
2018-08-08BaseTools: Use gGuidPattern for Guid regular expressionYunhua Feng1-5/+2
2018-08-08PatchCheck - add error message for invalid parameterJaben Carsey1-3/+6
2018-08-08BaseTools: Debug message make confusedYunhua Feng1-1/+1
2018-08-06BaseTools/BinToPcd: Open output file as text fileKinney, Michael D1-3/+2
2018-08-03BaseTools/Pkcs7Sign: Add PKCS7 test key include filesKinney, Michael D3-0/+42
2018-08-03BaseTools: Guid.xref doesn't specify the correct GUID value for DriverYunhua Feng1-1/+10
2018-08-02BaseTools/BinToPcd: Encode string returned from ByteArray()Kinney, Michael D1-1/+2
2018-08-02BaseTools/Capsule: Support capsules without a payload headerKinney, Michael D1-11/+23
2018-08-02BaseTools/Capsule: Prevent traceback during signing operationsKinney, Michael D1-2/+0
2018-08-02BaseTools/Capsule: Update file header with tool limitationsKinney, Michael D1-0/+11
2018-08-02BaseTools/Capsule: Update help for --fw-version and --lsvKinney, Michael D1-2/+2
2018-08-02BaseTools/Capsule: Do not support -o with --dump-infoKinney, Michael D1-0/+4
2018-08-02BaseTools/Capsule: Fix CertType GUID byte orderKinney, Michael D1-1/+1
2018-08-02BaseTools/Capsule: Remove support for PopulateSystemTableKinney, Michael D1-5/+3
2018-08-02BaseTools/Capsule: Add max value checks to Capsule Generation toolsKinney, Michael D1-0/+10
2018-08-02BaseTools GenerateCapsule: Change property to executable for LinuxStar Zeng1-0/+0
2018-08-02BaseTools/Capsule: Add Capsule Generation ToolsKinney, Michael D11-0/+1310
2018-08-02BaseTools: Use pickle to replace cPickleYunhua Feng1-3/+3
2018-08-02BaseTools: remove unused import threadYunhua Feng1-1/+0
2018-08-01BaseTools/BinToPcd: Fix Python 2.7.x compatibility issueKinney, Michael D1-1/+1
2018-07-30BaseTools: Update build report for StructurePcd valueYunhua Feng1-2/+12
2018-07-30BaseTools: Fix build crash when fdf is empty fileYunhua Feng1-0/+2