summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* dtoc: Add methods for reading data from propertiesSimon Glass2016-09-181-0/+25
* dtoc: Correct quotes in fdt_utilSimon Glass2016-09-181-1/+1
* dtoc: Support finding the offset of a propertySimon Glass2016-09-182-0/+29
* dtoc: Support packing the device treeSimon Glass2016-09-182-0/+27
* dtoc: Support deleting device tree propertiesSimon Glass2016-09-183-0/+43
* dtoc: Move to using bytearraySimon Glass2016-09-181-1/+1
* dtoc: Prepare for supporting changing of device treesSimon Glass2016-09-181-4/+42
* dtoc: Drop the convert_dash parameter to GetProps()Simon Glass2016-09-181-4/+1
* dtoc: Allow the device tree to be compiled from sourceSimon Glass2016-09-183-2/+48
* patman: Add a library to handle logging and progressSimon Glass2016-09-181-0/+166
* patman: Add a tools library for using temporary filesSimon Glass2016-09-181-0/+120
* dtoc: Move a few more common functions into fdt.pySimon Glass2016-09-183-32/+57
* dtoc: Move Widen() and GetPhandle() into the base classSimon Glass2016-09-183-83/+41
* dtoc: Move BytesToValue() and GetEmpty() into PropBaseSimon Glass2016-09-185-79/+80
* dtoc: Create a base class for FdtSimon Glass2016-09-184-48/+148
* dtoc: Rename fdt.py to fdt_normal.pySimon Glass2016-09-182-1/+1
* dtoc: Move the fdt library selection into fdt_selectSimon Glass2016-09-182-15/+26
* dtoc: Move the struct import into the correct orderSimon Glass2016-09-181-2/+1
* patman: Adjust command.Output() to raise an error by defaultSimon Glass2016-09-184-5/+8
* moveconfig: Add an option to commit changesSimon Glass2016-09-161-0/+18
* moveconfig: Add an option to skip promptsSimon Glass2016-09-161-14/+23
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2016-09-091-0/+0
|\
| * imx: ventana: enable splashscreen supportTim Harvey2016-09-061-0/+0
* | tools: moveconfig: add --spl option to move options for SPL buildMasahiro Yamada2016-09-061-3/+30
* | tools: moveconfig: warn loudly if moved option has no entry in KconfigMasahiro Yamada2016-09-061-14/+31
* | tools: moveconfig: use sets instead of lists for failed/suspicious boardsMasahiro Yamada2016-09-061-10/+10
* | tools: moveconfig: remove document about deprecated error messageMasahiro Yamada2016-09-061-4/+0
|/
* treewide: fix "followings" to "following"Masahiro Yamada2016-08-261-2/+2
* tools: moveconfig: add Xtensa GCC prefix to CROSS_COMPILE listMasahiro Yamada2016-08-261-1/+2
* tools: kwboot: patch destaddr only for SoCs with header version 1Simon Baatz2016-08-261-8/+8
* tools/env: soften warning about erase block alignmentAndreas Fenkart2016-08-201-1/+1
* tools/env: return with error if redundant environments have unequal sizeAndreas Fenkart2016-08-201-3/+2
* tools/env: ensure environment starts at erase block boundaryAndreas Fenkart2016-08-151-0/+12
* mkimage: Fix argument parsing with signature commentKarl Beldan2016-08-051-1/+1
* tools: moveconfig: support CONFIG_SYS_EXTRA_OPTIONS cleaningMasahiro Yamada2016-08-051-0/+74
* tools: moveconfig: make getting all defconfigs into helper functionMasahiro Yamada2016-08-051-6/+11
* tools: moveconfig: fix cleanup of defines across multiple linesMasahiro Yamada2016-08-051-0/+3
* tools: moveconfig: show diffs of cleaned headers in colorMasahiro Yamada2016-08-051-10/+16
* tools: moveconfig: show result of header cleaning in unified diffMasahiro Yamada2016-08-051-5/+25
* tools: moveconfig: trim garbage lines after header cleanupsMasahiro Yamada2016-08-051-4/+81
* tools: moveconfig: do not check clean tree and compilers for -H optionMasahiro Yamada2016-08-051-4/+2
* tools: moveconfig: do not cleanup headers in include/generatedMasahiro Yamada2016-08-051-0/+2
* buildman: Add a quick-start noteSimon Glass2016-07-311-0/+14
* buildman: Avoid overwriting existing toolchain entriesSimon Glass2016-07-311-2/+1
* buildman: Drop the toolchain error when downloading toolchainsSimon Glass2016-07-311-7/+10
* buildman: Fix a typo in TestSettingsHasPath()Simon Glass2016-07-311-1/+1
* buildman: Improve the toolchain progress/error outputSimon Glass2016-07-312-12/+21
* buildman: Allow the toolchain error to be suppressedSimon Glass2016-07-311-6/+14
* buildman: Fix the 'help' test to use the correct pathSimon Glass2016-07-311-1/+1
* buildman: Automatically create a config file if neededSimon Glass2016-07-311-0/+44