summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* mkimage: fit: Free buf directly in fit_extract_data()Bin Meng2020-04-241-2/+1
* mkimage: fit: Unmmap the memory before closing fd in fit_import_data()Lihua Zhao2020-04-241-10/+14
* tools: Remove the out-of-date MinGW support codesBin Meng2020-04-244-165/+3
* tools: image-host.c: use correct output formatHeinrich Schuchardt2020-04-241-1/+1
* mkimage: fit_image: Add option to make fit header alignKever Yang2020-04-243-15/+33
* tool: use ALIGN() to align the sizeKever Yang2020-04-242-2/+2
* tools: imx8mimage: remove redundant codeKever Yang2020-04-241-1/+0
* tools: kwbimage: use common ALIGN to do the size alignKever Yang2020-04-242-6/+4
* tools: mkimage: use common ALIGN to do the size alignKever Yang2020-04-241-2/+3
* tool: aisimage: use ALIGN instead of self defiend macroKever Yang2020-04-241-4/+4
* tool: Move ALIGN_MASK to header as common MACROKever Yang2020-04-244-8/+5
* buildman: Change the exit codesSimon Glass2020-04-213-9/+9
* buildman: Update the TODO itemsSimon Glass2020-04-211-6/+11
* buildman: Add an option to ignore migration warningsSimon Glass2020-04-215-35/+107
* buildman: Add an option to ignore device-tree warningsSimon Glass2020-04-215-23/+52
* buildman: Make -I the defaultSimon Glass2020-04-216-24/+41
* buildman: Update workflow documentation with more detailSimon Glass2020-04-211-17/+36
* buildman: Add the abbreviation for --boardsSimon Glass2020-04-211-3/+3
* buildman: Update the 'theory of operation' a littleSimon Glass2020-04-211-30/+39
* buildman: Show a summary of the build resultSimon Glass2020-04-212-3/+20
* buildman: Limit the length of progress messagesSimon Glass2020-04-211-1/+1
* buildman: Show the number of builds remainingSimon Glass2020-04-211-4/+9
* buildman: Drop unused output codeSimon Glass2020-04-211-5/+0
* buildman: Show a message when fetching a repoSimon Glass2020-04-211-1/+4
* buildman: Drop the line-clearing code in BuilderSimon Glass2020-04-211-25/+3
* 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
* buildman: Use spaces in the board listSimon Glass2020-04-212-4/+4
* buildman: Show the list of boards in magentaSimon Glass2020-04-212-41/+44
* buildman: Use an object to hold error linesSimon Glass2020-04-211-17/+52
* buildman: Use yellow consistently for warning linesSimon Glass2020-04-212-4/+4
* buildman: Test the output with --list-error-boardsSimon Glass2020-04-211-14/+32
* buildman: Add a test helper for creating a line prefixSimon Glass2020-04-211-20/+31
* buildman: Split out testOutput() into separate functionsSimon Glass2020-04-211-6/+28
* buildman: Create temp directory in test setupSimon Glass2020-04-211-16/+10
* buildman: Use an iterator to check test outputSimon Glass2020-04-211-42/+52
* buildman: Add test coverage for error/warning colourSimon Glass2020-04-211-0/+7
* buildman: Refactor error-line output int a functionSimon Glass2020-04-211-13/+19
* doc: fix references to driver-modelHeinrich Schuchardt2020-04-172-3/+3
* mkimage: fit: don't create image with 0700 permissionsThomas Hebb2020-04-171-1/+1
* patman: Apply the cc limit to the cover letter alsoSimon Glass2020-04-161-2/+4
* buildman: Drop the -a optionSimon Glass2020-04-103-15/+8
* buildman: Allow building within a subdir of the current dirSimon Glass2020-04-103-33/+2
* buildman: Be more selective about which directories to removeSimon Glass2020-04-102-5/+42
* buildman: Allow ignoring warnings in the return codeSimon Glass2020-04-103-3/+21
* buildman: Update help for -dSimon Glass2020-04-102-4/+4
* bulidman: Add support for a simple buildSimon Glass2020-04-106-15/+90
* buildman: Document the members of BuilderJobSimon Glass2020-04-101-1/+5
* buildman: Support fetching gcc 9.2.0Bin Meng2020-04-101-1/+1