Age | Commit message (Expand) | Author | Files | Lines |
2025-07-01 | BaseTools: GenFds: Remove unnecessary code | Pierre Gondois | 1 | -1/+0 |
2021-09-29 | BaseTools: Remove hard-coded strings for target and tools_def | Pierre Gondois | 1 | -2/+2 |
2021-05-11 | BaseTools: Fix DSC override of Guided tool | Michael D Kinney | 1 | -75/+153 |
2021-04-29 | BaseTools/Source/Python: New Target/ToolChain/Arch in DSC [BuildOptions] | Michael D Kinney | 1 | -9/+22 |
2021-01-06 | BaseTools: Fix the issue caused by tostring() removal on Py39 | Bob Feng | 1 | -3/+20 |
2020-01-13 | BaseTools:Fix GenFds issue for BuildOption replace GenFdsOption | Fan, ZhijuX | 1 | -6/+11 |
2019-10-14 | BaseTools: Fix a bug of genffs command generation | Feng, Bob C | 1 | -1/+2 |
2019-10-04 | BaseTools: strip trailing whitespace | Leif Lindholm | 1 | -1/+1 |
2019-09-17 | BaseTools:change some incorrect parameter defaults | Fan, ZhijuX | 1 | -1/+1 |
2019-09-11 | BaseTools: Enable --genfds-multi-thread to default build | Feng, Bob C | 1 | -1/+1 |
2019-09-11 | BaseTools: Fixed the build fail on Linux with --genfds-multi-thread | Feng, Bob C | 1 | -1/+1 |
2019-08-09 | BaseTools: Singleton the object to handle build conf file | Feng, Bob C | 1 | -33/+23 |
2019-07-22 | BaseTools: Fixed the mis-using strip() function issue. | Feng, Bob C | 1 | -1/+4 |
2019-04-10 | BaseTools: Fixed issue in MultiThread Genfds function | Feng, Bob C | 1 | -1/+9 |
2019-04-09 | BaseTools: Replace BSD License with BSD+Patent License | Michael D Kinney | 1 | -7/+1 |
2019-02-01 | BaseTools: Handle the bytes and str difference | Feng, Bob C | 1 | -2/+2 |
2019-01-17 | BaseTools: Remove EDK_SOURCE keyword from GenFds tool. | Feng, Bob C | 1 | -3/+0 |
2019-01-14 | BaseTools: Remove unused logic for IPF | Feng, Bob C | 1 | -1/+0 |
2018-12-06 | BaseTools: create and use a standard shared variable for '*' | Jaben Carsey | 1 | -4/+4 |
2018-10-26 | BaseTools: Roll back code modify by commit 9e47e6f90880 | Feng, YunhuaX | 1 | -2/+2 |
2018-10-25 | BaseTools/GenFds: cleanup GenFds | Carsey, Jaben | 1 | -105/+103 |
2018-10-15 | Revert BaseTools: PYTHON3 migration | Liming Gao | 1 | -2/+3 |
2018-10-13 | BaseTools: Handle the bytes and str difference | Yunhua Feng | 1 | -2/+2 |
2018-10-13 | BaseTools: Remove the "from __future__ import" items | Yunhua Feng | 1 | -1/+0 |
2018-09-07 | BaseTools/GenFds: remove function without callers | Carsey, Jaben | 1 | -17/+0 |
2018-09-07 | BaseTools: refactor to remove duplicate functions | Carsey, Jaben | 1 | -5/+6 |
2018-08-30 | BaseTools: Create and use a shared value for 'MSFT' from DataType | Carsey, Jaben | 1 | -2/+2 |
2018-07-16 | BaseTools: Move ImageBinDict to GenFdsGlobalVariable.py | Gary Lin | 1 | -0/+3 |
2018-07-16 | BaseTools: Move FindExtendTool to GenFdsGlobalVariable.py | Gary Lin | 1 | -1/+93 |
2018-07-09 | BaseTools: Clean up source files | Liming Gao | 1 | -18/+18 |
2018-06-27 | BaseTools: Adjust the spaces around commas and colons | Gary Lin | 1 | -2/+2 |
2018-06-27 | BaseTools: Refactor python print statements | Gary Lin | 1 | -1/+2 |
2018-06-27 | BaseTools: Refactor python except statements | Gary Lin | 1 | -1/+1 |
2018-06-13 | BaseTools: Cleanup unneeded code | Jaben Carsey | 1 | -61/+58 |
2018-05-02 | BaseTools: remove redundant if comparison | Carsey, Jaben | 1 | -16/+16 |
2018-05-02 | BaseTools: Replace Binary File type strings with predefined constant | Carsey, Jaben | 1 | -2/+2 |
2018-05-02 | BaseTools: Replace PCD type strings with predefined constant | Carsey, Jaben | 1 | -2/+2 |
2018-04-23 | BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con... | Carsey, Jaben | 1 | -2/+2 |
2018-04-18 | BaseTools: refactor and remove un-needed use of .keys() on dictionaries | Carsey, Jaben | 1 | -2/+2 |
2018-04-18 | BaseTools: use predefined constants instead of local strings | Carsey, Jaben | 1 | -4/+4 |
2018-04-11 | BaseTools: fix --genfds-multi-thread generate makefile issue | Feng, YunhuaX | 1 | -2/+4 |
2018-03-30 | BaseTools: Remove equality operator with None | Carsey, Jaben | 1 | -14/+14 |
2018-01-21 | BaseTools: Fix GenFds increment build bug that missing cover command option's... | Yunhua Feng | 1 | -3/+3 |
2017-12-05 | BaseTools: Update Makefile to support FFS file generation | Yonghong Zhu | 1 | -33/+141 |
2017-09-25 | BaseTools: extend FFS alignment to 16M | Yonghong Zhu | 1 | -3/+5 |
2016-12-29 | BaseTools: Fix the bug for RAW file alignment value support | Yonghong Zhu | 1 | -0/+7 |
2016-04-20 | BaseTools: add the support for --pcd feature to patch the binary efi | Yonghong Zhu | 1 | -2/+0 |
2016-04-06 | BaseTools: cache the defined Guid tool to improve the performance | Yonghong Zhu | 1 | -1/+2 |
2015-12-01 | BaseTools: Clean some coding style issues | Yonghong Zhu | 1 | -19/+19 |
2015-10-08 | BaseTools: Update Build tool to support multiple workspaces | Li YangX | 1 | -1/+3 |