summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* tools: ftdgrep: use /* fallthrough */ as neededHeinrich Schuchardt2020-05-151-4/+7
* tools: mkimage: use /* fallthrough */ as neededHeinrich Schuchardt2020-05-151-1/+1
* rename symbol: CONFIG_KIRKWOOD -> CONFIG_ARCH_KIRKWOODTrevor Woerner2020-05-151-2/+2
* Revert "mkimage: fit: Do not tail-pad fitImage with external data"Tom Rini2020-05-071-1/+2
* mkimage: fit: Do not tail-pad fitImage with external dataMarek Vasut2020-05-041-2/+1
* tools/fit-image: print a warning when cmd-line for dtc might be truncatedSven Roederer2020-05-011-0/+4
* tools/mkimage: fix handling long filenamesSven Roederer2020-05-011-1/+1
* Merge tag 'dm-pull-27apr20' of git://git.denx.de/u-boot-dmTom Rini2020-04-28111-562/+565
|\
| * patman: Tidy up sys.path changesSimon Glass2020-04-269-14/+7
| * patman: Move to absolute importsSimon Glass2020-04-2658-149/+154
| * binman: Move to absolute importsSimon Glass2020-04-2670-213/+198
| * buildman: Move to absolute importsSimon Glass2020-04-267-33/+34
| * patman: Move test running/reporting to test_utilSimon Glass2020-04-262-70/+108
| * patman: Drop the python2 code in test coverageSimon Glass2020-04-261-7/+8
| * binman: Rename the main moduleSimon Glass2020-04-264-7/+7
| * dtoc: Rename the main moduleSimon Glass2020-04-262-2/+2
| * buildman: Rename the main moduleSimon Glass2020-04-262-1/+1
| * patman: Drop Python 2 StringIO codeSimon Glass2020-04-263-12/+3
| * patman: Drop references to __future__Simon Glass2020-04-2620-40/+0
| * rmboard: Move to Python 3Simon Glass2020-04-261-1/+1
| * patman: Rename the main moduleSimon Glass2020-04-262-14/+15
| * buildman: Write output files when using -wSimon Glass2020-04-263-14/+26
| * buildman: Use out-env for environment outputSimon Glass2020-04-262-1/+8
| * buildman: Make sure that -o is given with -wSimon Glass2020-04-264-3/+13
| * buildman: Correct operation of -A flagSimon Glass2020-04-261-1/+1
| * buildman: Fix test for new 9.2 kernelSimon Glass2020-04-261-1/+1
| * libfdt: split fdt_region declarations out to <fdt_region.h>Masahiro Yamada2020-04-262-0/+2
| * fdt_region: move fdt_region.c to common/ from lib/libfdt/Masahiro Yamada2020-04-261-8/+4
| * libfdt: migrate fdt_ro.c to a wrapper of scripts/dtc/libfdt/fdt_ro.cMasahiro Yamada2020-04-262-3/+4
* | tools: fw_env: use erasesize from MEMGETINFO ioctlRasmus Villemoes2020-04-271-0/+3
|/
* 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