Age | Commit message (Expand) | Author | Files | Lines |
2019-02-14 | BaseTools: Various typo | Antoine Coeur | 1 | -2/+2 |
2019-02-01 | BaseTools/Scripts: Porting PackageDocumentTools code to use Python3 | Zhijux Fan | 10 | -39/+39 |
2018-11-29 | BaseTools Script: Update ConvertFceToStructurePcd to report warning messages | Liming Gao | 1 | -1/+1 |
2018-10-31 | BaseTools ConvertFceToStructurePcd: Fix the array value with empty string | Liming Gao | 1 | -2/+15 |
2018-10-19 | BaseTools: Remove the step to freeze python tool | Liming Gao | 1 | -1/+0 |
2018-10-15 | Revert BaseTools: PYTHON3 migration | Liming Gao | 12 | -62/+67 |
2018-10-13 | BaseTools/Scripts: Porting PackageDocumentTools code to use Python3 | Yunhua Feng | 12 | -67/+62 |
2018-09-06 | BaseTools/PatchCheck.py: Fix error when run with Python3 | Dandan Bi | 1 | -1/+1 |
2018-08-08 | PatchCheck - add error message for invalid parameter | Jaben Carsey | 1 | -3/+6 |
2018-08-06 | BaseTools/BinToPcd: Open output file as text file | Kinney, Michael D | 1 | -3/+2 |
2018-08-02 | BaseTools/BinToPcd: Encode string returned from ByteArray() | Kinney, Michael D | 1 | -1/+2 |
2018-08-01 | BaseTools/BinToPcd: Fix Python 2.7.x compatibility issue | Kinney, Michael D | 1 | -1/+1 |
2018-07-25 | BaseTools Script: Add the script to generate Structure PCD setting | Liming Gao | 1 | -0/+675 |
2018-07-16 | BaseTools: Use absolute import in Scripts | Gary Lin | 2 | -2/+4 |
2018-07-09 | BaseTools: Clean up source files | Liming Gao | 1 | -6/+6 |
2018-06-27 | BaseTools: Replace StringIO.StringIO with io.BytesIO | Gary Lin | 1 | -5/+0 |
2018-06-27 | BaseTools: Fix old python2 idioms | Gary Lin | 2 | -4/+4 |
2018-06-27 | BaseTools: Adjust the spaces around commas and colons | Gary Lin | 6 | -11/+11 |
2018-06-27 | BaseTools: Remove the deprecated hash_key() | Gary Lin | 3 | -8/+8 |
2018-06-27 | BaseTools: Refactor python print statements | Gary Lin | 7 | -53/+60 |
2018-06-27 | BaseTools: Refactor python except statements | Gary Lin | 4 | -8/+12 |
2018-06-27 | BaseTools: Fix a typo in ini.py | Gary Lin | 1 | -1/+1 |
2018-06-14 | BaseTools/BinToPcd: Follow PEP-8 indent of 4 spaces | Kinney, Michael D | 1 | -178/+178 |
2018-06-14 | BaseTools/BinToPcd: Update for Python 3 compatibility | Kinney, Michael D | 1 | -41/+40 |
2018-06-14 | BaseTools/BinToPcd: --offset must be 8-byte aligned | Kinney, Michael D | 1 | -1/+13 |
2018-06-14 | BaseTools/BinToPcd: Clarify error message for --type HII | Kinney, Michael D | 1 | -5/+2 |
2018-06-14 | BaseTools/BinToPcd: Fix typo in error messages | Kinney, Michael D | 1 | -4/+4 |
2018-06-13 | BaseTools Script: Formalize source files to follow DOS format | Liming Gao | 1 | -0/+95 |
2018-04-10 | BaseTools: refactor and remove out of date use of .keys() | Carsey, Jaben | 1 | -2/+2 |
2018-03-30 | BaseTools: Remove equality operator with None | Carsey, Jaben | 11 | -99/+99 |
2018-03-28 | BaseTools/BinToPcd: Add support for multiple binary input files | Kinney, Michael D | 1 | -29/+54 |
2018-03-19 | BaseTools: Add PackageDocumentTools into Scripts folder | Yonghong Zhu | 20 | -0/+7177 |
2017-08-11 | BaseTools/Scripts: Add sample makefile for use with RunMakefile.py | Michael D Kinney | 1 | -0/+43 |
2017-08-11 | BaseTools/Scripts: Add python script to run a makefile | Michael D Kinney | 1 | -0/+178 |
2017-08-03 | BaseTools/PatchCheck: Support Contribution Agreement 1.1 | Michael D Kinney | 1 | -3/+6 |
2017-06-26 | BaseTools/PatchCheck.py: Add warning info for new binary files | Hao Wu | 1 | -13/+21 |
2017-06-26 | BaseTools/PatchCheck.py: Fix misreport for binary changes in patch | Hao Wu | 1 | -3/+3 |
2017-05-28 | BaseTools/Scripts: fix GccBase.lds line endings | Ard Biesheuvel | 1 | -1/+1 |
2017-05-24 | BaseTools/Scripts: discard .gnu.hash section in GCC builds | Ard Biesheuvel | 1 | -1/+1 |
2017-02-24 | BaseTools: GCC: move most AutoGen.obj contents back to .data section | Ard Biesheuvel | 1 | -3/+6 |
2017-02-22 | BaseTool/Script: Add SmiHandleProfile OS tool to get symbol. | Jiewen Yao | 1 | -0/+312 |
2016-11-14 | BaseTools/Scripts: Add BinToPcd utility | Michael Kinney | 1 | -0/+192 |
2016-10-21 | BaseTools/PatchCheck.py: Update to report error for EFI_D_* | Yonghong Zhu | 1 | -0/+14 |
2016-10-21 | BaseTools/PatchCheck.py: Update to handle the two [] as prefix | Yonghong Zhu | 1 | -8/+9 |
2016-10-21 | BaseTools/PatchCheck.py: Update for max length of subject and message line | Yonghong Zhu | 1 | -4/+4 |
2016-08-22 | BaseTools/GccBase.lds: don't copy RELA section to PE/COFF | Ard Biesheuvel | 1 | -1/+1 |
2016-08-02 | BaseTools GCC: drop GNU notes section from EFI image | Ard Biesheuvel | 1 | -0/+6 |
2016-07-26 | Preserve hii section in GCC binaries | Thomas Palmer | 1 | -0/+5 |
2016-07-05 | BaseTools MemoryProfileSymbolGen.py: Handle 64bits rva from "nm -l xxx.dll" | Star Zeng | 1 | -2/+2 |
2016-07-01 | BaseTools Scripts: Add MemoryProfileSymbolGen.py | Star Zeng | 1 | -0/+281 |