summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
| * fdtgrep: Improve error handling with invalid device treeSimon Glass2016-03-141-4/+10
* | mkimage: Bring data into the FIT before processingSimon Glass2016-03-141-0/+97
* | mkimage: Support placing data outside the FITSimon Glass2016-03-143-1/+114
* | mkimage: Support adding device tree files to a FITSimon Glass2016-03-143-10/+133
* | mkimage: Support automatic creating of a FIT without a .itsSimon Glass2016-03-143-5/+220
* | tools: Add a function to obtain the size of a fileSimon Glass2016-03-142-0/+34
* | mkimage: Allow a FIT to include an image of any typeSimon Glass2016-03-142-5/+29
* | tools: Include fdt_sw.o in libfdt for mkimageSimon Glass2016-03-141-1/+1
* | mkimage: Make 'params' staticSimon Glass2016-03-141-1/+1
* | mkimage: Show an error message when usage() is calledSimon Glass2016-03-141-8/+9
* | mkimage: Move usage() up to the topSimon Glass2016-03-141-39/+42
* | mkimage: Sort the option processing code by optionSimon Glass2016-03-141-25/+25
OpenPOWER on IntegriCloud