summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/GenFds/FdfParser.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* BaseTools: Update the FV region name as upper letterYonghong Zhu2016-07-141-2/+2
* BaseTools: fix the bug for FMP to support use Macro as path descriptionYonghong Zhu2016-04-291-3/+2
* BaseTools: Update FMP Capsule support to follow FDF specYonghong Zhu2016-04-271-26/+34
* BaseTools/GenFds: Fix the bug for wrong alignment generate for RAW fileYonghong Zhu2016-04-051-6/+5
* BaseTools: Remove the unnecessary check for RAW FileYonghong Zhu2016-03-281-2/+0
* BaseTools: Extend the RAW format to support multiple binary filesYonghong Zhu2016-03-271-1/+48
* BaseTools: Add support for INF statement in FD regionYonghong Zhu2015-12-071-21/+36
* BaseTools: Nested !include support in DSC and FDF filesCecil Sheng2015-08-261-14/+84
* BaseTools: Add a keyword FvNameString in FDFYingke Liu2015-07-281-1/+19
* BaseTools: Supported FMP capsule image.Yingke Liu2015-06-231-16/+106
* Fix SET statement bug which is always evaluated even it is in a False conditi...Yingke Liu2015-01-191-0/+2
* License header updated to match correct format.Yingke Liu2014-08-281-3/+13
* There is a limitation on WINDOWS OS for the length of entire file path can’...Hess Chen2014-08-151-1/+2