summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/GenFds/FfsInfStatement.py
Commit message (Expand)AuthorAgeFilesLines
* BaseTools:change some incorrect parameter defaultsFan, ZhijuX2019-09-171-2/+3
* BaseTools: Fixed the bug of multi-thread genffs for override infFeng, Bob C2019-09-111-1/+4
* BaseTools: Add HOST_APPLICATION module type.Jiewen Yao2019-07-121-3/+4
* BaseTools:Make BaseTools support new rules to generate RAW FFS FILEFan, ZhijuX2019-06-101-3/+6
* BaseTools: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* BaseTools: Various typoAntoine Coeur2019-02-141-2/+2
* BaseTools: Handle the bytes and str differenceFeng, Bob C2019-02-011-7/+5
* BaseTools: the list and iterator translationFeng, Bob C2019-02-011-1/+1
* BaseTools: change the Division OperatorZhijux Fan2019-02-011-4/+4
* BaseTools: fix importsCarsey, Jaben2019-01-101-1/+2
* BaseTools/GenFds: permit stripped MM_CORE_STANDALONE binariesArd Biesheuvel2019-01-041-1/+1
* BaseTools/GenFds: cleanup GenFdsCarsey, Jaben2018-10-251-5/+5
* Revert BaseTools: PYTHON3 migrationLiming Gao2018-10-151-8/+11
* BaseTools: change the Division Operator in the expressionYunhua Feng2018-10-131-4/+4
* BaseTools: do the list and iterator translationYunhua Feng2018-10-131-1/+1
* BaseTools: Handle the bytes and str differenceYunhua Feng2018-10-131-5/+3
* BaseTools: Remove the "from __future__ import" itemsYunhua Feng2018-10-131-1/+0
* BaseTools: Workspace classes refactor propertiesCarsey, Jaben2018-09-201-3/+1
* BaseTools: Use absolute import in GenFdsGary Lin2018-07-161-9/+10
* BaseTools: Clean up source filesLiming Gao2018-07-091-30/+30
* BaseTools: Replace StringIO.StringIO with io.BytesIOGary Lin2018-06-271-2/+2
* BaseTools: Adjust the spaces around commas and colonsGary Lin2018-06-271-7/+7
* BaseTools: Rename String to StringUtils.Marvin.Haeuser@outlook.com2018-05-281-1/+1
* BaseTools: remove redundant if comparisonCarsey, Jaben2018-05-021-2/+2
* BaseTools: Replace Binary File type strings with predefined constantCarsey, Jaben2018-05-021-11/+11
* BaseTools: Replace PCD type strings with predefined constantCarsey, Jaben2018-05-021-1/+1
* BaseTools: replace string constants used for module typesCarsey, Jaben2018-05-021-15/+15
* BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con...Carsey, Jaben2018-04-231-2/+2
* BaseTools: merge towards minimum PCD MAX <something> methodsCarsey, Jaben2018-04-181-5/+3
* BaseTools: refactor and remove un-needed use of .keys() on dictionariesCarsey, Jaben2018-04-181-1/+1
* BaseTools: use predefined constants instead of local stringsCarsey, Jaben2018-04-181-2/+3
* BaseTools: FfsInfStatement - remove unused functionCarsey, Jaben2018-04-171-21/+0
* BaseTools: FdfParser - refactor functions to make staticCarsey, Jaben2018-04-171-5/+5
* BaseTools: fix --genfds-multi-thread generate makefile issueFeng, YunhuaX2018-04-111-1/+3
* BaseTools: Remove equality operator with NoneCarsey, Jaben2018-03-301-24/+24
* BaseTools: Update --pcd parser to support flexible pcd formatYonghong Zhu2018-03-091-8/+10
* BaseTools: DSC Components section support flexible PCDYunhua Feng2018-03-031-0/+15
* BaseTools: Structure Pcd in CommandLine.Feng, Bob C2018-02-011-0/+1
* BaseTools: Fix a bug for different FV use same FILE statement GuidYonghong Zhu2017-12-291-1/+1
* BaseTools: Update Makefile to support FFS file generationYonghong Zhu2017-12-051-87/+115
* BaseTools: extend FFS alignment to 16MYonghong Zhu2017-09-251-3/+7
* BaseTools/GenFds: register MM Modules and MM FV file types.Supreeth Venkatesh2017-07-071-0/+3
* BaseTools: handling the case that map file is not existYonghong Zhu2016-09-251-16/+17
* BaseTools/GenFds: enhance INF built arch filterYonghong Zhu2016-05-161-0/+10
* BaseTools: add the support for --pcd feature to patch the binary efiYonghong Zhu2016-04-201-2/+12
* BaseTools/Build: Consider only build-specified architecturesThomas Palmer2016-04-191-30/+6
* BaseTools: Fix a bug when apply patches to SEC use the FILE_GUID overrideYonghong Zhu2015-12-071-1/+4
* BaseTools: Add support for INF statement in FD regionYonghong Zhu2015-12-071-3/+41
* BaseTools: Update Build tool to support multiple workspacesLi YangX2015-10-081-3/+4
* 1. Update UpdateBuildVersion.py; Yingke Liu2015-02-061-41/+4