summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2020-04-24mkimage: fit: Free buf directly in fit_extract_data()Bin Meng1-2/+1
2020-04-24mkimage: fit: Unmmap the memory before closing fd in fit_import_data()Lihua Zhao1-10/+14
2020-04-24tools: Remove the out-of-date MinGW support codesBin Meng4-165/+3
2020-04-24tools: image-host.c: use correct output formatHeinrich Schuchardt1-1/+1
2020-04-24mkimage: fit_image: Add option to make fit header alignKever Yang3-15/+33
2020-04-24tool: use ALIGN() to align the sizeKever Yang2-2/+2
2020-04-24tools: imx8mimage: remove redundant codeKever Yang1-1/+0
2020-04-24tools: kwbimage: use common ALIGN to do the size alignKever Yang2-6/+4
2020-04-24tools: mkimage: use common ALIGN to do the size alignKever Yang1-2/+3
2020-04-24tool: aisimage: use ALIGN instead of self defiend macroKever Yang1-4/+4
2020-04-24tool: Move ALIGN_MASK to header as common MACROKever Yang4-8/+5
2020-04-21buildman: Change the exit codesSimon Glass3-9/+9
2020-04-21buildman: Update the TODO itemsSimon Glass1-6/+11
2020-04-21buildman: Add an option to ignore migration warningsSimon Glass5-35/+107
2020-04-21buildman: Add an option to ignore device-tree warningsSimon Glass5-23/+52
2020-04-21buildman: Make -I the defaultSimon Glass6-24/+41
2020-04-21buildman: Update workflow documentation with more detailSimon Glass1-17/+36
2020-04-21buildman: Add the abbreviation for --boardsSimon Glass1-3/+3
2020-04-21buildman: Update the 'theory of operation' a littleSimon Glass1-30/+39
2020-04-21buildman: Show a summary of the build resultSimon Glass2-3/+20
2020-04-21buildman: Limit the length of progress messagesSimon Glass1-1/+1
2020-04-21buildman: Show the number of builds remainingSimon Glass1-4/+9
2020-04-21buildman: Drop unused output codeSimon Glass1-5/+0
2020-04-21buildman: Show a message when fetching a repoSimon Glass1-1/+4
2020-04-21buildman: Drop the line-clearing code in BuilderSimon Glass1-25/+3
2020-04-21patman: Support limiting output to a single lineSimon Glass1-1/+57
2020-04-21patman: Support erasing a previously unfinished text lineSimon Glass2-1/+48
2020-04-21patman: Update flushing Print() for Python 3Simon Glass1-3/+2
2020-04-21buildman: Use spaces in the board listSimon Glass2-4/+4
2020-04-21buildman: Show the list of boards in magentaSimon Glass2-41/+44
2020-04-21buildman: Use an object to hold error linesSimon Glass1-17/+52
2020-04-21buildman: Use yellow consistently for warning linesSimon Glass2-4/+4
2020-04-21buildman: Test the output with --list-error-boardsSimon Glass1-14/+32
2020-04-21buildman: Add a test helper for creating a line prefixSimon Glass1-20/+31
2020-04-21buildman: Split out testOutput() into separate functionsSimon Glass1-6/+28
2020-04-21buildman: Create temp directory in test setupSimon Glass1-16/+10
2020-04-21buildman: Use an iterator to check test outputSimon Glass1-42/+52
2020-04-21buildman: Add test coverage for error/warning colourSimon Glass1-0/+7
2020-04-21buildman: Refactor error-line output int a functionSimon Glass1-13/+19
2020-04-17doc: fix references to driver-modelHeinrich Schuchardt2-3/+3
2020-04-17mkimage: fit: don't create image with 0700 permissionsThomas Hebb1-1/+1
2020-04-16patman: Apply the cc limit to the cover letter alsoSimon Glass1-2/+4
2020-04-11buildman: Drop the -a optionSimon Glass3-15/+8
2020-04-11buildman: Allow building within a subdir of the current dirSimon Glass3-33/+2
2020-04-11buildman: Be more selective about which directories to removeSimon Glass2-5/+42
2020-04-11buildman: Allow ignoring warnings in the return codeSimon Glass3-3/+21
2020-04-11buildman: Update help for -dSimon Glass2-4/+4
2020-04-11bulidman: Add support for a simple buildSimon Glass6-15/+90
2020-04-11buildman: Document the members of BuilderJobSimon Glass1-1/+5
2020-04-10buildman: Support fetching gcc 9.2.0Bin Meng1-1/+1