Age | Commit message (Expand) | Author | Files | Lines |
2019-05-22 | BaseTools:Update mailing list address in BaseTools error messages | Fan, ZhijuX | 1 | -1/+1 |
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 | -11/+11 |
2019-02-01 | BaseTools: change the Division Operator | Zhijux Fan | 1 | -1/+1 |
2019-02-01 | BaseTools:Fv BaseAddress must set If it not set | Zhijux Fan | 1 | -0/+5 |
2019-02-01 | BaseTools: replace long by int | Yunhua Feng | 1 | -4/+4 |
2019-01-21 | BaseTools:The BuildOptionPcd value is wrong | Fan, ZhijuX | 1 | -1/+0 |
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 | -10/+1 |
2019-01-10 | BaseTools: fix imports | Carsey, Jaben | 1 | -1/+1 |
2018-12-25 | BaseTools: Reset FdsGlobalVariable | Feng, Bob C | 1 | -0/+51 |
2018-12-07 | BaseTools: Replace the sqlite database with list | BobCF | 1 | -3/+2 |
2018-12-07 | BaseTools: AutoGen and GenFds share the parser data. | Zhao, ZhiqiangX | 1 | -54/+87 |
2018-12-06 | BaseTools: create and use a standard shared variable for '*' | Jaben Carsey | 1 | -1/+1 |
2018-10-25 | BaseTools/GenFds: cleanup GenFds | Carsey, Jaben | 1 | -87/+73 |
2018-10-15 | Revert BaseTools: PYTHON3 migration | Liming Gao | 1 | -16/+10 |
2018-10-13 | BaseTools: Fix some build and report file issue | Yunhua Feng | 1 | -1/+8 |
2018-10-13 | BaseTools: change the Division Operator in the expression | Yunhua Feng | 1 | -1/+1 |
2018-10-13 | BaseTools: Handle the bytes and str difference | Yunhua Feng | 1 | -2/+3 |
2018-10-13 | BaseTools: Rename long() to int() | Yunhua Feng | 1 | -4/+4 |
2018-10-13 | BaseTools: Remove the "from __future__ import" items | Yunhua Feng | 1 | -2/+0 |
2018-08-30 | BaseTools: include variable namespace GUIDs of HII PCDs in Guid.xref | zhijufan | 1 | -0/+11 |
2018-08-08 | BaseTools: Use gGuidPattern for Guid regular expression | Yunhua Feng | 1 | -5/+2 |
2018-08-03 | BaseTools: Guid.xref doesn't specify the correct GUID value for Driver | Yunhua Feng | 1 | -1/+10 |
2018-07-16 | BaseTools: Move ImageBinDict to GenFdsGlobalVariable.py | Gary Lin | 1 | -2/+0 |
2018-07-16 | BaseTools: Move FindExtendTool to GenFdsGlobalVariable.py | Gary Lin | 1 | -92/+0 |
2018-07-16 | BaseTools: Use absolute import in GenFds | Gary Lin | 1 | -5/+6 |
2018-07-09 | BaseTools: Clean up source files | Liming Gao | 1 | -15/+15 |
2018-06-27 | BaseTools: Replace StringIO.StringIO with io.BytesIO | Gary Lin | 1 | -4/+4 |
2018-06-27 | BaseTools: Fix old python2 idioms | Gary Lin | 1 | -1/+1 |
2018-06-27 | BaseTools: Refactor python print statements | Gary Lin | 1 | -1/+2 |
2018-06-27 | BaseTools: Refactor python except statements | Gary Lin | 1 | -2/+2 |
2018-05-28 | BaseTools: Rename String to StringUtils. | Marvin.Haeuser@outlook.com | 1 | -1/+1 |
2018-05-04 | BaseTools: dont make iterator into list if not needed | Carsey, Jaben | 1 | -1/+1 |
2018-05-04 | BaseTools: refactor to use list not dict | Carsey, Jaben | 1 | -1/+1 |
2018-05-02 | BaseTools: Replace Binary File type strings with predefined constant | Carsey, Jaben | 1 | -5/+5 |
2018-04-18 | BaseTools: refactor and remove un-needed use of .keys() on dictionaries | Carsey, Jaben | 1 | -34/+27 |
2018-04-18 | BaseTools: use predefined constants instead of local strings | Carsey, Jaben | 1 | -6/+6 |
2018-04-08 | BaseTools: remove unused import statement | Carsey, Jaben | 1 | -1/+0 |
2018-03-30 | BaseTools: Remove equality operator with None | Carsey, Jaben | 1 | -23/+23 |
2018-03-29 | BaseTools: compare GUID value should not case-sensitive | Bin Wang | 1 | -1/+1 |
2018-03-09 | BaseTools: Fix a bug for --pcd used in ConditionalStatement calculate | Yonghong Zhu | 1 | -1/+1 |
2018-03-09 | BaseTools: Update --pcd parser to support flexible pcd format | Yonghong Zhu | 1 | -49/+0 |
2018-03-02 | BaseTools: GlobalData.gConfDirectory is None when run GenFds | Feng, YunhuaX | 1 | -1/+3 |
2018-02-28 | BaseTools: Improve build performance of structure PCD value generation | Feng, Bob C | 1 | -0/+1 |
2018-02-01 | BaseTools: Structure Pcd in CommandLine. | Feng, Bob C | 1 | -3/+1 |
2017-12-05 | BaseTools: Update Makefile to support FFS file generation | Yonghong Zhu | 1 | -0/+20 |
2017-11-20 | BaseTools: Guid.xref contain information from FILE statements in FDF | Yonghong Zhu | 1 | -2/+86 |
2017-05-12 | BaseTools: Fix the bug for CArray PCD override in command line | Yonghong Zhu | 1 | -25/+1 |
2017-03-18 | BaseTools: GenFds get the Size info for FV image in the FD region | Yonghong Zhu | 1 | -0/+19 |