summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/GenFds
AgeCommit message (Expand)AuthorFilesLines
2018-05-04BaseTools: GenFds - use existing shared stringCarsey, Jaben1-17/+16
2018-05-04BaseTools: standardize GUID and pack sizeCarsey, Jaben1-19/+3
2018-05-04BaseTools: refactor to use list not dictCarsey, Jaben1-1/+1
2018-05-04BaseTools: FdfParser - update to remove duplicate constant valueCarsey, Jaben1-15/+14
2018-05-02BaseTools: remove redundant if comparisonCarsey, Jaben2-18/+18
2018-05-02BaseTools: Replace Binary File type strings with predefined constantCarsey, Jaben14-113/+116
2018-05-02BaseTools: Replace PCD type strings with predefined constantCarsey, Jaben2-3/+3
2018-05-02BaseTools: DataType - cleanup list constantsCarsey, Jaben3-21/+2
2018-05-02BaseTools: Replace EDK Component strings with predefined constantCarsey, Jaben1-3/+3
2018-05-02BaseTools: replace string constants used for module typesCarsey, Jaben11-65/+74
2018-04-26BaseTools: GenFds - simplify testing for Hex numberCarsey, Jaben1-8/+1
2018-04-26BaseTools: Remove extra .keys()Carsey, Jaben1-1/+1
2018-04-23BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con...Carsey, Jaben3-7/+7
2018-04-23BaseTools: remove un-needed use of .keys() on dictionariesCarsey, Jaben1-1/+1
2018-04-18BaseTools: merge towards minimum PCD MAX <something> methodsCarsey, Jaben1-5/+3
2018-04-18BaseTools: refactor and remove un-needed use of .keys() on dictionariesCarsey, Jaben10-74/+65
2018-04-18BaseTools: use predefined constants instead of local stringsCarsey, Jaben6-22/+26
2018-04-17BaseTools: FfsInfStatement - remove unused functionCarsey, Jaben1-21/+0
2018-04-17BaseTools: FdfParser - refactor functions to make staticCarsey, Jaben2-10/+11
2018-04-17BaseTools: FdfParser refactor to remove a dictionaryCarsey, Jaben1-5/+4
2018-04-17BaseTools: refactor DepexSection.GenSectionCarsey, Jaben1-10/+4
2018-04-17BaseTools: fix None comparisonsCarsey, Jaben1-3/+2
2018-04-11BaseTools: fix --genfds-multi-thread generate makefile issueFeng, YunhuaX4-7/+21
2018-04-10BaseTools: refactor and remove out of date use of .keys()Carsey, Jaben2-5/+2
2018-04-09BaseTools: Remove FdfParserLite.py from source since it is not usedFeng, YunhuaX1-1/+2
2018-04-08BaseTools: GenFds - move RegEx compileCarsey, Jaben1-3/+2
2018-04-08BaseTools: remove unused import statementCarsey, Jaben1-1/+0
2018-04-03BaseTools: make static functions when self is not neededCarsey, Jaben1-13/+12
2018-04-03BaseTools: remove uncalled functionCarsey, Jaben1-15/+0
2018-04-03BaseTools: change hex parsing to use built inCarsey, Jaben1-22/+4
2018-04-03BaseTools: use new RegEx from FdfParserLiteCarsey, Jaben1-7/+5
2018-03-30BaseTools: no need to do int() API work for itCarsey, Jaben1-4/+1
2018-03-30BaseTools: Remove equality operator with NoneCarsey, Jaben22-180/+180
2018-03-29BaseTools: compare GUID value should not case-sensitiveBin Wang1-1/+1
2018-03-29BaseTools: use new shared GUID regular expressionsCarsey, Jaben1-1/+1
2018-03-29BaseTools: FdfParser and FdfParserLite share reg expCarsey, Jaben1-2/+2
2018-03-21BaseTools: FdfParser remove class never used.Carsey, Jaben1-15/+0
2018-03-21BaseTools: FdfParser & FdfParserLite refactor regular expression for GUIDsCarsey, Jaben1-2/+2
2018-03-09BaseTools: Fix a bug for --pcd used in ConditionalStatement calculateYonghong Zhu2-1/+3
2018-03-09BaseTools: Update --pcd parser to support flexible pcd formatYonghong Zhu3-57/+11
2018-03-03BaseTools: DSC Components section support flexible PCDYunhua Feng1-0/+15
2018-03-03BaseTools: Dsc/Fdf conditional statement parse issueFeng, YunhuaX1-0/+4
2018-03-02BaseTools: GlobalData.gConfDirectory is None when run GenFdsFeng, YunhuaX1-1/+3
2018-02-28BaseTools: Improve build performance of structure PCD value generationFeng, Bob C1-0/+1
2018-02-23BaseTools: Add check for INF statement must be a .inf fileYonghong Zhu1-1/+3
2018-02-09BaseTool: correct the generate compress section processFeng, YunhuaX1-8/+5
2018-02-07BaseTools: Fix COMPRESS alignment incorrect issueFeng, YunhuaX1-0/+14
2018-02-01BaseTools: Structure Pcd in CommandLine.Feng, Bob C2-3/+2
2018-01-21BaseTools: Fix GenFds increment build bug that missing cover command option's...Yunhua Feng1-3/+3
2018-01-03BaseTools: Fix the regression bug of a74398 for SubFv ImageYonghong Zhu1-2/+2