aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
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
2017-12-12binman: Adjust size of test SPL binarySimon Glass5-14/+14
2017-12-12binman: Add tests binaries with binman symbolsSimon Glass9-1/+103
2017-12-12binman: Drop a stale comment about the 'board' featureSimon Glass1-1/+0
2017-12-12binman: Add support for including spl/u-boot-spl-nodtb.binSimon Glass3-0/+33
2017-12-12binman: Add support for including spl/u-boot-spl.dtbSimon Glass3-0/+37
2017-12-12binman: Add a function to read ELF symbolsSimon Glass8-11/+128
2017-12-05tools: omapimage: fix corner-case in byteswap pathPhilipp Tomsich1-1/+5
2017-12-04libfdt: migrate fdt_wip.c to a wrapper of scripts/dtc/libfdt/fdt_wip.cMasahiro Yamada2-2/+4
2017-11-29tools: env: Add support for direct read/write UBI volumesS. Lockwood-Childs2-2/+261
2017-11-29tools: zynqmpimage: adjust ug1085 reference to v1.4 of the documentJean-Francois Dagenais1-1/+1
2017-11-28tools: mkimage: Extend mkimage to also include pmufwMichal Simek1-1/+98
2017-11-23Merge git://git.denx.de/u-boot-dmTom Rini23-131/+424
2017-11-22binman: Return non-zero exit code on test failureSimon Glass1-2/+6
2017-11-22binman: Add add test for using an Intel MRC binarySimon Glass2-0/+20
2017-11-22binman: Add add test for SPL with a microcode pointerSimon Glass3-31/+84
2017-11-22binman: Add a test for x86-start16-splSimon Glass2-1/+22
2017-11-22binman: Add test for u-boot-spl-bss-padSimon Glass6-1/+64
2017-11-22binman: Check for files missing from test coverageSimon Glass1-3/+19
2017-11-22binman: Increase test coverage back to 100%Simon Glass1-7/+4
2017-11-22binman: Add a main program to the testsSimon Glass2-0/+8
2017-11-22binman: Add tests for importlib availabilitySimon Glass2-2/+36
2017-11-22binman: Set up 'entry' to permit full test coverageSimon Glass3-5/+10
2017-11-22binman: Append to PYTHONPATH when running test coverageSimon Glass1-1/+1
2017-11-22dtoc: Fix up testsSimon Glass1-45/+37
2017-11-22buildman: Fix up testsSimon Glass1-10/+21
2017-11-22buildman: Allow skipping of tests which use the networkSimon Glass3-4/+11
2017-11-22patman: Fix up tests to pass with newest checkpatchSimon Glass1-15/+26