summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeLines
...
| * dm: Add a tool to generate C code from a device treeSimon Glass2016-07-14-0/+392
| * dm: Add a library to provide simple device-tree accessSimon Glass2016-07-14-0/+294
* | mkimage: fix missing break for -p switchTeddy Reed2016-07-14-0/+1
* | tools: Correct error handling in fit_image_process_hash()Simon Glass2016-07-14-6/+8
* | tools: Add an error code when fit_handle_file() failsSimon Glass2016-07-14-2/+2
* | mkimage: Show item lists for all categoriesSimon Glass2016-07-14-3/+9
* | mkimage: Use generic code for showing an 'image type' errorSimon Glass2016-07-14-43/+2
* | mkimage: Allow display of a list of any image header categorySimon Glass2016-07-14-0/+43
* | image: Correct auto-fit architecture property nameSimon Glass2016-07-14-1/+2
* | mkimage: Drop blank line before main()Simon Glass2016-07-14-1/+0
* | mkimage: Drop premature setting of params.fit_image_typeSimon Glass2016-07-14-1/+0
* | mkimage: Require a data file when auto-fit is usedSimon Glass2016-07-14-0/+2
* | mkimage: Explain the auto-fit imagefile special caseSimon Glass2016-07-14-0/+1
* | mkimage: Honour the default image type with auto-fitSimon Glass2016-07-14-1/+1
|/
* tools: patman: Handle missing 'END' in non-last commit of a seriesBin Meng2016-07-11-2/+3
* tools: patman: Handle missing blank line for 'Series-changes'Bin Meng2016-07-11-2/+8
* tools: patman: Generate cover letter correctly when 'END' is missingBin Meng2016-07-11-0/+8
* tools: patman: Handle tag sections without an 'END'Bin Meng2016-07-11-0/+20
* tools: patman: Use cover_match for 'Cover-letter'Bin Meng2016-07-11-1/+2
* mkimage -l is broken for images after gpimageStefano Babic2016-07-11-2/+2
* Respect SOURCE_DATE_EPOCH when building FIT images.Vagrant Cascadian2016-06-24-15/+41
* mkimage: fit: spl: Add an optional static offset for external dataTeddy Reed2016-06-24-3/+30
* tools: moveconfig: show suspicious boards with possible misconversionMasahiro Yamada2016-06-22-1/+31
* tools: moveconfig: simplify show_failed_boards() and show more infoMasahiro Yamada2016-06-22-13/+14
* tools: moveconfig: simplify source tree switchingMasahiro Yamada2016-06-22-13/+9
* tools: moveconfig: change class WorkDir to class ReferenceSourceMasahiro Yamada2016-06-22-21/+28
* tools: moveconfig: fix needless move for config with default 1Masahiro Yamada2016-06-22-4/+2
* tools: fix define2mk.sed to not add quotes around negative integersMasahiro Yamada2016-06-13-0/+2
* tools: moveconfig: Add a new --git-ref optionJoe Hershberger2016-06-13-6/+68
* tools: moveconfig: New color used for changed defconfigJoe Hershberger2016-06-13-1/+1
* tools: moveconfig: Fix another typoJoe Hershberger2016-06-13-1/+1
* tools: moveconfig: make Slot.poll() more readable with helper methodsMasahiro Yamada2016-06-13-43/+67
* tools: moveconfig: allow to run without any CONFIG specifiedMasahiro Yamada2016-06-13-6/+10
* tools: moveconfig: add --force-sync optionMasahiro Yamada2016-06-13-3/+14
* tools: moveconfig: report when defconfig is updatedMasahiro Yamada2016-06-13-3/+11
* tools: moveconfig: report when CONFIGs are removed by savedefconfigMasahiro Yamada2016-06-13-0/+26
* tools: moveconfig: display log when savedefconfig occursMasahiro Yamada2016-06-13-1/+2
* tools: moveconfig: skip savedefconfig if .config was not updatedMasahiro Yamada2016-06-13-5/+16
* tools: moveconfig: refactor code to go back to idle stateMasahiro Yamada2016-06-13-20/+17
* tools: moveconfig: display log atomically in more readable formatMasahiro Yamada2016-06-13-31/+42
* tools: moveconfig: move log output code out of Kconfig Parser classMasahiro Yamada2016-06-13-12/+12
* tools: moveconfig: compute file paths just onceMasahiro Yamada2016-06-13-10/+10
* tools: moveconfig: allow to give CONFIG names as argument directlyMasahiro Yamada2016-06-13-88/+20
* tools: moveconfig: drop code for handling type and default valueMasahiro Yamada2016-06-13-76/+29
* tools: moveconfig: do not rely on type and default value given by usersMasahiro Yamada2016-06-13-45/+43
* tools: moveconfig: increment number of processed files monotonicallyMasahiro Yamada2016-06-13-16/+49
* tools: moveconfig: exit with error message for not clean directoryMasahiro Yamada2016-06-13-0/+8
* tools: moveconfig: check compilers before starting defconfig walkMasahiro Yamada2016-06-13-23/+48
* tools: moveconfig: check directory location before compilersMasahiro Yamada2016-06-13-2/+2
* tools: moveconfig: remove redundant else: after sys.exit()Masahiro Yamada2016-06-13-7/+5