summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeLines
* mkimage: rockchip: add suport for rk33 serialKever Yang2016-07-25-0/+1
* dtoc: Correct the type widening code in fdt_fallbackSimon Glass2016-07-25-0/+6
* tools, rsa: Further minor cleanups on top of c236ebd and 2b9ec7mario.six@gdsys.cc2016-07-25-3/+8
* tools: Fix return code of fit_image_process_sig()mario.six@gdsys.cc2016-07-22-6/+7
* tools/env: reuse fw_getenv in fw_printenv functionAndreas Fenkart2016-07-22-27/+17
* tools/env: move envmatch further up in file to avoid forward declarationsAndreas Fenkart2016-07-22-20/+18
* tools/env: kernel-doc for fw_printenv, fw_getenv and fw_parse_scriptAndreas Fenkart2016-07-22-2/+115
* tools/env: allow negative offsetsStefan Agner2016-07-22-9/+35
* tools/env: complete environment device config earlyStefan Agner2016-07-22-50/+60
* Various, unrelated tree-wide typo fixes.Robert P. J. Day2016-07-16-1/+1
* Merge git://git.denx.de/u-boot-dmTom Rini2016-07-15-0/+883
|\
| * dm: core: Expand platdata for of-platdata devicesSimon Glass2016-07-14-0/+2
| * dtoc: Ignore the u-boot, dm-pre-reloc propertySimon Glass2016-07-14-0/+1
| * Only build the libfdt python module if 'swig' is availableSimon Glass2016-07-14-1/+4
| * dm: Add a more efficient libfdt librarySimon Glass2016-07-14-0/+191
| * 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