Age | Commit message (Expand) | Author | Files | Lines |
2019-11-14 | patman: fix coverletter cc list with nulls | Robert Beckett | 1 | -1/+1 |
2019-11-14 | patman: fix some typos in comments | Anatolij Gustschin | 3 | -5/+5 |
2019-11-05 | patman: Move to use Python 3 | Simon Glass | 1 | -1/+1 |
2019-11-05 | patman: Use unicode for file I/O | Simon Glass | 5 | -11/+11 |
2019-11-05 | patman: Adjust 'command' to return strings instead of bytes | Simon Glass | 2 | -16/+44 |
2019-10-27 | patman: separate emails in CC list with NULs | Dmitry Torokhov | 3 | -5/+5 |
2019-10-15 | patman: Use the Change-Id, version, and prefix in the Message-Id | Douglas Anderson | 4 | -5/+85 |
2019-10-15 | binman: Use the Makefile for u_boot_ucode_ptr | Simon Glass | 1 | -1/+1 |
2019-10-15 | patman: Update command.Run() to handle failure better | Simon Glass | 1 | -2/+8 |
2019-10-15 | patman: Drop binary parameter | Simon Glass | 2 | -10/+8 |
2019-07-29 | patman: Reset the output directory when it is removed | Simon Glass | 1 | -0/+2 |
2019-07-29 | binman: Support replacing data in a cbfs | Simon Glass | 1 | -2/+9 |
2019-07-29 | binman: Add a bit of logging in entries when packing | Simon Glass | 1 | -0/+16 |
2019-07-29 | patman: Update tout to avoid open-coding the debug levels | Simon Glass | 1 | -11/+7 |
2019-07-29 | binman: Use print() to print output | Simon Glass | 1 | -1/+3 |
2019-07-24 | binman: Allow for logging information to be displayed | Simon Glass | 1 | -1/+9 |
2019-07-24 | binman: Allow easy importing of entry modules | Simon Glass | 1 | -0/+1 |
2019-07-24 | binman: Convert to use ArgumentParser | Simon Glass | 1 | -2/+3 |
2019-07-24 | patman: Add a function to write ifwitool | Simon Glass | 1 | -0/+33 |
2019-07-24 | patman: Add functions to compress and decompress data | Simon Glass | 1 | -0/+66 |
2019-07-24 | patman: Add a way to set the search path for tools | Simon Glass | 1 | -5/+37 |
2019-07-24 | tools: Drop duplicate raise_on_error argument | Simon Glass | 1 | -2/+2 |
2019-07-11 | patman: Update cover-coverage tests for Python 3 | Simon Glass | 1 | -6/+9 |
2019-07-11 | patman: Allow reading files in text mode | Simon Glass | 1 | -2/+2 |
2019-07-11 | dtoc: Use byte type instead of str in fdt | Simon Glass | 1 | -0/+25 |
2019-07-11 | dtoc: Updates BytesToValue() for Python 3 | Simon Glass | 1 | -0/+27 |
2019-07-11 | patman: Don't require Python 2 | Simon Glass | 1 | -1/+1 |
2019-07-11 | patman: Tidy up a few more unicode conversions | Simon Glass | 2 | -6/+3 |
2019-07-11 | patman: Adjust functional tests for Python 3 | Simon Glass | 1 | -11/+14 |
2019-07-11 | patman: Avoid unicode type in settings unit tests | Simon Glass | 1 | -8/+8 |
2019-07-11 | patman: Sort series output for repeatabily | Simon Glass | 2 | -12/+12 |
2019-07-11 | patman: Move unicode helpers to tools | Simon Glass | 4 | -16/+39 |
2019-07-11 | patman: Support use of stringIO in Python 3 | Simon Glass | 1 | -1/+6 |
2019-07-11 | binman: Handle repeated bytes for Python 3 | Simon Glass | 1 | -0/+19 |
2019-07-11 | patman: Provide a way to get program output in binary mode | Simon Glass | 2 | -3/+4 |
2019-07-11 | patman: Use items() instead of iteritems() | Simon Glass | 1 | -1/+1 |
2019-07-11 | patman: Convert print statements to Python 3 | Simon Glass | 3 | -15/+14 |
2019-07-11 | patman: Update cros_subprocess to use bytes | Simon Glass | 2 | -20/+29 |
2018-10-08 | binman: Run tests concurrently | Simon Glass | 1 | -1/+1 |
2018-10-08 | patman: Don't clear progress in tout unless it was used | Simon Glass | 1 | -1/+7 |
2018-10-08 | tools: Set an initial value for indir | Simon Glass | 1 | -0/+3 |
2018-10-08 | patman: Handle unicode in _ProjectConfigParser tests | Simon Glass | 1 | -7/+20 |
2018-09-29 | binman: Support adding files | Simon Glass | 1 | -0/+18 |
2018-09-28 | patman: Detect missing tools and report them | Simon Glass | 1 | -1/+28 |
2018-08-08 | patman: Correct unit test failure | Simon Glass | 1 | -0/+0 |
2018-08-02 | patman: Show the current directory in GetInputFilename() | Simon Glass | 1 | -2/+2 |
2018-08-02 | patman: Add a few more helpers to the tools library | Simon Glass | 1 | -1/+75 |
2018-08-02 | patman: Allow test commands to fall back to real ones | Simon Glass | 1 | -2/+6 |
2018-07-26 | patman: Split alias entries on arbitrary whitespace | Adam Sampson | 1 | -1/+1 |
2018-07-19 | lib: fdtdec: Rename routine fdtdec_setup_memory_size() | Siva Durga Prasad Paladugu | 4 | -5/+5 |