aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
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
2016-12-09tools: mkimage: Use fstat instead of stat to avoid malicious hacksMichal Simek2-8/+22
2016-12-09Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze"Tom Rini2-22/+8
2016-12-08tools: mkimage: Use fstat instead of stat to avoid malicious hacksMichal Simek2-8/+22
2016-12-02buildman: Rename do_build to config_onlySimon Glass1-5/+5
2016-12-02buildman: Clean up odd characters on the terminalSimon Glass1-1/+1
2016-12-02buildman: Squash useless output from -KSimon Glass4-13/+38
2016-12-02buildman: Add documentation for CONFIG checkingSimon Glass1-0/+37
2016-12-02buildman: Add an option to just create the configSimon Glass4-7/+17
2016-12-01tools/kwbimage: add DEBUG optionChris Packham2-1/+10
2016-12-01tools/kwbimage: add BAUDRATE optionChris Packham2-1/+44
2016-11-30Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-1/+9
2016-11-29Merge git://git.denx.de/u-boot-mpc85xxTom Rini1-0/+2
2016-11-29tools: imximage: display DCD block offset, lengthEric Nelson1-1/+9
2016-11-28tools/env: fix environment alignment tests for block devicesMax Krummenacher1-27/+33
2016-11-28tools/Makefile: suppress "which swig" error outputAndre Przywara1-1/+1
2016-11-23tools/env: Correct include kconfigYork Sun1-0/+2
2016-11-21image: Combine image_sig_algo with image_sign_infoAndrew Duda1-7/+9
2016-11-21image: Add crypto_algo struct for RSA infoAndrew Duda1-4/+5
2016-11-15tools: mkimage: Check if file is regular fileMichal Simek1-2/+8
2016-11-15tools: mkimage: Add support for initialization table for Zynq and ZynqMPMike Looijmans2-0/+56
2016-11-13tools: fix mksunxiboot build for tools-all targetAndre Przywara1-1/+1
2016-11-06mkimage: Allow including a ramdisk in FIT auto modeTomeu Vizoso3-4/+40
2016-11-06buildman: Fix building based on 'options' fieldTom Rini1-2/+2
2016-11-05tools: imximage: check return value when open the plugin filePeng Fan1-1/+8
2016-10-31mkimage: Fix missing free() in show_valid_options()Simon Glass1-0/+1
2016-10-31Fix spelling of "occur".Vagrant Cascadian1-1/+1
2016-10-30tools: add mksunxiboot to tools-all targetStefan BrĂ¼ns2-1/+2
2016-10-30sunxi: Rename CONFIG_SUNXI to CONFIG_ARCH_SUNXIJagan Teki1-1/+1
2016-10-28Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2-60/+230
2016-10-24tools: moveconfig: support wildcards in --defconfigs fileMasahiro Yamada1-8/+22
2016-10-24tools: imximage: add plugin supportPeng Fan2-60/+230
2016-10-14pbl: use "wait" command instead of "flush" commandZhao Qiang1-1/+1
2016-10-09tools: buildman: Add compiler wrapperYork Sun2-2/+25