aboutsummaryrefslogtreecommitdiff
path: root/tools/patman
AgeCommit message (Expand)AuthorFilesLines
2020-05-29patman: Modify functional tests for new behaviorSean Anderson4-9/+79
2020-05-29patman: Support multi-line changes in changelogsSean Anderson2-10/+35
2020-05-29patman: Add new tags for finer-grained changelog controlSean Anderson4-32/+83
2020-05-29patman: Suppress empty changelog entriesSean Anderson2-12/+53
2020-05-29patman: Add an option to create patches without binary contentsBin Meng3-2/+12
2020-05-29patman: Sort the command line optionsBin Meng1-6/+6
2020-04-26patman: Tidy up sys.path changesSimon Glass1-1/+1
2020-04-26patman: Move to absolute importsSimon Glass14-48/+53
2020-04-26binman: Move to absolute importsSimon Glass1-10/+10
2020-04-26patman: Move test running/reporting to test_utilSimon Glass1-0/+100
2020-04-26patman: Drop the python2 code in test coverageSimon Glass1-7/+8
2020-04-26binman: Rename the main moduleSimon Glass1-1/+1
2020-04-26patman: Drop Python 2 StringIO codeSimon Glass3-12/+3
2020-04-26patman: Drop references to __future__Simon Glass6-12/+0
2020-04-26patman: Rename the main moduleSimon Glass2-14/+15
2020-04-21patman: Support limiting output to a single lineSimon Glass1-1/+57
2020-04-21patman: Support erasing a previously unfinished text lineSimon Glass2-1/+48
2020-04-21patman: Update flushing Print() for Python 3Simon Glass1-3/+2
2020-04-16patman: Apply the cc limit to the cover letter alsoSimon Glass1-2/+4
2019-11-14patman: fix coverletter cc list with nullsRobert Beckett1-1/+1
2019-11-14patman: fix some typos in commentsAnatolij Gustschin3-5/+5
2019-11-04patman: Move to use Python 3Simon Glass1-1/+1
2019-11-04patman: Use unicode for file I/OSimon Glass5-11/+11
2019-11-04patman: Adjust 'command' to return strings instead of bytesSimon Glass2-16/+44
2019-10-27patman: separate emails in CC list with NULsDmitry Torokhov3-5/+5
2019-10-15patman: Use the Change-Id, version, and prefix in the Message-IdDouglas Anderson4-5/+85
2019-10-15binman: Use the Makefile for u_boot_ucode_ptrSimon Glass1-1/+1
2019-10-15patman: Update command.Run() to handle failure betterSimon Glass1-2/+8
2019-10-15patman: Drop binary parameterSimon Glass2-10/+8
2019-07-29patman: Reset the output directory when it is removedSimon Glass1-0/+2
2019-07-29binman: Support replacing data in a cbfsSimon Glass1-2/+9
2019-07-29binman: Add a bit of logging in entries when packingSimon Glass1-0/+16
2019-07-29patman: Update tout to avoid open-coding the debug levelsSimon Glass1-11/+7
2019-07-29binman: Use print() to print outputSimon Glass1-1/+3
2019-07-24binman: Allow for logging information to be displayedSimon Glass1-1/+9
2019-07-24binman: Allow easy importing of entry modulesSimon Glass1-0/+1
2019-07-24binman: Convert to use ArgumentParserSimon Glass1-2/+3
2019-07-24patman: Add a function to write ifwitoolSimon Glass1-0/+33
2019-07-23patman: Add functions to compress and decompress dataSimon Glass1-0/+66
2019-07-23patman: Add a way to set the search path for toolsSimon Glass1-5/+37
2019-07-23tools: Drop duplicate raise_on_error argumentSimon Glass1-2/+2
2019-07-10patman: Update cover-coverage tests for Python 3Simon Glass1-6/+9
2019-07-10patman: Allow reading files in text modeSimon Glass1-2/+2
2019-07-10dtoc: Use byte type instead of str in fdtSimon Glass1-0/+25
2019-07-10dtoc: Updates BytesToValue() for Python 3Simon Glass1-0/+27
2019-07-10patman: Don't require Python 2Simon Glass1-1/+1
2019-07-10patman: Tidy up a few more unicode conversionsSimon Glass2-6/+3
2019-07-10patman: Adjust functional tests for Python 3Simon Glass1-11/+14
2019-07-10patman: Avoid unicode type in settings unit testsSimon Glass1-8/+8
2019-07-10patman: Sort series output for repeatabilySimon Glass2-12/+12