summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/GenFds/GenFdsGlobalVariable.py
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: Remove hard-coded strings for target and tools_defPierre Gondois2021-09-291-2/+2
* BaseTools: Fix DSC override of Guided toolMichael D Kinney2021-05-101-75/+153
* BaseTools/Source/Python: New Target/ToolChain/Arch in DSC [BuildOptions]Michael D Kinney2021-04-291-9/+22
* BaseTools: Fix the issue caused by tostring() removal on Py39Bob Feng2021-01-061-3/+20
* BaseTools:Fix GenFds issue for BuildOption replace GenFdsOptionFan, ZhijuX2020-01-131-6/+11
* BaseTools: Fix a bug of genffs command generationFeng, Bob C2019-10-141-1/+2
* BaseTools: strip trailing whitespaceLeif Lindholm2019-10-041-1/+1
* BaseTools:change some incorrect parameter defaultsFan, ZhijuX2019-09-171-1/+1
* BaseTools: Enable --genfds-multi-thread to default buildFeng, Bob C2019-09-111-1/+1
* BaseTools: Fixed the build fail on Linux with --genfds-multi-threadFeng, Bob C2019-09-111-1/+1
* BaseTools: Singleton the object to handle build conf fileFeng, Bob C2019-08-091-33/+23
* BaseTools: Fixed the mis-using strip() function issue.Feng, Bob C2019-07-221-1/+4
* BaseTools: Fixed issue in MultiThread Genfds functionFeng, Bob C2019-04-101-1/+9
* BaseTools: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* BaseTools: Handle the bytes and str differenceFeng, Bob C2019-02-011-2/+2
* BaseTools: Remove EDK_SOURCE keyword from GenFds tool.Feng, Bob C2019-01-171-3/+0
* BaseTools: Remove unused logic for IPFFeng, Bob C2019-01-141-1/+0
* BaseTools: create and use a standard shared variable for '*'Jaben Carsey2018-12-061-4/+4
* BaseTools: Roll back code modify by commit 9e47e6f90880Feng, YunhuaX2018-10-261-2/+2
* BaseTools/GenFds: cleanup GenFdsCarsey, Jaben2018-10-251-105/+103
* Revert BaseTools: PYTHON3 migrationLiming Gao2018-10-151-2/+3
* BaseTools: Handle the bytes and str differenceYunhua Feng2018-10-131-2/+2
* BaseTools: Remove the "from __future__ import" itemsYunhua Feng2018-10-131-1/+0
* BaseTools/GenFds: remove function without callersCarsey, Jaben2018-09-071-17/+0
* BaseTools: refactor to remove duplicate functionsCarsey, Jaben2018-09-071-5/+6
* BaseTools: Create and use a shared value for 'MSFT' from DataTypeCarsey, Jaben2018-08-301-2/+2
* BaseTools: Move ImageBinDict to GenFdsGlobalVariable.pyGary Lin2018-07-161-0/+3
* BaseTools: Move FindExtendTool to GenFdsGlobalVariable.pyGary Lin2018-07-161-1/+93
* BaseTools: Clean up source filesLiming Gao2018-07-091-18/+18
* BaseTools: Adjust the spaces around commas and colonsGary Lin2018-06-271-2/+2
* BaseTools: Refactor python print statementsGary Lin2018-06-271-1/+2
* BaseTools: Refactor python except statementsGary Lin2018-06-271-1/+1
* BaseTools: Cleanup unneeded codeJaben Carsey2018-06-131-61/+58
* BaseTools: remove redundant if comparisonCarsey, Jaben2018-05-021-16/+16
* BaseTools: Replace Binary File type strings with predefined constantCarsey, Jaben2018-05-021-2/+2
* BaseTools: Replace PCD type strings with predefined constantCarsey, Jaben2018-05-021-2/+2
* BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con...Carsey, Jaben2018-04-231-2/+2
* BaseTools: refactor and remove un-needed use of .keys() on dictionariesCarsey, Jaben2018-04-181-2/+2
* BaseTools: use predefined constants instead of local stringsCarsey, Jaben2018-04-181-4/+4
* BaseTools: fix --genfds-multi-thread generate makefile issueFeng, YunhuaX2018-04-111-2/+4
* BaseTools: Remove equality operator with NoneCarsey, Jaben2018-03-301-14/+14
* BaseTools: Fix GenFds increment build bug that missing cover command option's...Yunhua Feng2018-01-211-3/+3
* BaseTools: Update Makefile to support FFS file generationYonghong Zhu2017-12-051-33/+141
* BaseTools: extend FFS alignment to 16MYonghong Zhu2017-09-251-3/+5
* BaseTools: Fix the bug for RAW file alignment value supportYonghong Zhu2016-12-291-0/+7
* BaseTools: add the support for --pcd feature to patch the binary efiYonghong Zhu2016-04-201-2/+0
* BaseTools: cache the defined Guid tool to improve the performanceYonghong Zhu2016-04-061-1/+2
* BaseTools: Clean some coding style issuesYonghong Zhu2015-12-011-19/+19
* BaseTools: Update Build tool to support multiple workspacesLi YangX2015-10-081-1/+3
* License header updated to match correct format.Yingke Liu2014-08-281-7/+11