summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/GenFds
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-12BaseTools/GenFds: factor out Region.PadBuffer() methodLaszlo Ersek1-34/+24
2016-05-26BaseTools: Fix GenFds issue to wrongly get file without postfix.Liming Gao1-1/+1
2016-05-25BaseTools/GenFds: enhance to get TOOL_CHAIN_TAG and TARGET valueYonghong Zhu1-5/+27
2016-05-16BaseTools/GenFds: enhance INF built arch filterYonghong Zhu1-0/+10
2016-05-11BaseTools: Fix bug in GenFds to handle FV image alignmentYonghong Zhu1-1/+26
2016-04-29BaseTools: fix the bug for FMP to support use Macro as path descriptionYonghong Zhu1-3/+2
2016-04-27BaseTools: Update FMP Capsule support to follow FDF specYonghong Zhu1-26/+34
2016-04-20BaseTools: add the support for --pcd feature to patch the binary efiYonghong Zhu3-5/+96
2016-04-19BaseTools/GenFds: remove the old logic since ActivePlatform is abs. pathYonghong Zhu1-9/+1
2016-04-19BaseTools/Build: Consider only build-specified architecturesThomas Palmer1-30/+6
2016-04-06BaseTools: cache the defined Guid tool to improve the performanceYonghong Zhu2-3/+8
2016-04-05BaseTools/GenFds: Fix the bug for wrong alignment generate for RAW fileYonghong Zhu3-42/+23
2016-03-28BaseTools: Remove the unnecessary check for RAW FileYonghong Zhu1-2/+0
2016-03-27BaseTools: generate alignment when the FV content come from the filesystemYonghong Zhu1-1/+19
2016-03-27BaseTools: Extend the RAW format to support multiple binary filesYonghong Zhu3-3/+107
2016-03-11BaseTools: update the mail address for stack trace infoYonghong Zhu1-2/+2
2015-12-17BaseTools: Fix one bug in FD region for multiple workspace supportYonghong Zhu1-3/+3
2015-12-07BaseTools: Fix a bug when apply patches to SEC use the FILE_GUID overrideYonghong Zhu1-1/+4
2015-12-07BaseTools: Enhance GenFv Tool to report error messageYonghong Zhu1-20/+23
2015-12-07Revert the change in r19137.Yonghong Zhu1-23/+20
2015-12-07BaseTools: Enhance GenFv Tool to report error messageYonghong Zhu1-20/+23
2015-12-07BaseTools: Add support for INF statement in FD regionYonghong Zhu3-31/+91
2015-12-01BaseTools: Clean some coding style issuesYonghong Zhu7-131/+131
2015-10-08BaseTools: Update Build tool to support multiple workspacesLi YangX4-9/+18
2015-08-28BaseTools: Fixed bug for single FV generating.Yingke Liu1-2/+27
2015-08-26BaseTools: Fix the missing depex file in GenFdsLiming Gao1-7/+7
2015-08-26BaseTools: Nested !include support in DSC and FDF filesCecil Sheng1-14/+84
2015-08-12BaseTools/GenFds: Fix 'NoneType' object is not iterable error.Qiu Shumin1-2/+2
2015-07-28BaseTools: Add a keyword FvNameString in FDFYingke Liu2-20/+39
2015-07-16BaseTools: Fixed incorrect alignment bug.Yingke Liu1-3/+4
2015-06-23BaseTools: Supported FMP capsule image.Yingke Liu3-17/+266