summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/GenFds/GenFdsGlobalVariable.py
AgeCommit message (Expand)AuthorFilesLines
2025-07-01BaseTools: GenFds: Remove unnecessary codePierre Gondois1-1/+0
2021-09-29BaseTools: Remove hard-coded strings for target and tools_defPierre Gondois1-2/+2
2021-05-11BaseTools: Fix DSC override of Guided toolMichael D Kinney1-75/+153
2021-04-29BaseTools/Source/Python: New Target/ToolChain/Arch in DSC [BuildOptions]Michael D Kinney1-9/+22
2021-01-06BaseTools: Fix the issue caused by tostring() removal on Py39Bob Feng1-3/+20
2020-01-13BaseTools:Fix GenFds issue for BuildOption replace GenFdsOptionFan, ZhijuX1-6/+11
2019-10-14BaseTools: Fix a bug of genffs command generationFeng, Bob C1-1/+2
2019-10-04BaseTools: strip trailing whitespaceLeif Lindholm1-1/+1
2019-09-17BaseTools:change some incorrect parameter defaultsFan, ZhijuX1-1/+1
2019-09-11BaseTools: Enable --genfds-multi-thread to default buildFeng, Bob C1-1/+1
2019-09-11BaseTools: Fixed the build fail on Linux with --genfds-multi-threadFeng, Bob C1-1/+1
2019-08-09BaseTools: Singleton the object to handle build conf fileFeng, Bob C1-33/+23
2019-07-22BaseTools: Fixed the mis-using strip() function issue.Feng, Bob C1-1/+4
2019-04-10BaseTools: Fixed issue in MultiThread Genfds functionFeng, Bob C1-1/+9
2019-04-09BaseTools: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2019-02-01BaseTools: Handle the bytes and str differenceFeng, Bob C1-2/+2
2019-01-17BaseTools: Remove EDK_SOURCE keyword from GenFds tool.Feng, Bob C1-3/+0
2019-01-14BaseTools: Remove unused logic for IPFFeng, Bob C1-1/+0
2018-12-06BaseTools: create and use a standard shared variable for '*'Jaben Carsey1-4/+4
2018-10-26BaseTools: Roll back code modify by commit 9e47e6f90880Feng, YunhuaX1-2/+2
2018-10-25BaseTools/GenFds: cleanup GenFdsCarsey, Jaben1-105/+103
2018-10-15Revert BaseTools: PYTHON3 migrationLiming Gao1-2/+3
2018-10-13BaseTools: Handle the bytes and str differenceYunhua Feng1-2/+2
2018-10-13BaseTools: Remove the "from __future__ import" itemsYunhua Feng1-1/+0
2018-09-07BaseTools/GenFds: remove function without callersCarsey, Jaben1-17/+0
2018-09-07BaseTools: refactor to remove duplicate functionsCarsey, Jaben1-5/+6
2018-08-30BaseTools: Create and use a shared value for 'MSFT' from DataTypeCarsey, Jaben1-2/+2
2018-07-16BaseTools: Move ImageBinDict to GenFdsGlobalVariable.pyGary Lin1-0/+3
2018-07-16BaseTools: Move FindExtendTool to GenFdsGlobalVariable.pyGary Lin1-1/+93
2018-07-09BaseTools: Clean up source filesLiming Gao1-18/+18
2018-06-27BaseTools: Adjust the spaces around commas and colonsGary Lin1-2/+2
2018-06-27BaseTools: Refactor python print statementsGary Lin1-1/+2
2018-06-27BaseTools: Refactor python except statementsGary Lin1-1/+1
2018-06-13BaseTools: Cleanup unneeded codeJaben Carsey1-61/+58
2018-05-02BaseTools: remove redundant if comparisonCarsey, Jaben1-16/+16
2018-05-02BaseTools: Replace Binary File type strings with predefined constantCarsey, Jaben1-2/+2
2018-05-02BaseTools: Replace PCD type strings with predefined constantCarsey, Jaben1-2/+2
2018-04-23BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con...Carsey, Jaben1-2/+2
2018-04-18BaseTools: refactor and remove un-needed use of .keys() on dictionariesCarsey, Jaben1-2/+2
2018-04-18BaseTools: use predefined constants instead of local stringsCarsey, Jaben1-4/+4
2018-04-11BaseTools: fix --genfds-multi-thread generate makefile issueFeng, YunhuaX1-2/+4
2018-03-30BaseTools: Remove equality operator with NoneCarsey, Jaben1-14/+14
2018-01-21BaseTools: Fix GenFds increment build bug that missing cover command option's...Yunhua Feng1-3/+3
2017-12-05BaseTools: Update Makefile to support FFS file generationYonghong Zhu1-33/+141
2017-09-25BaseTools: extend FFS alignment to 16MYonghong Zhu1-3/+5
2016-12-29BaseTools: Fix the bug for RAW file alignment value supportYonghong Zhu1-0/+7
2016-04-20BaseTools: add the support for --pcd feature to patch the binary efiYonghong Zhu1-2/+0
2016-04-06BaseTools: cache the defined Guid tool to improve the performanceYonghong Zhu1-1/+2
2015-12-01BaseTools: Clean some coding style issuesYonghong Zhu1-19/+19
2015-10-08BaseTools: Update Build tool to support multiple workspacesLi YangX1-1/+3