| Commit message (Expand) | Author | Age | Files | Lines |
* | tools: fw_env: use erasesize from MEMGETINFO ioctl | Rasmus Villemoes | 2020-04-27 | 1 | -0/+3 |
* | mkimage: fit: Free buf directly in fit_extract_data() | Bin Meng | 2020-04-24 | 1 | -2/+1 |
* | mkimage: fit: Unmmap the memory before closing fd in fit_import_data() | Lihua Zhao | 2020-04-24 | 1 | -10/+14 |
* | tools: Remove the out-of-date MinGW support codes | Bin Meng | 2020-04-24 | 4 | -165/+3 |
* | tools: image-host.c: use correct output format | Heinrich Schuchardt | 2020-04-24 | 1 | -1/+1 |
* | mkimage: fit_image: Add option to make fit header align | Kever Yang | 2020-04-24 | 3 | -15/+33 |
* | tool: use ALIGN() to align the size | Kever Yang | 2020-04-24 | 2 | -2/+2 |
* | tools: imx8mimage: remove redundant code | Kever Yang | 2020-04-24 | 1 | -1/+0 |
* | tools: kwbimage: use common ALIGN to do the size align | Kever Yang | 2020-04-24 | 2 | -6/+4 |
* | tools: mkimage: use common ALIGN to do the size align | Kever Yang | 2020-04-24 | 1 | -2/+3 |
* | tool: aisimage: use ALIGN instead of self defiend macro | Kever Yang | 2020-04-24 | 1 | -4/+4 |
* | tool: Move ALIGN_MASK to header as common MACRO | Kever Yang | 2020-04-24 | 4 | -8/+5 |
* | buildman: Change the exit codes | Simon Glass | 2020-04-21 | 3 | -9/+9 |
* | buildman: Update the TODO items | Simon Glass | 2020-04-21 | 1 | -6/+11 |
* | buildman: Add an option to ignore migration warnings | Simon Glass | 2020-04-21 | 5 | -35/+107 |
* | buildman: Add an option to ignore device-tree warnings | Simon Glass | 2020-04-21 | 5 | -23/+52 |
* | buildman: Make -I the default | Simon Glass | 2020-04-21 | 6 | -24/+41 |
* | buildman: Update workflow documentation with more detail | Simon Glass | 2020-04-21 | 1 | -17/+36 |
* | buildman: Add the abbreviation for --boards | Simon Glass | 2020-04-21 | 1 | -3/+3 |
* | buildman: Update the 'theory of operation' a little | Simon Glass | 2020-04-21 | 1 | -30/+39 |
* | buildman: Show a summary of the build result | Simon Glass | 2020-04-21 | 2 | -3/+20 |
* | buildman: Limit the length of progress messages | Simon Glass | 2020-04-21 | 1 | -1/+1 |
* | buildman: Show the number of builds remaining | Simon Glass | 2020-04-21 | 1 | -4/+9 |
* | buildman: Drop unused output code | Simon Glass | 2020-04-21 | 1 | -5/+0 |
* | buildman: Show a message when fetching a repo | Simon Glass | 2020-04-21 | 1 | -1/+4 |
* | buildman: Drop the line-clearing code in Builder | Simon Glass | 2020-04-21 | 1 | -25/+3 |
* | 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 |
* | buildman: Use spaces in the board list | Simon Glass | 2020-04-21 | 2 | -4/+4 |
* | buildman: Show the list of boards in magenta | Simon Glass | 2020-04-21 | 2 | -41/+44 |
* | buildman: Use an object to hold error lines | Simon Glass | 2020-04-21 | 1 | -17/+52 |
* | buildman: Use yellow consistently for warning lines | Simon Glass | 2020-04-21 | 2 | -4/+4 |
* | buildman: Test the output with --list-error-boards | Simon Glass | 2020-04-21 | 1 | -14/+32 |
* | buildman: Add a test helper for creating a line prefix | Simon Glass | 2020-04-21 | 1 | -20/+31 |
* | buildman: Split out testOutput() into separate functions | Simon Glass | 2020-04-21 | 1 | -6/+28 |
* | buildman: Create temp directory in test setup | Simon Glass | 2020-04-21 | 1 | -16/+10 |
* | buildman: Use an iterator to check test output | Simon Glass | 2020-04-21 | 1 | -42/+52 |
* | buildman: Add test coverage for error/warning colour | Simon Glass | 2020-04-21 | 1 | -0/+7 |
* | buildman: Refactor error-line output int a function | Simon Glass | 2020-04-21 | 1 | -13/+19 |
* | doc: fix references to driver-model | Heinrich Schuchardt | 2020-04-17 | 2 | -3/+3 |
* | mkimage: fit: don't create image with 0700 permissions | Thomas Hebb | 2020-04-17 | 1 | -1/+1 |
* | patman: Apply the cc limit to the cover letter also | Simon Glass | 2020-04-16 | 1 | -2/+4 |
* | buildman: Drop the -a option | Simon Glass | 2020-04-10 | 3 | -15/+8 |
* | buildman: Allow building within a subdir of the current dir | Simon Glass | 2020-04-10 | 3 | -33/+2 |
* | buildman: Be more selective about which directories to remove | Simon Glass | 2020-04-10 | 2 | -5/+42 |
* | buildman: Allow ignoring warnings in the return code | Simon Glass | 2020-04-10 | 3 | -3/+21 |
* | buildman: Update help for -d | Simon Glass | 2020-04-10 | 2 | -4/+4 |
* | bulidman: Add support for a simple build | Simon Glass | 2020-04-10 | 6 | -15/+90 |
* | buildman: Document the members of BuilderJob | Simon Glass | 2020-04-10 | 1 | -1/+5 |