summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/GenFds
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: Replace StringIO.StringIO with io.BytesIOGary Lin2018-06-2711-33/+31
* BaseTools: Fix old python2 idiomsGary Lin2018-06-272-2/+2
* BaseTools: Adjust the spaces around commas and colonsGary Lin2018-06-279-34/+34
* BaseTools: Refactor python print statementsGary Lin2018-06-273-5/+8
* BaseTools: Refactor python except statementsGary Lin2018-06-273-8/+8
* BaseTools: introduce !error statementYunhua Feng2018-06-221-0/+12
* BaseTools: Cleanup unneeded codeJaben Carsey2018-06-132-65/+62
* BaseTools: Rename String to StringUtils.Marvin.Haeuser@outlook.com2018-05-285-6/+6
* BaseTools/GenFds: Remove redundant GetRealFileLine callZurcher, Christopher J2018-05-281-4/+3
* BaseTools: Enhance error message when file is not exist for GensecYonghong Zhu2018-05-221-0/+6
* BaseTools: Fix python error with --genfds-multi-thread.Lin, Derek2018-05-111-1/+2
* BaseTools: incorrect calculation for 16MCarsey, Jaben2018-05-101-2/+2
* BaseTools: Correct the variable nameYonghong Zhu2018-05-071-1/+1
* BaseTools: dont make iterator into list if not neededCarsey, Jaben2018-05-041-1/+1
* BaseTools: GenFds - use existing shared stringCarsey, Jaben2018-05-041-17/+16
* BaseTools: standardize GUID and pack sizeCarsey, Jaben2018-05-041-19/+3
* BaseTools: refactor to use list not dictCarsey, Jaben2018-05-041-1/+1
* BaseTools: FdfParser - update to remove duplicate constant valueCarsey, Jaben2018-05-041-15/+14
* BaseTools: remove redundant if comparisonCarsey, Jaben2018-05-022-18/+18
* BaseTools: Replace Binary File type strings with predefined constantCarsey, Jaben2018-05-0214-113/+116
* BaseTools: Replace PCD type strings with predefined constantCarsey, Jaben2018-05-022-3/+3
* BaseTools: DataType - cleanup list constantsCarsey, Jaben2018-05-023-21/+2
* BaseTools: Replace EDK Component strings with predefined constantCarsey, Jaben2018-05-021-3/+3
* BaseTools: replace string constants used for module typesCarsey, Jaben2018-05-0211-65/+74
* BaseTools: GenFds - simplify testing for Hex numberCarsey, Jaben2018-04-261-8/+1
* BaseTools: Remove extra .keys()Carsey, Jaben2018-04-261-1/+1
* BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con...Carsey, Jaben2018-04-233-7/+7
* BaseTools: remove un-needed use of .keys() on dictionariesCarsey, Jaben2018-04-231-1/+1
* BaseTools: merge towards minimum PCD MAX <something> methodsCarsey, Jaben2018-04-181-5/+3
* BaseTools: refactor and remove un-needed use of .keys() on dictionariesCarsey, Jaben2018-04-1810-74/+65
* BaseTools: use predefined constants instead of local stringsCarsey, Jaben2018-04-186-22/+26
* BaseTools: FfsInfStatement - remove unused functionCarsey, Jaben2018-04-171-21/+0
* BaseTools: FdfParser - refactor functions to make staticCarsey, Jaben2018-04-172-10/+11
* BaseTools: FdfParser refactor to remove a dictionaryCarsey, Jaben2018-04-171-5/+4
* BaseTools: refactor DepexSection.GenSectionCarsey, Jaben2018-04-171-10/+4
* BaseTools: fix None comparisonsCarsey, Jaben2018-04-171-3/+2
* BaseTools: fix --genfds-multi-thread generate makefile issueFeng, YunhuaX2018-04-114-7/+21
* BaseTools: refactor and remove out of date use of .keys()Carsey, Jaben2018-04-102-5/+2
* BaseTools: Remove FdfParserLite.py from source since it is not usedFeng, YunhuaX2018-04-091-1/+2
* BaseTools: GenFds - move RegEx compileCarsey, Jaben2018-04-081-3/+2
* BaseTools: remove unused import statementCarsey, Jaben2018-04-081-1/+0
* BaseTools: make static functions when self is not neededCarsey, Jaben2018-04-031-13/+12
* BaseTools: remove uncalled functionCarsey, Jaben2018-04-031-15/+0
* BaseTools: change hex parsing to use built inCarsey, Jaben2018-04-031-22/+4
* BaseTools: use new RegEx from FdfParserLiteCarsey, Jaben2018-04-031-7/+5
* BaseTools: no need to do int() API work for itCarsey, Jaben2018-03-301-4/+1
* BaseTools: Remove equality operator with NoneCarsey, Jaben2018-03-3022-180/+180
* BaseTools: compare GUID value should not case-sensitiveBin Wang2018-03-291-1/+1
* BaseTools: use new shared GUID regular expressionsCarsey, Jaben2018-03-291-1/+1
* BaseTools: FdfParser and FdfParserLite share reg expCarsey, Jaben2018-03-291-2/+2