aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-01tools: kwbimage: Fix style violationsMario Six1-8/+17
2017-02-01tools: kwbimage: Fix dest addrMario Six1-1/+2
2017-01-28buildman: Update link to the most recent prebuilt ARC toolachinAlexey Brodkin1-1/+1
2017-01-27tools: imximage: refactor header length calculations for imximage v1Martin Kaiser1-22/+16
2017-01-24tools: Correct python building host toolsTom Rini1-1/+2
2017-01-20tools: mkimage: fix sizeof_mismatch found by coveritySven Ebenfeld1-1/+1
2017-01-20binman: add tools directory to the python pathEmmanuel Vadot1-0/+1
2017-01-20build: Always build the libfdt python moduleEmmanuel Vadot1-1/+1
2017-01-14mkimage: Add support for signing with pkcs11George McCollister4-16/+28
2017-01-02Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2-2/+40
2017-01-02tools: binman: Use /usr/bin/env to find python executableEmmanuel Vadot1-1/+1
2017-01-02tools: mkimage: add firmware-ivt image type for HAB verificationSven Ebenfeld2-2/+40
2016-12-27tools: mkimage: Call fclose in error pathMichal Simek2-4/+12
2016-12-27relocate-rela: use compiler.h endian macrosJonathan Gray1-37/+4
2016-12-26binman: Remove hard-coded file name for x86 CMC/FSP/VGABin Meng3-9/+0
2016-12-20Merge git://git.denx.de/u-boot-dmTom Rini82-249/+3557
2016-12-20binman: Drop microcode features from ifdtoolSimon Glass1-249/+5
2016-12-20binman: Automatically include a U-Boot .dtsi fileSimon Glass1-0/+39
2016-12-20binman: Add support for building x86 images with FSP/CMCSimon Glass5-0/+74
2016-12-20binman: Add support for building x86 ROMs with SPLSimon Glass13-1/+315
2016-12-20binman: Add support for u-boot.img as an input binarySimon Glass3-0/+33
2016-12-20binman: Add support for building x86 ROMsSimon Glass23-3/+760
2016-12-20binman: Add basic entry types for U-BootSimon Glass34-0/+1080
2016-12-20binman: Introduce binman, a tool for building binary imagesSimon Glass9-0/+1255
2016-12-19tools: mxsimage: Fix build with OpenSSL 1.1.xMarek Vasut1-34/+70
2016-12-16imx6: icorem6: Add custom splashscreen supportJagan Teki1-0/+0