summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* | binman: Support accessing binman tables at run timeSimon Glass2017-12-1210-10/+323
* | binman: Support enabling debug in testsSimon Glass2017-12-124-6/+23
* | binman: Adjust size of test SPL binarySimon Glass2017-12-125-14/+14
* | binman: Add tests binaries with binman symbolsSimon Glass2017-12-129-1/+103
* | binman: Drop a stale comment about the 'board' featureSimon Glass2017-12-121-1/+0
* | binman: Add support for including spl/u-boot-spl-nodtb.binSimon Glass2017-12-123-0/+33
* | binman: Add support for including spl/u-boot-spl.dtbSimon Glass2017-12-123-0/+37
* | binman: Add a function to read ELF symbolsSimon Glass2017-12-128-11/+128
|/
* tools: omapimage: fix corner-case in byteswap pathPhilipp Tomsich2017-12-051-1/+5
* libfdt: migrate fdt_wip.c to a wrapper of scripts/dtc/libfdt/fdt_wip.cMasahiro Yamada2017-12-042-2/+4
* tools: env: Add support for direct read/write UBI volumesS. Lockwood-Childs2017-11-292-2/+261
* tools: zynqmpimage: adjust ug1085 reference to v1.4 of the documentJean-Francois Dagenais2017-11-291-1/+1
* tools: mkimage: Extend mkimage to also include pmufwMichal Simek2017-11-281-1/+98
* Merge git://git.denx.de/u-boot-dmTom Rini2017-11-2323-131/+424
|\
| * binman: Return non-zero exit code on test failureSimon Glass2017-11-221-2/+6
| * binman: Add add test for using an Intel MRC binarySimon Glass2017-11-222-0/+20
| * binman: Add add test for SPL with a microcode pointerSimon Glass2017-11-223-31/+84
| * binman: Add a test for x86-start16-splSimon Glass2017-11-222-1/+22
| * binman: Add test for u-boot-spl-bss-padSimon Glass2017-11-226-1/+64
| * binman: Check for files missing from test coverageSimon Glass2017-11-221-3/+19
| * binman: Increase test coverage back to 100%Simon Glass2017-11-221-7/+4
| * binman: Add a main program to the testsSimon Glass2017-11-222-0/+8
| * binman: Add tests for importlib availabilitySimon Glass2017-11-222-2/+36
| * binman: Set up 'entry' to permit full test coverageSimon Glass2017-11-223-5/+10
| * binman: Append to PYTHONPATH when running test coverageSimon Glass2017-11-221-1/+1