summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/GenFds/FfsInfStatement.py
AgeCommit message (Expand)AuthorFilesLines
2025-07-01BaseTools: GenFds: Remove unnecessary codePierre Gondois1-2/+0
2024-12-11BaseTools: Typo fixesDionna Glaze1-5/+3
2024-04-15BaseTools: Use Stronger Matching for NULL Linked LibrariesTaylor Beebe1-2/+2
2024-03-04BaseTools/GenFds: Resolve absolute workspace INF pathsMichael Kubacki1-1/+7
2021-10-13BaseTools: Change RealPath to AbsPathChen, Christine1-2/+2
2019-09-17BaseTools:change some incorrect parameter defaultsFan, ZhijuX1-2/+3
2019-09-11BaseTools: Fixed the bug of multi-thread genffs for override infFeng, Bob C1-1/+4
2019-07-12BaseTools: Add HOST_APPLICATION module type.Jiewen Yao1-3/+4
2019-06-10BaseTools:Make BaseTools support new rules to generate RAW FFS FILEFan, ZhijuX1-3/+6
2019-04-09BaseTools: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2019-02-14BaseTools: Various typoAntoine Coeur1-2/+2
2019-02-01BaseTools: Handle the bytes and str differenceFeng, Bob C1-7/+5
2019-02-01BaseTools: the list and iterator translationFeng, Bob C1-1/+1
2019-02-01BaseTools: change the Division OperatorZhijux Fan1-4/+4
2019-01-10BaseTools: fix importsCarsey, Jaben1-1/+2
2019-01-04BaseTools/GenFds: permit stripped MM_CORE_STANDALONE binariesArd Biesheuvel1-1/+1
2018-10-25BaseTools/GenFds: cleanup GenFdsCarsey, Jaben1-5/+5
2018-10-15Revert BaseTools: PYTHON3 migrationLiming Gao1-8/+11
2018-10-13BaseTools: change the Division Operator in the expressionYunhua Feng1-4/+4
2018-10-13BaseTools: do the list and iterator translationYunhua Feng1-1/+1
2018-10-13BaseTools: Handle the bytes and str differenceYunhua Feng1-5/+3
2018-10-13BaseTools: Remove the "from __future__ import" itemsYunhua Feng1-1/+0
2018-09-20BaseTools: Workspace classes refactor propertiesCarsey, Jaben1-3/+1
2018-07-16BaseTools: Use absolute import in GenFdsGary Lin1-9/+10
2018-07-09BaseTools: Clean up source filesLiming Gao1-30/+30
2018-06-27BaseTools: Replace StringIO.StringIO with io.BytesIOGary Lin1-2/+2
2018-06-27BaseTools: Adjust the spaces around commas and colonsGary Lin1-7/+7
2018-05-28BaseTools: Rename String to StringUtils.Marvin.Haeuser@outlook.com1-1/+1
2018-05-02BaseTools: remove redundant if comparisonCarsey, Jaben1-2/+2
2018-05-02BaseTools: Replace Binary File type strings with predefined constantCarsey, Jaben1-11/+11
2018-05-02BaseTools: Replace PCD type strings with predefined constantCarsey, Jaben1-1/+1
2018-05-02BaseTools: replace string constants used for module typesCarsey, Jaben1-15/+15
2018-04-23BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con...Carsey, Jaben1-2/+2
2018-04-18BaseTools: merge towards minimum PCD MAX <something> methodsCarsey, Jaben1-5/+3
2018-04-18BaseTools: refactor and remove un-needed use of .keys() on dictionariesCarsey, Jaben1-1/+1
2018-04-18BaseTools: use predefined constants instead of local stringsCarsey, Jaben1-2/+3
2018-04-17BaseTools: FfsInfStatement - remove unused functionCarsey, Jaben1-21/+0
2018-04-17BaseTools: FdfParser - refactor functions to make staticCarsey, Jaben1-5/+5
2018-04-11BaseTools: fix --genfds-multi-thread generate makefile issueFeng, YunhuaX1-1/+3
2018-03-30BaseTools: Remove equality operator with NoneCarsey, Jaben1-24/+24
2018-03-09BaseTools: Update --pcd parser to support flexible pcd formatYonghong Zhu1-8/+10
2018-03-03BaseTools: DSC Components section support flexible PCDYunhua Feng1-0/+15
2018-02-01BaseTools: Structure Pcd in CommandLine.Feng, Bob C1-0/+1
2017-12-29BaseTools: Fix a bug for different FV use same FILE statement GuidYonghong Zhu1-1/+1
2017-12-05BaseTools: Update Makefile to support FFS file generationYonghong Zhu1-87/+115
2017-09-25BaseTools: extend FFS alignment to 16MYonghong Zhu1-3/+7
2017-07-07BaseTools/GenFds: register MM Modules and MM FV file types.Supreeth Venkatesh1-0/+3
2016-09-25BaseTools: handling the case that map file is not existYonghong Zhu1-16/+17
2016-05-16BaseTools/GenFds: enhance INF built arch filterYonghong Zhu1-0/+10
2016-04-20BaseTools: add the support for --pcd feature to patch the binary efiYonghong Zhu1-2/+12