summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/GenFds/FdfParser.py
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: Various typoAntoine Coeur2019-02-141-15/+15
* BaseTools: Handle the bytes and str differenceFeng, Bob C2019-02-011-2/+2
* BaseTools: replace long by intYunhua Feng2019-02-011-9/+9
* BaseTools: Remove unused logic for IPFFeng, Bob C2019-01-141-219/+4
* BaseTools: fix importsCarsey, Jaben2019-01-101-2/+2
* BaseTools/GenFds: permit stripped MM_CORE_STANDALONE binariesArd Biesheuvel2019-01-041-1/+1
* BaseTools: create and use a standard shared variable for '*'Jaben Carsey2018-12-061-3/+2
* BaseTools: Fix the problem using FILE_GUID override in .dscFeng, Bob C2018-11-201-5/+13
* BaseTools: Fix merge in FDF parser for OptionROM overrideTomas Pilar2018-11-011-2/+2
* BaseTools: Allow multiple PciDeviceId in Fdf OptionROM overrideTomas Pilar2018-10-261-4/+6
* BaseTools/GenFds: create and use new variable in FdfParserCarsey, Jaben2018-10-251-22/+23
* BaseTools/GenFds: refactor FdfParser warningsCarsey, Jaben2018-10-251-300/+303
* BaseTools/GenFds: remove MacroDict parameterJaben Carsey2018-10-251-32/+16
* Basetools/GenFds: refactor class FVCarsey, Jaben2018-10-251-5/+1
* BaseTools/GenFds: change objects to setsCarsey, Jaben2018-10-251-102/+126
* BaseTools/GenFds: cleanup GenFdsCarsey, Jaben2018-10-251-1557/+1467
* Revert BaseTools: PYTHON3 migrationLiming Gao2018-10-151-11/+13
* BaseTools: fix the open file's read and write bugsYunhua Feng2018-10-131-2/+2
* BaseTools: Rename long() to int()Yunhua Feng2018-10-131-9/+9
* BaseTools: Remove the "from __future__ import" itemsYunhua Feng2018-10-131-2/+0
* BaseTool: Replace dict with OrderedDict.BobCF2018-09-261-3/+4
* BaseTools\GenFds: remove extra contentCarsey, Jaben2018-09-131-56/+0
* BaseTools: Extend the keyword "!include"/"!if" to case-insensitivezhijufan2018-09-051-0/+2
* BaseTools: Fix build crash when fdf is empty fileYunhua Feng2018-07-301-0/+2
* BaseTools: Move OverrideAttribs to OptRomInfStatement.pyGary Lin2018-07-161-1/+1
* BaseTools: Use absolute import in GenFdsGary Lin2018-07-161-27/+28
* BaseTools: Enable structure pcd in FDF fileBobCF2018-07-131-14/+67
* BaseTools: Clean up source filesLiming Gao2018-07-091-73/+73
* BaseTools: Fix old python2 idiomsGary Lin2018-06-271-1/+1
* BaseTools: Adjust the spaces around commas and colonsGary Lin2018-06-271-13/+13
* BaseTools: Refactor python print statementsGary Lin2018-06-271-3/+4
* BaseTools: Refactor python except statementsGary Lin2018-06-271-5/+5
* BaseTools: introduce !error statementYunhua Feng2018-06-221-0/+12
* BaseTools: Cleanup unneeded codeJaben Carsey2018-06-131-4/+4
* BaseTools: Rename String to StringUtils.Marvin.Haeuser@outlook.com2018-05-281-2/+2
* BaseTools/GenFds: Remove redundant GetRealFileLine callZurcher, Christopher J2018-05-281-4/+3
* BaseTools: Correct the variable nameYonghong Zhu2018-05-071-1/+1
* BaseTools: FdfParser - update to remove duplicate constant valueCarsey, Jaben2018-05-041-15/+14
* BaseTools: Replace Binary File type strings with predefined constantCarsey, Jaben2018-05-021-46/+46
* BaseTools: DataType - cleanup list constantsCarsey, Jaben2018-05-021-1/+1
* BaseTools: Replace EDK Component strings with predefined constantCarsey, Jaben2018-05-021-3/+3
* BaseTools: replace string constants used for module typesCarsey, Jaben2018-05-021-8/+8
* BaseTools: GenFds - simplify testing for Hex numberCarsey, Jaben2018-04-261-8/+1
* BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con...Carsey, Jaben2018-04-231-3/+3
* BaseTools: refactor and remove un-needed use of .keys() on dictionariesCarsey, Jaben2018-04-181-9/+9
* BaseTools: use predefined constants instead of local stringsCarsey, Jaben2018-04-181-6/+7
* BaseTools: FdfParser - refactor functions to make staticCarsey, Jaben2018-04-171-5/+6
* BaseTools: FdfParser refactor to remove a dictionaryCarsey, Jaben2018-04-171-5/+4
* 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