aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2016-07-15Merge git://git.denx.de/u-boot-dmTom Rini7-0/+883
2016-07-14dm: core: Expand platdata for of-platdata devicesSimon Glass1-0/+2
2016-07-14dtoc: Ignore the u-boot, dm-pre-reloc propertySimon Glass1-0/+1
2016-07-14Only build the libfdt python module if 'swig' is availableSimon Glass1-1/+4
2016-07-14dm: Add a more efficient libfdt librarySimon Glass2-0/+191
2016-07-14dm: Add a tool to generate C code from a device treeSimon Glass2-0/+392
2016-07-14dm: Add a library to provide simple device-tree accessSimon Glass3-0/+294
2016-07-14mkimage: fix missing break for -p switchTeddy Reed1-0/+1
2016-07-14tools: Correct error handling in fit_image_process_hash()Simon Glass1-6/+8
2016-07-14tools: Add an error code when fit_handle_file() failsSimon Glass1-2/+2
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