aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2018-04-30Merge git://git.denx.de/u-boot-imxTom Rini1-1/+6
2018-04-28tools: mkimage: Check for datafile when type is scriptAlex Kiernan1-0/+2
2018-04-28tools: mkenvimage: Fix possible segfault on stdin inputAlexander Dahl1-1/+1
2018-04-28tools: mkenvimage: Fix read() stdin error handlingAlexander Dahl1-1/+1
2018-04-26Revert "imximage: Remove failure when no IVT offset is found"Fabio Estevam1-0/+5
2018-04-26tools/imximage: Fix fruity lack of 0x prefix in DCD BlocksBryan O'Donoghue1-1/+1
2018-04-15Merge git://git.denx.de/u-boot-imxTom Rini1-1/+1
2018-04-15tools/imximage: use 0x prefix in HAB Blocks lineRasmus Villemoes1-1/+1
2018-04-10fw_printenv: Fix crash due to incorrect size for malloc'ed string.Kristian Amlie1-1/+1
2018-04-10mkimage: do not fail if there is no print_header functionGuillaume GARDET1-3/+2
2018-04-06tools/mxsimage: Support building with LibreSSLHauke Mehrtens1-1/+2
2018-03-30kwbimage: Fix out of bounds accessAlexander Graf1-0/+4
2018-03-23tools: xilinx: Fix zynq/zynqmp image recognitionMichal Simek2-1/+7
2018-03-22tools: Make kwboot build if HOST_TOOLS_ALL=yTuomas Tynkkynen1-0/+1
2018-03-19image: Add IH_OS_TEE for TEE chain-load bootBryan O'Donoghue1-2/+13
2018-03-19tools/mkimage: add support for STM32 image formatPatrick Delaunay2-0/+149
2018-03-19tools: env: Implement atomic replace for filesystemAlex Kiernan1-3/+80
2018-03-19tools: env: Refactor write path of flash_io()Alex Kiernan1-42/+50
2018-03-19tools: env: Fix CamelCasing style violationAlex Kiernan1-9/+9
2018-03-19tools: env: Pass through indentAlex Kiernan1-176/+170
2018-03-09Merge git://git.denx.de/u-boot-imxTom Rini1-5/+0
2018-03-09tools/mkimage: Use proper output parameter in dtc-system callStefan Theil1-3/+3
2018-03-09imximage: Remove failure when no IVT offset is foundFabio Estevam1-5/+0
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada4-4/+4
2018-03-05tools: Include U-Boot libfdt headers from their actual pathPaul Kocialkowski1-1/+1
2018-03-05tools/env: allow equal sign as key value separationStefan Agner1-1/+1
2018-02-23tools/kwbimage: fix LibreSSL buildJonathan Gray1-2/+3
2018-02-14Fix --noheader on fw_printenvAlex Kiernan2-2/+2
2018-02-04buildman: add option -E for treating compiler warnings as errorsDaniel Schwierzeck4-2/+10
2018-01-29tools/mrvl_uart.sh: Tidy script outputAndreas Färber1-3/+3
2018-01-29tools/mrvl_uart.sh: Fix minicom baudrateAndreas Färber1-1/+1
2018-01-28libfdt: migrate include/libfdt_env.h to a wrapperMasahiro Yamada1-1/+1
2018-01-28tools: include necessary headers explicitlyMasahiro Yamada5-0/+7
2018-01-28libfdt: migrate fdt_rw.c to a wrapper of scripts/dtc/libfdt/fdt_rw.cMasahiro Yamada4-4/+56
2018-01-28host-tools: use python2 explicitly for shebangMasahiro Yamada5-5/+5
2018-01-28tools: remove unused retJelle van der Waa1-2/+0
2018-01-22tools: provide a tool to convert a binary file to an includeHeinrich Schuchardt3-0/+110
2018-01-21patman: Unquote output from get_maintainer.plStefan Brüns1-1/+2
2018-01-19tools: omapimage: Fix mismatch of image size in headerLokesh Vutla1-1/+1
2018-01-16tools: Update python "help" tests to cope with "more" odditiesTom Rini2-2/+8
2018-01-15dtoc: Allow DTC environment variable to provide path to dtcSimon Glass2-1/+6
2018-01-15tools: fix incorrect usage of DT node unit addressAndre Przywara1-12/+12
2018-01-15fix incorrect usage of DT node unit address in commentsAndre Przywara1-5/+5
2018-01-12riscv: tools: Prelink u-bootRick Chen3-0/+215
2018-01-09tools: Add Marvell recovery image download scriptKonstantin Porotchkin1-0/+119
2017-12-18Merge tag 'xilinx-for-v2018.01-rc2-v2' of git://www.denx.de/git/u-boot-microb...Tom Rini1-5/+27
2017-12-18tools: zynqmpimage: Check return values from file functionsMichal Simek1-5/+27
2017-12-12binman: Add documentation for the symbol featureSimon Glass1-1/+31
2017-12-12binman: Support accessing binman tables at run timeSimon Glass10-10/+323
2017-12-12binman: Support enabling debug in testsSimon Glass4-6/+23