summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/GenFds
AgeCommit message (Expand)AuthorFilesLines
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
2016-11-02BaseTools: Fix the bug for OptionRom generation with different archYonghong Zhu1-3/+3
2016-10-12BaseTools/GenFds: Support FDF sections in any orderMichael Kinney1-19/+4
2016-10-12BaseTools: Extend FMP to support FV statement and FD statementYonghong Zhu3-16/+53
2016-09-25BaseTools: handling the case that map file is not existYonghong Zhu1-16/+17
2016-09-15BaseTools: Fix the bug to handle the read-only fileYonghong Zhu4-6/+6
2016-08-30BaseTools: UpdateImageSize include Image auth info for FMP Auth capsuleYonghong Zhu2-28/+27
2016-08-23BaseTools: add capsule image header for auth FMP capsule fileYonghong Zhu2-14/+11
2016-08-19BaseTools: FMP capsule add the support to generate auth infoYonghong Zhu5-72/+194
2016-08-19BaseTools: check CONF_PATH env to get the configure filesYonghong Zhu1-2/+5
2016-07-27BaseTools: report error if source module INF is only list in FDF fileYonghong Zhu1-0/+15
2016-07-14BaseTools: Update the FV region name as upper letterYonghong Zhu1-2/+2
2016-07-12BaseTools/GenFds: unbreak Region.PadBufferLaszlo Ersek1-1/+1
2016-07-12BaseTools/GenFds: speed up Region.PadBuffer()Laszlo Ersek1-4/+5