summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python
AgeCommit message (Expand)AuthorFilesLines
2018-09-03BaseTools: Dynamic Pcd value override from command line.Feng, Bob C1-1/+6
2018-09-03BaseTools: Check pcd DefaultValue and SkuId EBNF.Zhaozh1x2-4/+6
2018-08-31BaseTools: Clarify a DSC parsing error about PCDsCarsey, Jaben1-1/+1
2018-08-30BaseTools: minimize assignment processingCarsey, Jaben1-7/+8
2018-08-30BaseTools: Refactor to remove functionally equivalent functionsCarsey, Jaben2-9/+3
2018-08-30BaseTools: include variable namespace GUIDs of HII PCDs in Guid.xrefzhijufan1-0/+11
2018-08-30BaseTools: Create and use a shared value for 'MSFT' from DataTypeCarsey, Jaben9-22/+25
2018-08-29BaseTools: AutoGen.py remove unused importCarsey, Jaben1-1/+0
2018-08-28BaseTools: Fix one expression bug to support ~ operateYonghong Zhu1-1/+1
2018-08-28BaseTools: Add check only VOID* type Pcd need the maxsize infozhijufan3-36/+23
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-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: Optimizing code for function doesn't matchYunhua Feng1-16/+14
2018-08-16BaseTools: Eot - fix variable namesCarsey, Jaben1-154/+144
2018-08-16BaseTools: Clean up not used code in BuildClassObjectYonghong Zhu1-11/+2
2018-08-16BaseTools/Ecc: Fix import issueshchen3026-60/+63
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-08BaseTools: Debug message make confusedYunhua Feng1-1/+1
2018-08-04BaseTools/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-03BaseTools/Capsule: Support capsules without a payload headerKinney, Michael D1-11/+23
2018-08-03BaseTools/Capsule: Prevent traceback during signing operationsKinney, Michael D1-2/+0
2018-08-03BaseTools/Capsule: Update file header with tool limitationsKinney, Michael D1-0/+11
2018-08-03BaseTools/Capsule: Update help for --fw-version and --lsvKinney, Michael D1-2/+2
2018-08-03BaseTools/Capsule: Do not support -o with --dump-infoKinney, Michael D1-0/+4
2018-08-03BaseTools/Capsule: Fix CertType GUID byte orderKinney, Michael D1-1/+1
2018-08-03BaseTools/Capsule: Remove support for PopulateSystemTableKinney, Michael D1-5/+3
2018-08-03BaseTools/Capsule: Add max value checks to Capsule Generation toolsKinney, Michael D1-0/+10
2018-08-03BaseTools/Capsule: Add Capsule Generation ToolsKinney, Michael D9-0/+1295
2018-08-02BaseTools: Use pickle to replace cPickleYunhua Feng1-3/+3
2018-08-02BaseTools: remove unused import threadYunhua Feng1-1/+0
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
2018-07-27BaseTools: Fix bug about *M value not display decimal and hexadecimalYunhua Feng1-1/+7
2018-07-27BaseTools: Parse decimal format INF_VERSION incorrectYunhua Feng1-3/+6
2018-07-26BaseTools/Ecc: Add some new checkpointsHess Chen4-2/+68
2018-07-25BaseTools: Fix build report for *P and *M flag incorrectlyYunhua Feng1-6/+14