summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2020-06-03mkimage: Default to adding a crc32 hash with '-f auto'Simon Glass1-2/+16
2020-06-02tools: fw_env: Fix warning when reading too littleHarald Seiler1-1/+7
2020-05-30patman: Modify functional tests for new behaviorSean Anderson4-9/+79
2020-05-30patman: Support multi-line changes in changelogsSean Anderson2-10/+35
2020-05-30patman: Add new tags for finer-grained changelog controlSean Anderson4-32/+83
2020-05-30patman: Suppress empty changelog entriesSean Anderson2-12/+53
2020-05-30patman: Add an option to create patches without binary contentsBin Meng3-2/+12
2020-05-30patman: Sort the command line optionsBin Meng1-6/+6
2020-05-25tools/env/fw_env.h: remove env.hRomain Naour1-1/+0
2020-05-22tools: value checks in rkcommon_check_params()Heinrich Schuchardt1-7/+7
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-1/+1
2020-05-19common: Drop image.h from common headerSimon Glass1-0/+1
2020-05-15tools: ftdgrep: use /* fallthrough */ as neededHeinrich Schuchardt1-4/+7
2020-05-15tools: mkimage: use /* fallthrough */ as neededHeinrich Schuchardt1-1/+1
2020-05-15rename symbol: CONFIG_KIRKWOOD -> CONFIG_ARCH_KIRKWOODTrevor Woerner1-2/+2
2020-05-07Revert "mkimage: fit: Do not tail-pad fitImage with external data"Tom Rini1-1/+2
2020-05-04mkimage: fit: Do not tail-pad fitImage with external dataMarek Vasut1-2/+1
2020-05-01tools/fit-image: print a warning when cmd-line for dtc might be truncatedSven Roederer1-0/+4
2020-05-01tools/mkimage: fix handling long filenamesSven Roederer1-1/+1
2020-04-28Merge tag 'dm-pull-27apr20' of git://git.denx.de/u-boot-dmTom Rini111-562/+565
2020-04-27tools: fw_env: use erasesize from MEMGETINFO ioctlRasmus Villemoes1-0/+3
2020-04-26patman: Tidy up sys.path changesSimon Glass9-14/+7
2020-04-26patman: Move to absolute importsSimon Glass58-149/+154
2020-04-26binman: Move to absolute importsSimon Glass70-213/+198
2020-04-26buildman: Move to absolute importsSimon Glass7-33/+34
2020-04-26patman: Move test running/reporting to test_utilSimon Glass2-70/+108
2020-04-26patman: Drop the python2 code in test coverageSimon Glass1-7/+8
2020-04-26binman: Rename the main moduleSimon Glass4-7/+7
2020-04-26dtoc: Rename the main moduleSimon Glass2-2/+2
2020-04-26buildman: Rename the main moduleSimon Glass2-1/+1
2020-04-26patman: Drop Python 2 StringIO codeSimon Glass3-12/+3
2020-04-26patman: Drop references to __future__Simon Glass20-40/+0
2020-04-26rmboard: Move to Python 3Simon Glass1-1/+1
2020-04-26patman: Rename the main moduleSimon Glass2-14/+15
2020-04-26buildman: Write output files when using -wSimon Glass3-14/+26
2020-04-26buildman: Use out-env for environment outputSimon Glass2-1/+8
2020-04-26buildman: Make sure that -o is given with -wSimon Glass4-3/+13
2020-04-26buildman: Correct operation of -A flagSimon Glass1-1/+1
2020-04-26buildman: Fix test for new 9.2 kernelSimon Glass1-1/+1
2020-04-26libfdt: split fdt_region declarations out to <fdt_region.h>Masahiro Yamada2-0/+2
2020-04-26fdt_region: move fdt_region.c to common/ from lib/libfdt/Masahiro Yamada1-8/+4
2020-04-26libfdt: migrate fdt_ro.c to a wrapper of scripts/dtc/libfdt/fdt_ro.cMasahiro Yamada2-3/+4
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