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