summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/GenFds
AgeCommit message (Expand)AuthorFilesLines
2018-04-10BaseTools: refactor and remove out of date use of .keys()Carsey, Jaben2-5/+2
2018-04-09BaseTools: Remove FdfParserLite.py from source since it is not usedFeng, YunhuaX1-1/+2
2018-04-08BaseTools: GenFds - move RegEx compileCarsey, Jaben1-3/+2
2018-04-08BaseTools: remove unused import statementCarsey, Jaben1-1/+0
2018-04-03BaseTools: make static functions when self is not neededCarsey, Jaben1-13/+12
2018-04-03BaseTools: remove uncalled functionCarsey, Jaben1-15/+0
2018-04-03BaseTools: change hex parsing to use built inCarsey, Jaben1-22/+4
2018-04-03BaseTools: use new RegEx from FdfParserLiteCarsey, Jaben1-7/+5
2018-03-30BaseTools: no need to do int() API work for itCarsey, Jaben1-4/+1
2018-03-30BaseTools: Remove equality operator with NoneCarsey, Jaben22-180/+180
2018-03-29BaseTools: compare GUID value should not case-sensitiveBin Wang1-1/+1
2018-03-29BaseTools: use new shared GUID regular expressionsCarsey, Jaben1-1/+1
2018-03-29BaseTools: FdfParser and FdfParserLite share reg expCarsey, Jaben1-2/+2
2018-03-21BaseTools: FdfParser remove class never used.Carsey, Jaben1-15/+0
2018-03-21BaseTools: FdfParser & FdfParserLite refactor regular expression for GUIDsCarsey, Jaben1-2/+2
2018-03-09BaseTools: Fix a bug for --pcd used in ConditionalStatement calculateYonghong Zhu2-1/+3
2018-03-09BaseTools: Update --pcd parser to support flexible pcd formatYonghong Zhu3-57/+11
2018-03-03BaseTools: DSC Components section support flexible PCDYunhua Feng1-0/+15
2018-03-03BaseTools: Dsc/Fdf conditional statement parse issueFeng, YunhuaX1-0/+4
2018-03-02BaseTools: GlobalData.gConfDirectory is None when run GenFdsFeng, YunhuaX1-1/+3
2018-02-28BaseTools: Improve build performance of structure PCD value generationFeng, Bob C1-0/+1
2018-02-23BaseTools: Add check for INF statement must be a .inf fileYonghong Zhu1-1/+3
2018-02-09BaseTool: correct the generate compress section processFeng, YunhuaX1-8/+5
2018-02-07BaseTools: Fix COMPRESS alignment incorrect issueFeng, YunhuaX1-0/+14
2018-02-01BaseTools: Structure Pcd in CommandLine.Feng, Bob C2-3/+2
2018-01-21BaseTools: Fix GenFds increment build bug that missing cover command option's...Yunhua Feng1-3/+3
2018-01-03BaseTools: Fix the regression bug of a74398 for SubFv ImageYonghong Zhu1-2/+2
2017-12-29BaseTools: Fix a bug for different FV use same FILE statement GuidYonghong Zhu3-4/+7
2017-12-13BaseTools: Fix the incorrect indent introduced by 37de70Yonghong Zhu1-1/+1
2017-12-08BaseTools: Fix GenSec can't found the depex fileYunhua Feng2-4/+5
2017-12-05BaseTools: Update Makefile to support FFS file generationYonghong Zhu20-400/+642
2017-11-20BaseTools: Guid.xref contain information from FILE statements in FDFYonghong Zhu1-2/+86
2017-10-11BaseTools: Fix the Keyword error for <ExtendedFvEntry> in FDF FileYonghong Zhu1-1/+1
2017-10-03BaseTools: PI 1.6 to support FV extended header contain FV used sizeYunhua Feng2-2/+17
2017-09-25BaseTools: extend FFS alignment to 16MYonghong Zhu7-28/+55
2017-09-09BaseTools: Fix the bug that same region print twice in the build logYonghong Zhu1-26/+32
2017-08-12BaseTools: Don't need to add extra quotes when UI string from fileBin Wang1-2/+1
2017-07-10BaseTools: Report Fd File Path in build logYunhua Feng1-6/+3
2017-07-10BaseTools: Fix FDF file parse !include file issueYunhua Feng1-0/+4
2017-07-07BaseTools/GenFds: register MM Modules and MM FV file types.Supreeth Venkatesh3-4/+11
2017-06-07BaseTools: Fix the bug use same FMP_PAYLOAD in different capsule fileYonghong Zhu2-5/+13
2017-05-12BaseTools: Fix the bug for CArray PCD override in command lineYonghong Zhu1-25/+1
2017-03-25BaseTools: Skip module AutoGen by comparing timestamp.Derek Lin1-0/+4
2017-03-18BaseTools: GenFds get the Size info for FV image in the FD regionYonghong Zhu2-1/+21
2017-02-17BaseTools: Fix bug for GUIDED tool path override by DSC [BuildOptions]Yonghong Zhu1-16/+50
2017-01-23BaseTools: Extend the Macro used in the FDF !include statementYonghong Zhu1-11/+30
2017-01-06BaseTools: not report error for the optional items in the FmpTokensYonghong Zhu2-10/+11
2016-12-29BaseTools: Fix the bug for RAW file alignment value supportYonghong Zhu1-0/+7
2016-11-15BaseTools: FILE DATA to support relative path under Multiple workspaceYonghong Zhu1-1/+4
2016-11-15BaseTools: Fix the bug to support generate FFS by Align=AutoYonghong Zhu1-1/+3