summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2020-04-26dtoc: Rename the main moduleSimon Glass
2020-04-26buildman: Rename the main moduleSimon Glass
2020-04-26patman: Drop Python 2 StringIO codeSimon Glass
2020-04-26patman: Drop references to __future__Simon Glass
2020-04-26rmboard: Move to Python 3Simon Glass
2020-04-26patman: Rename the main moduleSimon Glass
2020-04-26buildman: Write output files when using -wSimon Glass
2020-04-26buildman: Use out-env for environment outputSimon Glass
2020-04-26buildman: Make sure that -o is given with -wSimon Glass
2020-04-26buildman: Correct operation of -A flagSimon Glass
2020-04-26buildman: Fix test for new 9.2 kernelSimon Glass
2020-04-26libfdt: split fdt_region declarations out to <fdt_region.h>Masahiro Yamada
2020-04-26fdt_region: move fdt_region.c to common/ from lib/libfdt/Masahiro Yamada
2020-04-26libfdt: migrate fdt_ro.c to a wrapper of scripts/dtc/libfdt/fdt_ro.cMasahiro Yamada
2020-04-24mkimage: fit: Free buf directly in fit_extract_data()Bin Meng
2020-04-24mkimage: fit: Unmmap the memory before closing fd in fit_import_data()Lihua Zhao
2020-04-24tools: Remove the out-of-date MinGW support codesBin Meng
2020-04-24tools: image-host.c: use correct output formatHeinrich Schuchardt
2020-04-24mkimage: fit_image: Add option to make fit header alignKever Yang
2020-04-24tool: use ALIGN() to align the sizeKever Yang
2020-04-24tools: imx8mimage: remove redundant codeKever Yang
2020-04-24tools: kwbimage: use common ALIGN to do the size alignKever Yang
2020-04-24tools: mkimage: use common ALIGN to do the size alignKever Yang
2020-04-24tool: aisimage: use ALIGN instead of self defiend macroKever Yang
2020-04-24tool: Move ALIGN_MASK to header as common MACROKever Yang
2020-04-21buildman: Change the exit codesSimon Glass
2020-04-21buildman: Update the TODO itemsSimon Glass
2020-04-21buildman: Add an option to ignore migration warningsSimon Glass
2020-04-21buildman: Add an option to ignore device-tree warningsSimon Glass
2020-04-21buildman: Make -I the defaultSimon Glass
2020-04-21buildman: Update workflow documentation with more detailSimon Glass
2020-04-21buildman: Add the abbreviation for --boardsSimon Glass
2020-04-21buildman: Update the 'theory of operation' a littleSimon Glass
2020-04-21buildman: Show a summary of the build resultSimon Glass
2020-04-21buildman: Limit the length of progress messagesSimon Glass
2020-04-21buildman: Show the number of builds remainingSimon Glass
2020-04-21buildman: Drop unused output codeSimon Glass
2020-04-21buildman: Show a message when fetching a repoSimon Glass
2020-04-21buildman: Drop the line-clearing code in BuilderSimon Glass
2020-04-21patman: Support limiting output to a single lineSimon Glass
2020-04-21patman: Support erasing a previously unfinished text lineSimon Glass
2020-04-21patman: Update flushing Print() for Python 3Simon Glass
2020-04-21buildman: Use spaces in the board listSimon Glass
2020-04-21buildman: Show the list of boards in magentaSimon Glass
2020-04-21buildman: Use an object to hold error linesSimon Glass
2020-04-21buildman: Use yellow consistently for warning linesSimon Glass
2020-04-21buildman: Test the output with --list-error-boardsSimon Glass
2020-04-21buildman: Add a test helper for creating a line prefixSimon Glass
2020-04-21buildman: Split out testOutput() into separate functionsSimon Glass
2020-04-21buildman: Create temp directory in test setupSimon Glass