aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2017-04-14buildman: Translate more strings to latin-1Tom Rini1-2/+2
2017-04-13Merge git://git.denx.de/u-boot-dmTom Rini5-6/+10
2017-04-13buildman: Handle commit subjects containing unicodeSimon Glass1-2/+3
2017-04-13tools: allow to override pythonStefano Babic1-1/+1
2017-04-13fdtgrep: Cope with the /aliases node being lastSimon Glass1-3/+0
2017-04-13dtoc: Decode val if it's a byte stringGeorge McCollister1-0/+2
2017-04-13patman: Convert byte arrays to stringsGeorge McCollister1-0/+4
2017-04-12env: fix memory leak in fw_env routinesStefano Babic2-19/+70
2017-04-12env: add a version number to check APIStefano Babic1-0/+15
2017-04-12env: split fw_env.h in public and private partsStefano Babic4-50/+58
2017-04-12Rename aes.h to uboot_aes.hStefano Babic1-1/+1
2017-04-10tools: binman: Add missing filenames for various x86 rom testsBin Meng5-0/+6
2017-04-10binman: Remove hard-coded file name for x86 flash-descriptor & intel-meStefan Roese2-6/+0
2017-04-07tools: sunxi: Add spl image builderMaxime Ripard3-0/+487
2017-04-04rockchip: mkimage: update rkimage to support pre-padded payloadsPhilipp Tomsich2-31/+13
2017-04-04rockchip: mkimage: pad the header to 8-bytes (using a 'nop') for RK3399Philipp Tomsich4-36/+118
2017-04-04rockchip: mkimage: simplify start/size calculation for rc4_encodePhilipp Tomsich2-4/+4
2017-03-28tools: plbimage support generate rcw fileyuan linyu1-21/+27
2017-03-22dtoc: make ScanTree recurse into subnodesPhilipp Tomsich1-1/+18
2017-03-20Pass empty CFLAGS on invocation of libfdt/setup.pyMax Filippov1-1/+1
2017-03-19Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2-1/+15
2017-03-19tools: imximage: add set bit commandPeng Fan2-1/+15
2017-03-16rockchip: mkimage: Add support rk3188 serialHeiko Stübner1-0/+1
2017-03-16rockchip: mkimage: Allow encoding of loader code in spl imagesHeiko Stübner5-4/+62
2017-03-16dm: allow limiting pre-reloc markings to spl or tplHeiko Stübner1-0/+2
2017-03-14tools: fix cross-compiling tools when HOSTCC is overriddenMasahiro Yamada2-2/+2
2017-03-14tools: omapimage: Fix size in headerLokesh Vutla1-1/+1
2017-03-11tools: binman: change shebang from python into python2Jörg Krause1-1/+1
2017-03-09kconfiglib.py: Kludge in 'imply' supportTom Rini1-5/+6
2017-03-09tools: Remove CONFIG_SYS_TEXT_BASE in MakefilePatrick Delaunay1-1/+0
2017-02-17tools: kwboot: don't adjust destaddr when patching the imageChris Packham1-8/+0
2017-02-17tools: kwbimage: Fix unchecked return value and fd leakMario Six1-2/+11
2017-02-09Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini3-0/+81
2017-02-08Merge git://git.denx.de/u-boot-dmTom Rini6-17/+23
2017-02-08cmd: rework "license" commandMasahiro Yamada2-51/+1
2017-02-08patman: Handle non-ascii characters in namesChris Packham1-1/+2
2017-02-08buildman: Allow showing the list of boards with -nSimon Glass3-14/+17
2017-02-08patman: Format checkpatch messages for IDE throwbackSimon Glass1-2/+3
2017-02-08dtoc: Replace dot with underscore to avoid compiler errorsSimon Glass1-0/+1
2017-02-07tools: Add tool to add crc8 to a mac addressoliver@schinagl.nl3-0/+80
2017-02-07tools: Allow crc8 to be usedoliver@schinagl.nl1-0/+1
2017-02-07tools: binman: Handle optional microcode case in SPL imageBin Meng1-0/+6
2017-02-07tools: binman: Call correct init for Entry_u_boot_spl_with_ucode_ptrBin Meng1-1/+1
2017-02-01Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-22/+16
2017-02-01arm: mvebu: Implement secure bootMario Six3-7/+780
2017-02-01tools: kwbimage: Refactor line parsing and fix errorMario Six1-71/+106
2017-02-01tools: kwbimage: Factor out add_binary_header_v1Mario Six1-67/+79
2017-02-01tools: kwbimage: Remove unused parameterMario Six1-4/+3
2017-02-01tools: kwbimage: Reduce scope of variablesMario Six1-4/+5
2017-02-01tools: kwbimage: Fix arithmetic with void pointersMario Six1-10/+12