summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* cmd/gpt.c, cmd/nvedit.c, tools/fit_image.c: Rework recent fixes for CoverityTom Rini2017-10-071-10/+11
* tools/fit_image.c: Update some return code pathsTom Rini2017-10-061-1/+3
* rockchip: mkimage: add support for rk3128 socKever Yang2017-10-011-0/+1
* kconfiglib: update with 'imply' supportUlf Magnusson2017-09-292-141/+194
* tools/mkimage: Make the path to the dtc binary that mkimage calls configurableTom Rini2017-09-241-1/+1
* Merge git://git.denx.de/u-boot-x86Tom Rini2017-09-173-1/+36
|\
| * tools: binman: Add a new entry type for Intel VBTBin Meng2017-09-163-1/+36
* | dtoc: Add a header to the generated filesSimon Glass2017-09-151-0/+12
* | dtoc: Support properties containing multiple phandle valuesSimon Glass2017-09-153-12/+53
* | dtoc: Put phandle args in an arraySimon Glass2017-09-152-2/+2
* | dtoc: Put each phandle on a separate lineSimon Glass2017-09-152-6/+9
* | dtoc: Rename the phandle structSimon Glass2017-09-152-2/+3
* | dtoc: Rename is_phandle() and adjust it to return more detailSimon Glass2017-09-152-22/+58
* | dtoc: Make is_phandle() a member functionSimon Glass2017-09-151-18/+18
* | dtoc: Use the Fdt's class's phandle mapSimon Glass2017-09-151-13/+3
* | dtoc: Update the Fdt class to record phandlesSimon Glass2017-09-151-0/+5
* | dtoc: Handle 'reg' properties with unusual sizesSimon Glass2017-09-152-0/+38
* | dtoc: Add support for 32 or 64-bit addressesSimon Glass2017-09-157-0/+401
* | dtoc: Avoid very long lines in outputSimon Glass2017-09-152-3/+10
* | dtoc: Add a 64-bit type and a way to convert cells into 64 bitsSimon Glass2017-09-153-1/+18
* | dtoc: Adjust Node to record its parentSimon Glass2017-09-151-5/+7
|/
* lib: at91: Add logo files used via API of DM_VIDEOWenyou Yang2017-09-141-0/+0
* patman: Fix error when the email blacklist is missingSimon Glass2017-09-131-3/+25
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2017-09-121-1/+1
|\
| * tools: pblimage: Fix address calculationYork Sun2017-09-111-1/+1
* | patman: add support for omitting bouncing addressesChris Packham2017-09-113-0/+35
* | moveconfig: Use fd.write() instead of print >>Simon Glass2017-09-111-3/+3
* | genconfig.py: Print defconfig next to warningsSimon Glass2017-09-112-8/+21
|/
* tools: .gitignore: Add libfdt related filesBin Meng2017-09-071-0/+4
* tools: .gitignore: Sort in alphabetical orderBin Meng2017-09-071-10/+9
* env: Add 'envtools' target to 'make help'Simon Glass2017-09-051-0/+3
* env: Fix operation of 'make environ'Simon Glass2017-09-051-2/+2
* env: Fix out of tree building of tools-allTom Rini2017-09-053-3/+3
* Makefile: Suppress output of python libfdt build commandBin Meng2017-09-031-2/+2
* Makefile: Quiesce libfdt buildBin Meng2017-09-031-1/+1
* fix: fw_env: Prevent writing error message on special files, which don't supp...Lukasz Majewski2017-09-031-2/+4
* imx: move imximage header to common locationStefan Agner2017-08-231-200/+0
* Fix 'notes' typosAnatolij Gustschin2017-08-201-1/+1
* Makefile: honor PYTHON configuration properlyClément Bœsch2017-08-201-1/+1
* env: Rename setenv() to env_set()Simon Glass2017-08-163-7/+7
* Move environment files from common/ to env/Simon Glass2017-08-151-2/+2
* rockchip: rk3368: mkimage: add support for the RK3368Philipp Tomsich2017-08-131-0/+1
* mips-relocs: Fix warning from gcc 6.3Paul Burton2017-07-251-0/+6
* MIPS: Stop building position independent codePaul Burton2017-07-253-0/+429
* RFC: moveconfig: Use toolchains from buildmanSimon Glass2017-07-221-96/+34
* moveconfig: Tidy up imply flag parsingSimon Glass2017-07-221-8/+15
* dtc: mkimage: Add the possibility to specify DTCEmmanuel Vadot2017-07-222-1/+2
* tools/fw_env: use fsync to ensure that data is physically storedMichael Heimpold2017-07-221-0/+12
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2017-07-181-1/+1
|\
| * imx: reorganize IMX code as other SOCsStefano Babic2017-07-121-1/+1