summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/GenFds
AgeCommit message (Expand)AuthorFilesLines
2018-06-27BaseTools: Replace StringIO.StringIO with io.BytesIOGary Lin11-33/+31
2018-06-27BaseTools: Fix old python2 idiomsGary Lin2-2/+2
2018-06-27BaseTools: Adjust the spaces around commas and colonsGary Lin9-34/+34
2018-06-27BaseTools: Refactor python print statementsGary Lin3-5/+8
2018-06-27BaseTools: Refactor python except statementsGary Lin3-8/+8
2018-06-22BaseTools: introduce !error statementYunhua Feng1-0/+12
2018-06-13BaseTools: Cleanup unneeded codeJaben Carsey2-65/+62
2018-05-28BaseTools: Rename String to StringUtils.Marvin.Haeuser@outlook.com5-6/+6
2018-05-28BaseTools/GenFds: Remove redundant GetRealFileLine callZurcher, Christopher J1-4/+3
2018-05-22BaseTools: Enhance error message when file is not exist for GensecYonghong Zhu1-0/+6
2018-05-11BaseTools: Fix python error with --genfds-multi-thread.Lin, Derek1-1/+2
2018-05-10BaseTools: incorrect calculation for 16MCarsey, Jaben1-2/+2
2018-05-07BaseTools: Correct the variable nameYonghong Zhu1-1/+1
2018-05-04BaseTools: dont make iterator into list if not neededCarsey, Jaben1-1/+1
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