aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2016-09-18dtoc: Add methods for reading data from propertiesSimon Glass1-0/+25
2016-09-18dtoc: Correct quotes in fdt_utilSimon Glass1-1/+1
2016-09-18dtoc: Support finding the offset of a propertySimon Glass2-0/+29
2016-09-18dtoc: Support packing the device treeSimon Glass2-0/+27
2016-09-18dtoc: Support deleting device tree propertiesSimon Glass3-0/+43
2016-09-18dtoc: Move to using bytearraySimon Glass1-1/+1
2016-09-18dtoc: Prepare for supporting changing of device treesSimon Glass1-4/+42
2016-09-18dtoc: Drop the convert_dash parameter to GetProps()Simon Glass1-4/+1
2016-09-18dtoc: Allow the device tree to be compiled from sourceSimon Glass3-2/+48
2016-09-18patman: Add a library to handle logging and progressSimon Glass1-0/+166
2016-09-18patman: Add a tools library for using temporary filesSimon Glass1-0/+120
2016-09-18dtoc: Move a few more common functions into fdt.pySimon Glass3-32/+57
2016-09-18dtoc: Move Widen() and GetPhandle() into the base classSimon Glass3-83/+41
2016-09-18dtoc: Move BytesToValue() and GetEmpty() into PropBaseSimon Glass5-79/+80
2016-09-18dtoc: Create a base class for FdtSimon Glass4-48/+148
2016-09-18dtoc: Rename fdt.py to fdt_normal.pySimon Glass2-1/+1
2016-09-18dtoc: Move the fdt library selection into fdt_selectSimon Glass2-15/+26
2016-09-18dtoc: Move the struct import into the correct orderSimon Glass1-2/+1
2016-09-18patman: Adjust command.Output() to raise an error by defaultSimon Glass4-5/+8
2016-09-16moveconfig: Add an option to commit changesSimon Glass1-0/+18
2016-09-16moveconfig: 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-26treewide: fix "followings" to "following"Masahiro Yamada1-2/+2
2016-08-26tools: 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-15tools/env: ensure environment starts at erase block boundaryAndreas Fenkart1-0/+12
2016-08-05mkimage: 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-07-31buildman: Add a quick-start noteSimon Glass1-0/+14
2016-07-31buildman: Avoid overwriting existing toolchain entriesSimon Glass1-2/+1
2016-07-31buildman: Drop the toolchain error when downloading toolchainsSimon Glass1-7/+10
2016-07-31buildman: Fix a typo in TestSettingsHasPath()Simon Glass1-1/+1
2016-07-31buildman: Improve the toolchain progress/error outputSimon Glass2-12/+21
2016-07-31buildman: Allow the toolchain error to be suppressedSimon Glass1-6/+14
2016-07-31buildman: Fix the 'help' test to use the correct pathSimon Glass1-1/+1
2016-07-31buildman: Automatically create a config file if neededSimon Glass1-0/+44