summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
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-07tools/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-05buildman: 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-23tools: 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-17tools: Update python "help" tests to cope with "more" odditiesTom Rini2-2/+8
2018-01-16dtoc: Allow DTC environment variable to provide path to dtcSimon Glass2-1/+6
2018-01-16tools: fix incorrect usage of DT node unit addressAndre Przywara1-12/+12
2018-01-16fix 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-13binman: Add documentation for the symbol featureSimon Glass1-1/+31
2017-12-13binman: Support accessing binman tables at run timeSimon Glass10-10/+323
2017-12-13binman: Support enabling debug in testsSimon Glass4-6/+23
2017-12-13binman: Adjust size of test SPL binarySimon Glass5-14/+14
2017-12-13binman: Add tests binaries with binman symbolsSimon Glass9-1/+103
2017-12-13binman: Drop a stale comment about the 'board' featureSimon Glass1-1/+0
2017-12-13binman: Add support for including spl/u-boot-spl-nodtb.binSimon Glass3-0/+33
2017-12-13binman: Add support for including spl/u-boot-spl.dtbSimon Glass3-0/+37
2017-12-13binman: Add a function to read ELF symbolsSimon Glass8-11/+128