summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* tools: moveconfig: cleanup README entiresChris Packham2017-05-081-0/+41
* tools: moveconfig: cleanup whitelist entriesChris Packham2017-05-081-0/+20
* tools: moveconfig: extract helper function for user confirmationChris Packham2017-05-081-19/+18
* tools: sunxi: avoid read after end of stringxypron.glpk@gmx.de2017-05-051-1/+1
* relocate-rela: add missing va_end()xypron.glpk@gmx.de2017-05-051-2/+4
* rockchip: mkimage: remove (left-over) assignment w/o effect [coverity]Philipp Tomsich2017-04-271-1/+0
* tools/env: avoid memory leak in fw_setenvxypron.glpk@gmx.de2017-04-181-0/+3
* buildman: Allow 'gnueabihf' toolchains for ARMTom Rini2017-04-181-2/+3
* tools: moveconfig: remove GCC prefix of obsolete architectureMasahiro Yamada2017-04-181-7/+0
* buildman: Translate more strings to latin-1Tom Rini2017-04-141-2/+2
* Merge git://git.denx.de/u-boot-dmTom Rini2017-04-135-6/+10
|\
| * buildman: Handle commit subjects containing unicodeSimon Glass2017-04-131-2/+3
| * tools: allow to override pythonStefano Babic2017-04-131-1/+1
| * fdtgrep: Cope with the /aliases node being lastSimon Glass2017-04-131-3/+0
| * dtoc: Decode val if it's a byte stringGeorge McCollister2017-04-131-0/+2
| * patman: Convert byte arrays to stringsGeorge McCollister2017-04-131-0/+4
* | env: fix memory leak in fw_env routinesStefano Babic2017-04-122-19/+70
* | env: add a version number to check APIStefano Babic2017-04-121-0/+15
* | env: split fw_env.h in public and private partsStefano Babic2017-04-124-50/+58
* | Rename aes.h to uboot_aes.hStefano Babic2017-04-121-1/+1
|/
* tools: binman: Add missing filenames for various x86 rom testsBin Meng2017-04-105-0/+6
* binman: Remove hard-coded file name for x86 flash-descriptor & intel-meStefan Roese2017-04-102-6/+0
* tools: sunxi: Add spl image builderMaxime Ripard2017-04-073-0/+487
* rockchip: mkimage: update rkimage to support pre-padded payloadsPhilipp Tomsich2017-04-042-31/+13
* rockchip: mkimage: pad the header to 8-bytes (using a 'nop') for RK3399Philipp Tomsich2017-04-044-36/+118
* rockchip: mkimage: simplify start/size calculation for rc4_encodePhilipp Tomsich2017-04-042-4/+4
* tools: plbimage support generate rcw fileyuan linyu2017-03-281-21/+27
* dtoc: make ScanTree recurse into subnodesPhilipp Tomsich2017-03-221-1/+18
* Pass empty CFLAGS on invocation of libfdt/setup.pyMax Filippov2017-03-201-1/+1
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2017-03-192-1/+15
|\
| * tools: imximage: add set bit commandPeng Fan2017-03-192-1/+15
* | rockchip: mkimage: Add support rk3188 serialHeiko Stübner2017-03-161-0/+1
* | rockchip: mkimage: Allow encoding of loader code in spl imagesHeiko Stübner2017-03-165-4/+62
* | dm: allow limiting pre-reloc markings to spl or tplHeiko Stübner2017-03-161-0/+2
|/
* tools: fix cross-compiling tools when HOSTCC is overriddenMasahiro Yamada2017-03-142-2/+2
* tools: omapimage: Fix size in headerLokesh Vutla2017-03-141-1/+1
* tools: binman: change shebang from python into python2Jörg Krause2017-03-111-1/+1
* kconfiglib.py: Kludge in 'imply' supportTom Rini2017-03-091-5/+6
* tools: Remove CONFIG_SYS_TEXT_BASE in MakefilePatrick Delaunay2017-03-091-1/+0
* tools: kwboot: don't adjust destaddr when patching the imageChris Packham2017-02-171-8/+0
* tools: kwbimage: Fix unchecked return value and fd leakMario Six2017-02-171-2/+11
* Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2017-02-093-0/+81
|\
| * tools: Add tool to add crc8 to a mac addressoliver@schinagl.nl2017-02-073-0/+80
| * tools: Allow crc8 to be usedoliver@schinagl.nl2017-02-071-0/+1
* | Merge git://git.denx.de/u-boot-dmTom Rini2017-02-086-17/+23
|\ \
| * | patman: Handle non-ascii characters in namesChris Packham2017-02-081-1/+2
| * | buildman: Allow showing the list of boards with -nSimon Glass2017-02-083-14/+17
| * | patman: Format checkpatch messages for IDE throwbackSimon Glass2017-02-081-2/+3
| * | dtoc: Replace dot with underscore to avoid compiler errorsSimon Glass2017-02-081-0/+1
* | | cmd: rework "license" commandMasahiro Yamada2017-02-082-51/+1
|/ /