summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2016-09-17moveconfig: Add an option to commit changesSimon Glass1-0/+18
2016-09-17moveconfig: Add an option to skip promptsSimon Glass1-14/+23
2016-09-09Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-0/+0
2016-09-06tools: moveconfig: add --spl option to move options for SPL buildMasahiro Yamada1-3/+30
2016-09-06tools: moveconfig: warn loudly if moved option has no entry in KconfigMasahiro Yamada1-14/+31
2016-09-06tools: moveconfig: use sets instead of lists for failed/suspicious boardsMasahiro Yamada1-10/+10
2016-09-06tools: moveconfig: remove document about deprecated error messageMasahiro Yamada1-4/+0
2016-09-06imx: ventana: enable splashscreen supportTim Harvey1-0/+0
2016-08-27treewide: fix "followings" to "following"Masahiro Yamada1-2/+2
2016-08-27tools: moveconfig: add Xtensa GCC prefix to CROSS_COMPILE listMasahiro Yamada1-1/+2
2016-08-26tools: kwboot: patch destaddr only for SoCs with header version 1Simon Baatz1-8/+8
2016-08-20tools/env: soften warning about erase block alignmentAndreas Fenkart1-1/+1
2016-08-20tools/env: return with error if redundant environments have unequal sizeAndreas Fenkart1-3/+2
2016-08-16tools/env: ensure environment starts at erase block boundaryAndreas Fenkart1-0/+12
2016-08-06mkimage: Fix argument parsing with signature commentKarl Beldan1-1/+1
2016-08-05tools: moveconfig: support CONFIG_SYS_EXTRA_OPTIONS cleaningMasahiro Yamada1-0/+74
2016-08-05tools: moveconfig: make getting all defconfigs into helper functionMasahiro Yamada1-6/+11
2016-08-05tools: moveconfig: fix cleanup of defines across multiple linesMasahiro Yamada1-0/+3
2016-08-05tools: moveconfig: show diffs of cleaned headers in colorMasahiro Yamada1-10/+16
2016-08-05tools: moveconfig: show result of header cleaning in unified diffMasahiro Yamada1-5/+25
2016-08-05tools: moveconfig: trim garbage lines after header cleanupsMasahiro Yamada1-4/+81
2016-08-05tools: moveconfig: do not check clean tree and compilers for -H optionMasahiro Yamada1-4/+2
2016-08-05tools: moveconfig: do not cleanup headers in include/generatedMasahiro Yamada1-0/+2
2016-08-01buildman: Add a quick-start noteSimon Glass1-0/+14
2016-08-01buildman: Avoid overwriting existing toolchain entriesSimon Glass1-2/+1
2016-08-01buildman: Drop the toolchain error when downloading toolchainsSimon Glass1-7/+10
2016-08-01buildman: Fix a typo in TestSettingsHasPath()Simon Glass1-1/+1
2016-08-01buildman: Improve the toolchain progress/error outputSimon Glass2-12/+21
2016-08-01buildman: Allow the toolchain error to be suppressedSimon Glass1-6/+14
2016-08-01buildman: Fix the 'help' test to use the correct pathSimon Glass1-1/+1
2016-08-01buildman: Automatically create a config file if neededSimon Glass1-0/+44
2016-08-01buildman: Tidy up the README a littleSimon Glass1-23/+30
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