summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* tools/env: allow to pass NULL for environment optionsAndreas Fenkart2016-05-311-3/+24
* Merge git://git.denx.de/u-boot-dmTom Rini2016-05-271-6/+1
|\
| * rockchip: Check image name for the rksd imageSimon Glass2016-05-271-6/+1
* | tools: Add entry for generated tools/bin2header to tools/.gitignoreRobert P. J. Day2016-05-271-0/+1
* | tools/genboardscfg.py: remove bogus import subprocessMasahiro Yamada2016-05-271-1/+0
* | tools/env: no global variable sharing between application and libraryAndreas Fenkart2016-05-273-55/+48
* | tools/env: compute size of usable area only onceAndreas Fenkart2016-05-271-14/+18
* | tools/env: fw_printenv pass value_only as argumentAndreas Fenkart2016-05-273-7/+7
* | tools/env: remove 'extern' from function prototype in fw_env.hAndreas Fenkart2016-05-271-8/+8
* | tools/env: pass key as argument to env_aes_cbc_cryptAndreas Fenkart2016-05-271-6/+9
|/
* tools: zynqmpimage: Add Xilinx ZynqMP boot header generationMichal Simek2016-05-242-0/+270
* mkimage: Add a quiet modeSimon Glass2016-05-233-2/+7
* Merge git://git.denx.de/u-boot-dmTom Rini2016-05-175-11/+73
|\
| * buildman: allow more incremental buildingStephen Warren2016-05-175-11/+73
* | imx: tools: imximage: fix CLR bit commandAdrian Alonso2016-05-171-1/+1
|/
* test, tools: update tbot documentationHeiko Schocher2016-05-132-153/+103
* Fix various typos, scattered over the code.Robert P. J. Day2016-05-051-2/+2
* mkimage: fix generation of FIT imageAndreas Bießmann2016-05-031-6/+3
* fit_image: Fix a double close() on the error pathSimon Glass2016-05-021-1/+0
* tools: env: fix config file loading in env libraryAnatolij Gustschin2016-05-021-0/+3
* Change my mailaddressAndreas Bießmann2016-05-022-2/+2
* mkimage: fix argument parsing on BSD systemsAndreas Bießmann2016-05-021-21/+12
* tools: env: bug: config structs must be defined in tools libraryAndreas Fenkart2016-03-272-4/+4
* tools: env: fw_parse_script: simplify removal of newline/carriage returnAndreas Fenkart2016-03-261-6/+4
* tools: env: split fw_string_blank into skip_chars / skip_blanksAndreas Fenkart2016-03-261-9/+14
* tools: env: fw_string_blank: return from loop when item foundAndreas Fenkart2016-03-261-5/+2
* tools: env: replace WHITESPACE macro by isblankAndreas Fenkart2016-03-261-4/+3
* tools: kwboot: Add xmodem timeout optionKevin Smith2016-03-241-2/+9
* tools: kwboot: Clean up usage textKevin Smith2016-03-241-1/+1
* mkimage: Don't close the file if it wasn't openedSimon Glass2016-03-221-2/+2
* mkimage: Ensure file is closed in fdt_property_file()Simon Glass2016-03-221-1/+2
* mkimage: Fix missing free() and close() in fit_build()Simon Glass2016-03-221-1/+4
* mkimage: Fix missing free() in fit_extract_data()Simon Glass2016-03-221-0/+2
* mkimage: Fix error path in fit_extract_data()Simon Glass2016-03-221-4/+7
* mkimage: Add a missing free() to fit_import_data()Simon Glass2016-03-221-0/+1
* mkimage: Close the file when unable to get its sizeSimon Glass2016-03-221-0/+1
* mkimage: Correct file being closed twice in fit_extract_data()Simon Glass2016-03-221-2/+0
* mkimage: Correct file being closed twice in fit_import_data()Simon Glass2016-03-221-1/+1
* mkimage: Fix munmap() call when importing dataSimon Glass2016-03-221-1/+1
* Fix spelling of "comment".Vagrant Cascadian2016-03-221-1/+1
* cmd: Fix license commandTom Rini2016-03-222-2/+10
* buildman: Clarify the use of -VSimon Glass2016-03-172-2/+3
* buildman: Add a way to specific a full toolchain prefixSimon Glass2016-03-172-110/+226
* buildman: Allow branch names which conflict with directoriesSimon Glass2016-03-172-0/+7
* Merge git://git.denx.de/u-boot-dmTom Rini2016-03-145-21/+51
|\
| * buildman: Allow the toolchain architecture to be specifiedSimon Glass2016-03-141-5/+12
| * buildman: Allow the toolchain priority to be specifiedSimon Glass2016-03-141-8/+22
| * buildman: Fix up a few code inconsistencies in toolchain.pySimon Glass2016-03-141-5/+6
| * buildman: patman: Fix -H when installed as a symlinkSimon Glass2016-03-142-2/+4
| * patman: Add a missing space in GetMetaDataForList()Simon Glass2016-03-141-1/+1
OpenPOWER on IntegriCloud