summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/GenFds/FdfParser.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-301-25/+25
* BaseTools: use new shared GUID regular expressionsCarsey, Jaben2018-03-291-1/+1
* BaseTools: FdfParser and FdfParserLite share reg expCarsey, Jaben2018-03-291-2/+2
* BaseTools: FdfParser remove class never used.Carsey, Jaben2018-03-211-15/+0
* BaseTools: FdfParser & FdfParserLite refactor regular expression for GUIDsCarsey, Jaben2018-03-211-2/+2
* BaseTools: Fix a bug for --pcd used in ConditionalStatement calculateYonghong Zhu2018-03-091-0/+2
* BaseTools: Update --pcd parser to support flexible pcd formatYonghong Zhu2018-03-091-0/+1
* BaseTools: Dsc/Fdf conditional statement parse issueFeng, YunhuaX2018-03-031-0/+4
* BaseTools: Add check for INF statement must be a .inf fileYonghong Zhu2018-02-231-1/+3
* BaseTools: Fix the Keyword error for <ExtendedFvEntry> in FDF FileYonghong Zhu2017-10-111-1/+1
* BaseTools: PI 1.6 to support FV extended header contain FV used sizeYunhua Feng2017-10-031-1/+1
* BaseTools: extend FFS alignment to 16MYonghong Zhu2017-09-251-8/+16
* BaseTools: Fix FDF file parse !include file issueYunhua Feng2017-07-101-0/+4
* BaseTools/GenFds: register MM Modules and MM FV file types.Supreeth Venkatesh2017-07-071-2/+2
* BaseTools: Skip module AutoGen by comparing timestamp.Derek Lin2017-03-251-0/+4
* BaseTools: Extend the Macro used in the FDF !include statementYonghong Zhu2017-01-231-11/+30
* BaseTools: not report error for the optional items in the FmpTokensYonghong Zhu2017-01-061-8/+5
* BaseTools: FILE DATA to support relative path under Multiple workspaceYonghong Zhu2016-11-151-1/+4
* BaseTools: Fix the bug to support generate FFS by Align=AutoYonghong Zhu2016-11-151-1/+3
* BaseTools/GenFds: Support FDF sections in any orderMichael Kinney2016-10-121-19/+4
* BaseTools: Extend FMP to support FV statement and FD statementYonghong Zhu2016-10-121-14/+45
* BaseTools: FMP capsule add the support to generate auth infoYonghong Zhu2016-08-191-8/+56
* BaseTools: report error if source module INF is only list in FDF fileYonghong Zhu2016-07-271-0/+15