summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini2018-05-072-4/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07174-372/+177
* Merge git://git.denx.de/u-boot-imxTom Rini2018-04-301-1/+6
|\
| * Revert "imximage: Remove failure when no IVT offset is found"Fabio Estevam2018-04-261-0/+5
| * tools/imximage: Fix fruity lack of 0x prefix in DCD BlocksBryan O'Donoghue2018-04-261-1/+1
* | tools: mkimage: Check for datafile when type is scriptAlex Kiernan2018-04-281-0/+2
* | tools: mkenvimage: Fix possible segfault on stdin inputAlexander Dahl2018-04-281-1/+1
* | tools: mkenvimage: Fix read() stdin error handlingAlexander Dahl2018-04-281-1/+1
|/
* Merge git://git.denx.de/u-boot-imxTom Rini2018-04-151-1/+1
|\
| * tools/imximage: use 0x prefix in HAB Blocks lineRasmus Villemoes2018-04-151-1/+1
* | fw_printenv: Fix crash due to incorrect size for malloc'ed string.Kristian Amlie2018-04-101-1/+1
* | mkimage: do not fail if there is no print_header functionGuillaume GARDET2018-04-101-3/+2
* | tools/mxsimage: Support building with LibreSSLHauke Mehrtens2018-04-061-1/+2
* | kwbimage: Fix out of bounds accessAlexander Graf2018-03-301-0/+4
* | tools: xilinx: Fix zynq/zynqmp image recognitionMichal Simek2018-03-232-1/+7
* | tools: Make kwboot build if HOST_TOOLS_ALL=yTuomas Tynkkynen2018-03-221-0/+1
* | image: Add IH_OS_TEE for TEE chain-load bootBryan O'Donoghue2018-03-191-2/+13
* | tools/mkimage: add support for STM32 image formatPatrick Delaunay2018-03-192-0/+149
* | tools: env: Implement atomic replace for filesystemAlex Kiernan2018-03-191-3/+80
* | tools: env: Refactor write path of flash_io()Alex Kiernan2018-03-191-42/+50
* | tools: env: Fix CamelCasing style violationAlex Kiernan2018-03-191-9/+9
* | tools: env: Pass through indentAlex Kiernan2018-03-191-176/+170
|/
* Merge git://git.denx.de/u-boot-imxTom Rini2018-03-091-5/+0
|\
| * imximage: Remove failure when no IVT offset is foundFabio Estevam2018-03-091-5/+0
* | tools/mkimage: Use proper output parameter in dtc-system callStefan Theil2018-03-091-3/+3
|/
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-054-4/+4
* tools: Include U-Boot libfdt headers from their actual pathPaul Kocialkowski2018-03-051-1/+1
* tools/env: allow equal sign as key value separationStefan Agner2018-03-051-1/+1
* tools/kwbimage: fix LibreSSL buildJonathan Gray2018-02-231-2/+3
* Fix --noheader on fw_printenvAlex Kiernan2018-02-142-2/+2
* buildman: add option -E for treating compiler warnings as errorsDaniel Schwierzeck2018-02-044-2/+10
* tools/mrvl_uart.sh: Tidy script outputAndreas Färber2018-01-291-3/+3
* tools/mrvl_uart.sh: Fix minicom baudrateAndreas Färber2018-01-291-1/+1
* libfdt: migrate include/libfdt_env.h to a wrapperMasahiro Yamada2018-01-281-1/+1
* tools: include necessary headers explicitlyMasahiro Yamada2018-01-285-0/+7
* libfdt: migrate fdt_rw.c to a wrapper of scripts/dtc/libfdt/fdt_rw.cMasahiro Yamada2018-01-284-4/+56
* host-tools: use python2 explicitly for shebangMasahiro Yamada2018-01-285-5/+5
* tools: remove unused retJelle van der Waa2018-01-281-2/+0
* tools: provide a tool to convert a binary file to an includeHeinrich Schuchardt2018-01-223-0/+110
* patman: Unquote output from get_maintainer.plStefan Brüns2018-01-211-1/+2
* tools: omapimage: Fix mismatch of image size in headerLokesh Vutla2018-01-191-1/+1
* tools: Update python "help" tests to cope with "more" odditiesTom Rini2018-01-162-2/+8
* dtoc: Allow DTC environment variable to provide path to dtcSimon Glass2018-01-152-1/+6
* tools: fix incorrect usage of DT node unit addressAndre Przywara2018-01-151-12/+12
* fix incorrect usage of DT node unit address in commentsAndre Przywara2018-01-151-5/+5
* riscv: tools: Prelink u-bootRick Chen2018-01-123-0/+215
* tools: Add Marvell recovery image download scriptKonstantin Porotchkin2018-01-091-0/+119
* Merge tag 'xilinx-for-v2018.01-rc2-v2' of git://www.denx.de/git/u-boot-microb...Tom Rini2017-12-181-5/+27
|\
| * tools: zynqmpimage: Check return values from file functionsMichal Simek2017-12-181-5/+27
* | binman: Add documentation for the symbol featureSimon Glass2017-12-121-1/+31