summaryrefslogtreecommitdiff
path: root/tools/patman
Commit message (Expand)AuthorAgeFilesLines
* patman: Modify functional tests for new behaviorSean Anderson2020-05-294-9/+79
* patman: Support multi-line changes in changelogsSean Anderson2020-05-292-10/+35
* patman: Add new tags for finer-grained changelog controlSean Anderson2020-05-294-32/+83
* patman: Suppress empty changelog entriesSean Anderson2020-05-292-12/+53
* patman: Add an option to create patches without binary contentsBin Meng2020-05-293-2/+12
* patman: Sort the command line optionsBin Meng2020-05-291-6/+6
* patman: Tidy up sys.path changesSimon Glass2020-04-261-1/+1
* patman: Move to absolute importsSimon Glass2020-04-2614-48/+53
* binman: Move to absolute importsSimon Glass2020-04-261-10/+10
* patman: Move test running/reporting to test_utilSimon Glass2020-04-261-0/+100
* patman: Drop the python2 code in test coverageSimon Glass2020-04-261-7/+8
* binman: Rename the main moduleSimon Glass2020-04-261-1/+1
* patman: Drop Python 2 StringIO codeSimon Glass2020-04-263-12/+3
* patman: Drop references to __future__Simon Glass2020-04-266-12/+0
* patman: Rename the main moduleSimon Glass2020-04-262-14/+15
* patman: Support limiting output to a single lineSimon Glass2020-04-211-1/+57
* patman: Support erasing a previously unfinished text lineSimon Glass2020-04-212-1/+48
* patman: Update flushing Print() for Python 3Simon Glass2020-04-211-3/+2
* patman: Apply the cc limit to the cover letter alsoSimon Glass2020-04-161-2/+4
* patman: fix coverletter cc list with nullsRobert Beckett2019-11-141-1/+1
* patman: fix some typos in commentsAnatolij Gustschin2019-11-143-5/+5
* patman: Move to use Python 3Simon Glass2019-11-041-1/+1
* patman: Use unicode for file I/OSimon Glass2019-11-045-11/+11
* patman: Adjust 'command' to return strings instead of bytesSimon Glass2019-11-042-16/+44
* patman: separate emails in CC list with NULsDmitry Torokhov2019-10-273-5/+5
* patman: Use the Change-Id, version, and prefix in the Message-IdDouglas Anderson2019-10-154-5/+85
* binman: Use the Makefile for u_boot_ucode_ptrSimon Glass2019-10-151-1/+1
* patman: Update command.Run() to handle failure betterSimon Glass2019-10-151-2/+8
* patman: Drop binary parameterSimon Glass2019-10-152-10/+8
* patman: Reset the output directory when it is removedSimon Glass2019-07-291-0/+2
* binman: Support replacing data in a cbfsSimon Glass2019-07-291-2/+9
* binman: Add a bit of logging in entries when packingSimon Glass2019-07-291-0/+16
* patman: Update tout to avoid open-coding the debug levelsSimon Glass2019-07-291-11/+7
* binman: Use print() to print outputSimon Glass2019-07-291-1/+3
* binman: Allow for logging information to be displayedSimon Glass2019-07-241-1/+9
* binman: Allow easy importing of entry modulesSimon Glass2019-07-241-0/+1
* binman: Convert to use ArgumentParserSimon Glass2019-07-241-2/+3
* patman: Add a function to write ifwitoolSimon Glass2019-07-241-0/+33
* patman: Add functions to compress and decompress dataSimon Glass2019-07-231-0/+66
* patman: Add a way to set the search path for toolsSimon Glass2019-07-231-5/+37
* tools: Drop duplicate raise_on_error argumentSimon Glass2019-07-231-2/+2
* patman: Update cover-coverage tests for Python 3Simon Glass2019-07-101-6/+9
* patman: Allow reading files in text modeSimon Glass2019-07-101-2/+2
* dtoc: Use byte type instead of str in fdtSimon Glass2019-07-101-0/+25
* dtoc: Updates BytesToValue() for Python 3Simon Glass2019-07-101-0/+27
* patman: Don't require Python 2Simon Glass2019-07-101-1/+1
* patman: Tidy up a few more unicode conversionsSimon Glass2019-07-102-6/+3
* patman: Adjust functional tests for Python 3Simon Glass2019-07-101-11/+14
* patman: Avoid unicode type in settings unit testsSimon Glass2019-07-101-8/+8
* patman: Sort series output for repeatabilySimon Glass2019-07-102-12/+12