summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2016-07-26Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini1-7/+10
2016-07-26tools: env: Fix format warnings in debugMarcin Niestroj1-7/+10
2016-07-26mkimage: rockchip: add suport for rk33 serialKever Yang1-1/+1
2016-07-26mkimage: rockchip: add suport for rk33 serialKever Yang1-0/+1
2016-07-25dtoc: Correct the type widening code in fdt_fallbackSimon Glass1-0/+6
2016-07-25tools, rsa: Further minor cleanups on top of c236ebd and 2b9ec7mario.six@gdsys.cc1-3/+8
2016-07-22tools: Fix return code of fit_image_process_sig()mario.six@gdsys.cc1-6/+7
2016-07-22tools/env: reuse fw_getenv in fw_printenv functionAndreas Fenkart1-27/+17
2016-07-22tools/env: move envmatch further up in file to avoid forward declarationsAndreas Fenkart1-20/+18
2016-07-22tools/env: kernel-doc for fw_printenv, fw_getenv and fw_parse_scriptAndreas Fenkart2-2/+115
2016-07-22tools/env: allow negative offsetsStefan Agner2-9/+35
2016-07-22tools/env: complete environment device config earlyStefan Agner1-50/+60
2016-07-16Various, unrelated tree-wide typo fixes.Robert P. J. Day1-1/+1
2016-07-15Merge git://git.denx.de/u-boot-dmTom Rini7-0/+883
2016-07-15dm: core: Expand platdata for of-platdata devicesSimon Glass1-0/+2
2016-07-15dtoc: Ignore the u-boot, dm-pre-reloc propertySimon Glass1-0/+1
2016-07-15Only build the libfdt python module if 'swig' is availableSimon Glass1-1/+4
2016-07-15dm: Add a more efficient libfdt librarySimon Glass2-0/+191
2016-07-15dm: Add a tool to generate C code from a device treeSimon Glass2-0/+392
2016-07-15dm: Add a library to provide simple device-tree accessSimon Glass3-0/+294
2016-07-15mkimage: fix missing break for -p switchTeddy Reed1-0/+1
2016-07-15tools: Correct error handling in fit_image_process_hash()Simon Glass1-6/+8
2016-07-15tools: Add an error code when fit_handle_file() failsSimon Glass1-2/+2
2016-07-15mkimage: Show item lists for all categoriesSimon Glass1-3/+9
2016-07-15mkimage: Use generic code for showing an 'image type' errorSimon Glass1-43/+2
2016-07-15mkimage: Allow display of a list of any image header categorySimon Glass1-0/+43
2016-07-15image: Correct auto-fit architecture property nameSimon Glass1-1/+2
2016-07-15mkimage: Drop blank line before main()Simon Glass1-1/+0
2016-07-15mkimage: Drop premature setting of params.fit_image_typeSimon Glass1-1/+0
2016-07-15mkimage: Require a data file when auto-fit is usedSimon Glass1-0/+2
2016-07-15mkimage: Explain the auto-fit imagefile special caseSimon Glass1-0/+1
2016-07-15mkimage: 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-25Respect SOURCE_DATE_EPOCH when building FIT images.Vagrant Cascadian4-15/+41
2016-06-25mkimage: 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