summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/GenFds/FdfParser.py
AgeCommit message (Expand)AuthorFilesLines
2019-07-12BaseTools: Add HOST_APPLICATION module type.Jiewen Yao1-1/+1
2019-06-10BaseTools:Make BaseTools support new rules to generate RAW FFS FILEFan, ZhijuX1-2/+12
2019-05-10BaseTools:Enables FFS to support the GUID value formatFan, ZhijuX1-1/+6
2019-04-09BaseTools: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2019-02-14BaseTools: Various typoAntoine Coeur1-15/+15
2019-02-01BaseTools: Handle the bytes and str differenceFeng, Bob C1-2/+2
2019-02-01BaseTools: replace long by intYunhua Feng1-9/+9
2019-01-14BaseTools: Remove unused logic for IPFFeng, Bob C1-219/+4
2019-01-10BaseTools: fix importsCarsey, Jaben1-2/+2
2019-01-04BaseTools/GenFds: permit stripped MM_CORE_STANDALONE binariesArd Biesheuvel1-1/+1
2018-12-06BaseTools: create and use a standard shared variable for '*'Jaben Carsey1-3/+2
2018-11-20BaseTools: Fix the problem using FILE_GUID override in .dscFeng, Bob C1-5/+13
2018-11-01BaseTools: Fix merge in FDF parser for OptionROM overrideTomas Pilar1-2/+2
2018-10-26BaseTools: Allow multiple PciDeviceId in Fdf OptionROM overrideTomas Pilar1-4/+6
2018-10-25BaseTools/GenFds: create and use new variable in FdfParserCarsey, Jaben1-22/+23
2018-10-25BaseTools/GenFds: refactor FdfParser warningsCarsey, Jaben1-300/+303
2018-10-25BaseTools/GenFds: remove MacroDict parameterJaben Carsey1-32/+16
2018-10-25Basetools/GenFds: refactor class FVCarsey, Jaben1-5/+1
2018-10-25BaseTools/GenFds: change objects to setsCarsey, Jaben1-102/+126
2018-10-25BaseTools/GenFds: cleanup GenFdsCarsey, Jaben1-1557/+1467
2018-10-15Revert BaseTools: PYTHON3 migrationLiming Gao1-11/+13
2018-10-13BaseTools: fix the open file's read and write bugsYunhua Feng1-2/+2
2018-10-13BaseTools: Rename long() to int()Yunhua Feng1-9/+9
2018-10-13BaseTools: Remove the "from __future__ import" itemsYunhua Feng1-2/+0
2018-09-26BaseTool: Replace dict with OrderedDict.BobCF1-3/+4
2018-09-13BaseTools\GenFds: remove extra contentCarsey, Jaben1-56/+0
2018-09-05BaseTools: Extend the keyword "!include"/"!if" to case-insensitivezhijufan1-0/+2
2018-07-30BaseTools: Fix build crash when fdf is empty fileYunhua Feng1-0/+2
2018-07-16BaseTools: Move OverrideAttribs to OptRomInfStatement.pyGary Lin1-1/+1
2018-07-16BaseTools: Use absolute import in GenFdsGary Lin1-27/+28
2018-07-13BaseTools: Enable structure pcd in FDF fileBobCF1-14/+67
2018-07-09BaseTools: Clean up source filesLiming Gao1-73/+73
2018-06-27BaseTools: Fix old python2 idiomsGary Lin1-1/+1
2018-06-27BaseTools: Adjust the spaces around commas and colonsGary Lin1-13/+13
2018-06-27BaseTools: Refactor python print statementsGary Lin1-3/+4
2018-06-27BaseTools: Refactor python except statementsGary Lin1-5/+5
2018-06-22BaseTools: introduce !error statementYunhua Feng1-0/+12
2018-06-13BaseTools: Cleanup unneeded codeJaben Carsey1-4/+4
2018-05-28BaseTools: Rename String to StringUtils.Marvin.Haeuser@outlook.com1-2/+2
2018-05-28BaseTools/GenFds: Remove redundant GetRealFileLine callZurcher, Christopher J1-4/+3
2018-05-07BaseTools: Correct the variable nameYonghong Zhu1-1/+1
2018-05-04BaseTools: FdfParser - update to remove duplicate constant valueCarsey, Jaben1-15/+14
2018-05-02BaseTools: Replace Binary File type strings with predefined constantCarsey, Jaben1-46/+46
2018-05-02BaseTools: DataType - cleanup list constantsCarsey, Jaben1-1/+1
2018-05-02BaseTools: Replace EDK Component strings with predefined constantCarsey, Jaben1-3/+3
2018-05-02BaseTools: replace string constants used for module typesCarsey, Jaben1-8/+8
2018-04-26BaseTools: GenFds - simplify testing for Hex numberCarsey, Jaben1-8/+1
2018-04-23BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con...Carsey, Jaben1-3/+3
2018-04-18BaseTools: refactor and remove un-needed use of .keys() on dictionariesCarsey, Jaben1-9/+9
2018-04-18BaseTools: use predefined constants instead of local stringsCarsey, Jaben1-6/+7