| Commit message (Expand) | Author | Age | Files | Lines |
* | BaseTools: Change RealPath to AbsPath | Chen, Christine | 2021-10-13 | 1 | -2/+2 |
* | BaseTools:change some incorrect parameter defaults | Fan, ZhijuX | 2019-09-17 | 1 | -2/+3 |
* | BaseTools: Fixed the bug of multi-thread genffs for override inf | Feng, Bob C | 2019-09-11 | 1 | -1/+4 |
* | BaseTools: Add HOST_APPLICATION module type. | Jiewen Yao | 2019-07-12 | 1 | -3/+4 |
* | BaseTools:Make BaseTools support new rules to generate RAW FFS FILE | Fan, ZhijuX | 2019-06-10 | 1 | -3/+6 |
* | BaseTools: Replace BSD License with BSD+Patent License | Michael D Kinney | 2019-04-09 | 1 | -7/+1 |
* | BaseTools: Various typo | Antoine Coeur | 2019-02-14 | 1 | -2/+2 |
* | BaseTools: Handle the bytes and str difference | Feng, Bob C | 2019-02-01 | 1 | -7/+5 |
* | BaseTools: the list and iterator translation | Feng, Bob C | 2019-02-01 | 1 | -1/+1 |
* | BaseTools: change the Division Operator | Zhijux Fan | 2019-02-01 | 1 | -4/+4 |
* | BaseTools: fix imports | Carsey, Jaben | 2019-01-10 | 1 | -1/+2 |
* | BaseTools/GenFds: permit stripped MM_CORE_STANDALONE binaries | Ard Biesheuvel | 2019-01-04 | 1 | -1/+1 |
* | BaseTools/GenFds: cleanup GenFds | Carsey, Jaben | 2018-10-25 | 1 | -5/+5 |
* | Revert BaseTools: PYTHON3 migration | Liming Gao | 2018-10-15 | 1 | -8/+11 |
* | BaseTools: change the Division Operator in the expression | Yunhua Feng | 2018-10-13 | 1 | -4/+4 |
* | BaseTools: do the list and iterator translation | Yunhua Feng | 2018-10-13 | 1 | -1/+1 |
* | BaseTools: Handle the bytes and str difference | Yunhua Feng | 2018-10-13 | 1 | -5/+3 |
* | BaseTools: Remove the "from __future__ import" items | Yunhua Feng | 2018-10-13 | 1 | -1/+0 |
* | BaseTools: Workspace classes refactor properties | Carsey, Jaben | 2018-09-20 | 1 | -3/+1 |
* | BaseTools: Use absolute import in GenFds | Gary Lin | 2018-07-16 | 1 | -9/+10 |
* | BaseTools: Clean up source files | Liming Gao | 2018-07-09 | 1 | -30/+30 |
* | BaseTools: Replace StringIO.StringIO with io.BytesIO | Gary Lin | 2018-06-27 | 1 | -2/+2 |
* | BaseTools: Adjust the spaces around commas and colons | Gary Lin | 2018-06-27 | 1 | -7/+7 |
* | BaseTools: Rename String to StringUtils. | Marvin.Haeuser@outlook.com | 2018-05-28 | 1 | -1/+1 |
* | BaseTools: remove redundant if comparison | Carsey, Jaben | 2018-05-02 | 1 | -2/+2 |
* | BaseTools: Replace Binary File type strings with predefined constant | Carsey, Jaben | 2018-05-02 | 1 | -11/+11 |
* | BaseTools: Replace PCD type strings with predefined constant | Carsey, Jaben | 2018-05-02 | 1 | -1/+1 |
* | BaseTools: replace string constants used for module types | Carsey, Jaben | 2018-05-02 | 1 | -15/+15 |
* | BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con... | Carsey, Jaben | 2018-04-23 | 1 | -2/+2 |
* | BaseTools: merge towards minimum PCD MAX <something> methods | Carsey, Jaben | 2018-04-18 | 1 | -5/+3 |
* | BaseTools: refactor and remove un-needed use of .keys() on dictionaries | Carsey, Jaben | 2018-04-18 | 1 | -1/+1 |
* | BaseTools: use predefined constants instead of local strings | Carsey, Jaben | 2018-04-18 | 1 | -2/+3 |
* | BaseTools: FfsInfStatement - remove unused function | Carsey, Jaben | 2018-04-17 | 1 | -21/+0 |
* | BaseTools: FdfParser - refactor functions to make static | Carsey, Jaben | 2018-04-17 | 1 | -5/+5 |
* | BaseTools: fix --genfds-multi-thread generate makefile issue | Feng, YunhuaX | 2018-04-11 | 1 | -1/+3 |
* | BaseTools: Remove equality operator with None | Carsey, Jaben | 2018-03-30 | 1 | -24/+24 |
* | BaseTools: Update --pcd parser to support flexible pcd format | Yonghong Zhu | 2018-03-09 | 1 | -8/+10 |
* | BaseTools: DSC Components section support flexible PCD | Yunhua Feng | 2018-03-03 | 1 | -0/+15 |
* | BaseTools: Structure Pcd in CommandLine. | Feng, Bob C | 2018-02-01 | 1 | -0/+1 |
* | BaseTools: Fix a bug for different FV use same FILE statement Guid | Yonghong Zhu | 2017-12-29 | 1 | -1/+1 |
* | BaseTools: Update Makefile to support FFS file generation | Yonghong Zhu | 2017-12-05 | 1 | -87/+115 |
* | BaseTools: extend FFS alignment to 16M | Yonghong Zhu | 2017-09-25 | 1 | -3/+7 |
* | BaseTools/GenFds: register MM Modules and MM FV file types. | Supreeth Venkatesh | 2017-07-07 | 1 | -0/+3 |
* | BaseTools: handling the case that map file is not exist | Yonghong Zhu | 2016-09-25 | 1 | -16/+17 |
* | BaseTools/GenFds: enhance INF built arch filter | Yonghong Zhu | 2016-05-16 | 1 | -0/+10 |
* | BaseTools: add the support for --pcd feature to patch the binary efi | Yonghong Zhu | 2016-04-20 | 1 | -2/+12 |
* | BaseTools/Build: Consider only build-specified architectures | Thomas Palmer | 2016-04-19 | 1 | -30/+6 |
* | BaseTools: Fix a bug when apply patches to SEC use the FILE_GUID override | Yonghong Zhu | 2015-12-07 | 1 | -1/+4 |
* | BaseTools: Add support for INF statement in FD region | Yonghong Zhu | 2015-12-07 | 1 | -3/+41 |
* | BaseTools: Update Build tool to support multiple workspaces | Li YangX | 2015-10-08 | 1 | -3/+4 |