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