| Commit message (Expand) | Author | Age | Files | Lines |
* | patman: Complain if a checkpatch line is not understood | Simon Glass | 2020-06-11 | 1 | -0/+2 |
* | patman: Support warnings in the patch subject | Simon Glass | 2020-06-11 | 1 | -1/+6 |
* | patman: Handle checkpatch output with notes and code | Simon Glass | 2020-06-11 | 1 | -1/+10 |
* | patman: Don't try to process checkpatch lines twice | Simon Glass | 2020-06-11 | 1 | -3/+8 |
* | patman: Support emacs mode with checkpatch | Simon Glass | 2020-06-11 | 1 | -3/+7 |
* | patman: Fix 'warning' typo | Simon Glass | 2020-06-11 | 1 | -1/+1 |
* | patman: Modify functional tests for new behavior | Sean Anderson | 2020-05-29 | 4 | -9/+79 |
* | patman: Support multi-line changes in changelogs | Sean Anderson | 2020-05-29 | 2 | -10/+35 |
* | patman: Add new tags for finer-grained changelog control | Sean Anderson | 2020-05-29 | 4 | -32/+83 |
* | patman: Suppress empty changelog entries | Sean Anderson | 2020-05-29 | 2 | -12/+53 |
* | patman: Add an option to create patches without binary contents | Bin Meng | 2020-05-29 | 3 | -2/+12 |
* | patman: Sort the command line options | Bin Meng | 2020-05-29 | 1 | -6/+6 |
* | patman: Tidy up sys.path changes | Simon Glass | 2020-04-26 | 1 | -1/+1 |
* | patman: Move to absolute imports | Simon Glass | 2020-04-26 | 14 | -48/+53 |
* | binman: Move to absolute imports | Simon Glass | 2020-04-26 | 1 | -10/+10 |
* | patman: Move test running/reporting to test_util | Simon Glass | 2020-04-26 | 1 | -0/+100 |
* | patman: Drop the python2 code in test coverage | Simon Glass | 2020-04-26 | 1 | -7/+8 |
* | binman: Rename the main module | Simon Glass | 2020-04-26 | 1 | -1/+1 |
* | patman: Drop Python 2 StringIO code | Simon Glass | 2020-04-26 | 3 | -12/+3 |
* | patman: Drop references to __future__ | Simon Glass | 2020-04-26 | 6 | -12/+0 |
* | patman: Rename the main module | Simon Glass | 2020-04-26 | 2 | -14/+15 |
* | patman: Support limiting output to a single line | Simon Glass | 2020-04-21 | 1 | -1/+57 |
* | patman: Support erasing a previously unfinished text line | Simon Glass | 2020-04-21 | 2 | -1/+48 |
* | patman: Update flushing Print() for Python 3 | Simon Glass | 2020-04-21 | 1 | -3/+2 |
* | patman: Apply the cc limit to the cover letter also | Simon Glass | 2020-04-16 | 1 | -2/+4 |
* | patman: fix coverletter cc list with nulls | Robert Beckett | 2019-11-14 | 1 | -1/+1 |
* | patman: fix some typos in comments | Anatolij Gustschin | 2019-11-14 | 3 | -5/+5 |
* | patman: Move to use Python 3 | Simon Glass | 2019-11-04 | 1 | -1/+1 |
* | patman: Use unicode for file I/O | Simon Glass | 2019-11-04 | 5 | -11/+11 |
* | patman: Adjust 'command' to return strings instead of bytes | Simon Glass | 2019-11-04 | 2 | -16/+44 |
* | patman: separate emails in CC list with NULs | Dmitry Torokhov | 2019-10-27 | 3 | -5/+5 |
* | patman: Use the Change-Id, version, and prefix in the Message-Id | Douglas Anderson | 2019-10-15 | 4 | -5/+85 |
* | binman: Use the Makefile for u_boot_ucode_ptr | Simon Glass | 2019-10-15 | 1 | -1/+1 |
* | patman: Update command.Run() to handle failure better | Simon Glass | 2019-10-15 | 1 | -2/+8 |
* | patman: Drop binary parameter | Simon Glass | 2019-10-15 | 2 | -10/+8 |
* | patman: Reset the output directory when it is removed | Simon Glass | 2019-07-29 | 1 | -0/+2 |
* | binman: Support replacing data in a cbfs | Simon Glass | 2019-07-29 | 1 | -2/+9 |
* | binman: Add a bit of logging in entries when packing | Simon Glass | 2019-07-29 | 1 | -0/+16 |
* | patman: Update tout to avoid open-coding the debug levels | Simon Glass | 2019-07-29 | 1 | -11/+7 |
* | binman: Use print() to print output | Simon Glass | 2019-07-29 | 1 | -1/+3 |
* | binman: Allow for logging information to be displayed | Simon Glass | 2019-07-24 | 1 | -1/+9 |
* | binman: Allow easy importing of entry modules | Simon Glass | 2019-07-24 | 1 | -0/+1 |
* | binman: Convert to use ArgumentParser | Simon Glass | 2019-07-24 | 1 | -2/+3 |
* | patman: Add a function to write ifwitool | Simon Glass | 2019-07-24 | 1 | -0/+33 |
* | patman: Add functions to compress and decompress data | Simon Glass | 2019-07-23 | 1 | -0/+66 |
* | patman: Add a way to set the search path for tools | Simon Glass | 2019-07-23 | 1 | -5/+37 |
* | tools: Drop duplicate raise_on_error argument | Simon Glass | 2019-07-23 | 1 | -2/+2 |
* | patman: Update cover-coverage tests for Python 3 | Simon Glass | 2019-07-10 | 1 | -6/+9 |
* | patman: Allow reading files in text mode | Simon Glass | 2019-07-10 | 1 | -2/+2 |
* | dtoc: Use byte type instead of str in fdt | Simon Glass | 2019-07-10 | 1 | -0/+25 |