aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2016-07-14mkimage: Show item lists for all categoriesSimon Glass1-3/+9
2016-07-14mkimage: Use generic code for showing an 'image type' errorSimon Glass1-43/+2
2016-07-14mkimage: Allow display of a list of any image header categorySimon Glass1-0/+43
2016-07-14image: Correct auto-fit architecture property nameSimon Glass1-1/+2
2016-07-14mkimage: Drop blank line before main()Simon Glass1-1/+0
2016-07-14mkimage: Drop premature setting of params.fit_image_typeSimon Glass1-1/+0
2016-07-14mkimage: Require a data file when auto-fit is usedSimon Glass1-0/+2
2016-07-14mkimage: Explain the auto-fit imagefile special caseSimon Glass1-0/+1
2016-07-14mkimage: Honour the default image type with auto-fitSimon Glass1-1/+1
2016-07-11tools: patman: Handle missing 'END' in non-last commit of a seriesBin Meng1-2/+3
2016-07-11tools: patman: Handle missing blank line for 'Series-changes'Bin Meng1-2/+8
2016-07-11tools: patman: Generate cover letter correctly when 'END' is missingBin Meng1-0/+8
2016-07-11tools: patman: Handle tag sections without an 'END'Bin Meng1-0/+20
2016-07-11tools: patman: Use cover_match for 'Cover-letter'Bin Meng1-1/+2
2016-07-11mkimage -l is broken for images after gpimageStefano Babic1-2/+2
2016-06-24Respect SOURCE_DATE_EPOCH when building FIT images.Vagrant Cascadian4-15/+41
2016-06-24mkimage: fit: spl: Add an optional static offset for external dataTeddy Reed3-3/+30
2016-06-22tools: moveconfig: show suspicious boards with possible misconversionMasahiro Yamada1-1/+31
2016-06-22tools: moveconfig: simplify show_failed_boards() and show more infoMasahiro Yamada1-13/+14
2016-06-22tools: moveconfig: simplify source tree switchingMasahiro Yamada1-13/+9
2016-06-22tools: moveconfig: change class WorkDir to class ReferenceSourceMasahiro Yamada1-21/+28
2016-06-22tools: moveconfig: fix needless move for config with default 1Masahiro Yamada1-4/+2
2016-06-13tools: fix define2mk.sed to not add quotes around negative integersMasahiro Yamada1-0/+2
2016-06-13tools: moveconfig: Add a new --git-ref optionJoe Hershberger1-6/+68
2016-06-13tools: moveconfig: New color used for changed defconfigJoe Hershberger1-1/+1
2016-06-13tools: moveconfig: Fix another typoJoe Hershberger1-1/+1
2016-06-13tools: moveconfig: make Slot.poll() more readable with helper methodsMasahiro Yamada1-43/+67
2016-06-13tools: moveconfig: allow to run without any CONFIG specifiedMasahiro Yamada1-6/+10
2016-06-13tools: moveconfig: add --force-sync optionMasahiro Yamada1-3/+14
2016-06-13tools: moveconfig: report when defconfig is updatedMasahiro Yamada1-3/+11
2016-06-13tools: moveconfig: report when CONFIGs are removed by savedefconfigMasahiro Yamada1-0/+26
2016-06-13tools: moveconfig: display log when savedefconfig occursMasahiro Yamada1-1/+2
2016-06-13tools: moveconfig: skip savedefconfig if .config was not updatedMasahiro Yamada1-5/+16
2016-06-13tools: moveconfig: refactor code to go back to idle stateMasahiro Yamada1-20/+17
2016-06-13tools: moveconfig: display log atomically in more readable formatMasahiro Yamada1-31/+42
2016-06-13tools: moveconfig: move log output code out of Kconfig Parser classMasahiro Yamada1-12/+12
2016-06-13tools: moveconfig: compute file paths just onceMasahiro Yamada1-10/+10
2016-06-13tools: moveconfig: allow to give CONFIG names as argument directlyMasahiro Yamada1-88/+20
2016-06-13tools: moveconfig: drop code for handling type and default valueMasahiro Yamada1-76/+29
2016-06-13tools: moveconfig: do not rely on type and default value given by usersMasahiro Yamada1-45/+43
2016-06-13tools: moveconfig: increment number of processed files monotonicallyMasahiro Yamada1-16/+49
2016-06-13tools: moveconfig: exit with error message for not clean directoryMasahiro Yamada1-0/+8
2016-06-13tools: moveconfig: check compilers before starting defconfig walkMasahiro Yamada1-23/+48
2016-06-13tools: moveconfig: check directory location before compilersMasahiro Yamada1-2/+2
2016-06-13tools: moveconfig: remove redundant else: after sys.exit()Masahiro Yamada1-7/+5
2016-06-13tools: moveconfig: rename update_defconfig() to update_dotconfig()Masahiro Yamada1-5/+5
2016-06-13tools: moveconfig: fix --dry-run optionMasahiro Yamada1-8/+7
2016-06-03mtd: nand: Remove docg4 driver and palmtreo680 flashing toolScott Wood1-177/+0
2016-05-31tools/env: allow to pass NULL for environment optionsAndreas Fenkart1-3/+24
2016-05-27Merge git://git.denx.de/u-boot-dmTom Rini1-6/+1