aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2016-06-03mtd: nand: Remove docg4 driver and palmtreo680 flashing toolScott Wood1-177/+0
2016-05-31tools/env: allow to pass NULL for environment optionsAndreas Fenkart1-3/+24
2016-05-27Merge git://git.denx.de/u-boot-dmTom Rini1-6/+1
2016-05-27tools: Add entry for generated tools/bin2header to tools/.gitignoreRobert P. J. Day1-0/+1
2016-05-27tools/genboardscfg.py: remove bogus import subprocessMasahiro Yamada1-1/+0
2016-05-27tools/env: no global variable sharing between application and libraryAndreas Fenkart3-55/+48
2016-05-27rockchip: Check image name for the rksd imageSimon Glass1-6/+1
2016-05-27tools/env: compute size of usable area only onceAndreas Fenkart1-14/+18
2016-05-27tools/env: fw_printenv pass value_only as argumentAndreas Fenkart3-7/+7
2016-05-27tools/env: remove 'extern' from function prototype in fw_env.hAndreas Fenkart1-8/+8
2016-05-27tools/env: pass key as argument to env_aes_cbc_cryptAndreas Fenkart1-6/+9
2016-05-24tools: zynqmpimage: Add Xilinx ZynqMP boot header generationMichal Simek2-0/+270
2016-05-23mkimage: Add a quiet modeSimon Glass3-2/+7
2016-05-17Merge git://git.denx.de/u-boot-dmTom Rini5-11/+73
2016-05-17buildman: allow more incremental buildingStephen Warren5-11/+73
2016-05-17imx: tools: imximage: fix CLR bit commandAdrian Alonso1-1/+1
2016-05-13test, tools: update tbot documentationHeiko Schocher2-153/+103
2016-05-05Fix various typos, scattered over the code.Robert P. J. Day1-2/+2
2016-05-03mkimage: fix generation of FIT imageAndreas Bießmann1-6/+3
2016-05-02fit_image: Fix a double close() on the error pathSimon Glass1-1/+0
2016-05-02tools: env: fix config file loading in env libraryAnatolij Gustschin1-0/+3
2016-05-02Change my mailaddressAndreas Bießmann2-2/+2
2016-05-02mkimage: fix argument parsing on BSD systemsAndreas Bießmann1-21/+12
2016-03-27tools: env: bug: config structs must be defined in tools libraryAndreas Fenkart2-4/+4
2016-03-26tools: env: fw_parse_script: simplify removal of newline/carriage returnAndreas Fenkart1-6/+4
2016-03-26tools: env: split fw_string_blank into skip_chars / skip_blanksAndreas Fenkart1-9/+14
2016-03-26tools: env: fw_string_blank: return from loop when item foundAndreas Fenkart1-5/+2
2016-03-26tools: env: replace WHITESPACE macro by isblankAndreas Fenkart1-4/+3
2016-03-24tools: kwboot: Add xmodem timeout optionKevin Smith1-2/+9
2016-03-24tools: kwboot: Clean up usage textKevin Smith1-1/+1
2016-03-22mkimage: Don't close the file if it wasn't openedSimon Glass1-2/+2
2016-03-22mkimage: Ensure file is closed in fdt_property_file()Simon Glass1-1/+2
2016-03-22mkimage: Fix missing free() and close() in fit_build()Simon Glass1-1/+4
2016-03-22mkimage: Fix missing free() in fit_extract_data()Simon Glass1-0/+2
2016-03-22mkimage: Fix error path in fit_extract_data()Simon Glass1-4/+7
2016-03-22mkimage: Add a missing free() to fit_import_data()Simon Glass1-0/+1
2016-03-22mkimage: Close the file when unable to get its sizeSimon Glass1-0/+1
2016-03-22mkimage: Correct file being closed twice in fit_extract_data()Simon Glass1-2/+0
2016-03-22mkimage: Correct file being closed twice in fit_import_data()Simon Glass1-1/+1
2016-03-22mkimage: Fix munmap() call when importing dataSimon Glass1-1/+1
2016-03-22Fix spelling of "comment".Vagrant Cascadian1-1/+1
2016-03-22cmd: Fix license commandTom Rini2-2/+10
2016-03-17buildman: Clarify the use of -VSimon Glass2-2/+3
2016-03-17buildman: Add a way to specific a full toolchain prefixSimon Glass2-110/+226
2016-03-17buildman: Allow branch names which conflict with directoriesSimon Glass2-0/+7
2016-03-14Merge git://git.denx.de/u-boot-dmTom Rini5-21/+51
2016-03-14mkimage: Bring data into the FIT before processingSimon Glass1-0/+97
2016-03-14mkimage: Support placing data outside the FITSimon Glass3-1/+114
2016-03-14mkimage: Support adding device tree files to a FITSimon Glass3-10/+133
2016-03-14mkimage: Support automatic creating of a FIT without a .itsSimon Glass3-5/+220