summaryrefslogtreecommitdiff
path: root/BaseTools/Scripts
AgeCommit message (Expand)AuthorFilesLines
2019-10-04BaseTools: correct line endings for ConvertFce Python scriptLeif Lindholm1-5/+5
2019-09-27BaseTools:"--exclude" don't apply if parameter ends with separatorFan, ZhijuX1-0/+1
2019-08-15BaseTools/Scripts: Add GetUtcDateTime script.Chasel Chiu1-0/+44
2019-08-08BaseTools:Add the Judgment Method of "--exclude"Fan, ZhijuX1-1/+17
2019-08-07BaseTools/PatchCheck: Disable text conversion in 'git show'Michael D Kinney1-1/+1
2019-08-07BaseTools/PatchCheck: Add copy from/to keywordsMichael D Kinney1-0/+2
2019-08-07BaseTools/PatchCheck: Ignore blank lines in diffMichael D Kinney1-0/+3
2019-07-24BaseTools: add GetMaintainer.py scriptLeif Lindholm1-0/+190
2019-07-08BaseTools: Fix various typosAntoine Cœur2-2/+2
2019-06-25BaseTools:Add DetectNotUsedItem.py to Edk2\BaseTools\ScriptsFan, ZhijuX1-0/+198
2019-06-12BaseTools: add script to configure local git optionsLeif Lindholm1-0/+204
2019-04-18BaseTools:update ConvertFceToStructurePcd.py with the char order PCD name.Fan, ZhijuX1-0/+5
2019-04-09BaseTools/PatchCheck: Generate error if Contributed-under foundMichael D Kinney1-8/+11
2019-04-09BaseTools: Replace BSD License with BSD+Patent LicenseMichael D Kinney35-247/+35
2019-03-06BaseTools:Run packagedoc_cli.py to generate doc failedFan, ZhijuX1-3/+4
2019-02-26BaseTools:PackageDocumentTools import lib error occurs.Fan, ZhijuX9-26/+26
2019-02-14BaseTools: Various typoAntoine Coeur1-2/+2
2019-02-01BaseTools/Scripts: Porting PackageDocumentTools code to use Python3Zhijux Fan10-39/+39
2018-11-29BaseTools Script: Update ConvertFceToStructurePcd to report warning messagesLiming Gao1-1/+1
2018-10-31BaseTools ConvertFceToStructurePcd: Fix the array value with empty stringLiming Gao1-2/+15
2018-10-19BaseTools: Remove the step to freeze python toolLiming Gao1-1/+0
2018-10-15Revert BaseTools: PYTHON3 migrationLiming Gao12-62/+67
2018-10-13BaseTools/Scripts: Porting PackageDocumentTools code to use Python3Yunhua Feng12-67/+62
2018-09-06BaseTools/PatchCheck.py: Fix error when run with Python3Dandan Bi1-1/+1
2018-08-08PatchCheck - add error message for invalid parameterJaben Carsey1-3/+6
2018-08-06BaseTools/BinToPcd: Open output file as text fileKinney, Michael D1-3/+2
2018-08-02BaseTools/BinToPcd: Encode string returned from ByteArray()Kinney, Michael D1-1/+2
2018-08-01BaseTools/BinToPcd: Fix Python 2.7.x compatibility issueKinney, Michael D1-1/+1
2018-07-25BaseTools Script: Add the script to generate Structure PCD settingLiming Gao1-0/+675
2018-07-16BaseTools: Use absolute import in ScriptsGary Lin2-2/+4
2018-07-09BaseTools: Clean up source filesLiming Gao1-6/+6
2018-06-27BaseTools: Replace StringIO.StringIO with io.BytesIOGary Lin1-5/+0
2018-06-27BaseTools: Fix old python2 idiomsGary Lin2-4/+4
2018-06-27BaseTools: Adjust the spaces around commas and colonsGary Lin6-11/+11
2018-06-27BaseTools: Remove the deprecated hash_key()Gary Lin3-8/+8
2018-06-27BaseTools: Refactor python print statementsGary Lin7-53/+60
2018-06-27BaseTools: Refactor python except statementsGary Lin4-8/+12
2018-06-27BaseTools: Fix a typo in ini.pyGary Lin1-1/+1
2018-06-14BaseTools/BinToPcd: Follow PEP-8 indent of 4 spacesKinney, Michael D1-178/+178
2018-06-14BaseTools/BinToPcd: Update for Python 3 compatibilityKinney, Michael D1-41/+40
2018-06-14BaseTools/BinToPcd: --offset must be 8-byte alignedKinney, Michael D1-1/+13
2018-06-14BaseTools/BinToPcd: Clarify error message for --type HIIKinney, Michael D1-5/+2
2018-06-14BaseTools/BinToPcd: Fix typo in error messagesKinney, Michael D1-4/+4
2018-06-13BaseTools Script: Formalize source files to follow DOS formatLiming Gao1-0/+95
2018-04-10BaseTools: refactor and remove out of date use of .keys()Carsey, Jaben1-2/+2
2018-03-30BaseTools: Remove equality operator with NoneCarsey, Jaben11-99/+99
2018-03-28BaseTools/BinToPcd: Add support for multiple binary input filesKinney, Michael D1-29/+54
2018-03-19BaseTools: Add PackageDocumentTools into Scripts folderYonghong Zhu20-0/+7177
2017-08-11BaseTools/Scripts: Add sample makefile for use with RunMakefile.pyMichael D Kinney1-0/+43
2017-08-11BaseTools/Scripts: Add python script to run a makefileMichael D Kinney1-0/+178