summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeLines
* tools: env: bug: config structs must be defined in tools libraryAndreas Fenkart2016-03-27-4/+4
* tools: env: fw_parse_script: simplify removal of newline/carriage returnAndreas Fenkart2016-03-26-6/+4
* tools: env: split fw_string_blank into skip_chars / skip_blanksAndreas Fenkart2016-03-26-9/+14
* tools: env: fw_string_blank: return from loop when item foundAndreas Fenkart2016-03-26-5/+2
* tools: env: replace WHITESPACE macro by isblankAndreas Fenkart2016-03-26-4/+3
* tools: kwboot: Add xmodem timeout optionKevin Smith2016-03-24-2/+9
* tools: kwboot: Clean up usage textKevin Smith2016-03-24-1/+1
* mkimage: Don't close the file if it wasn't openedSimon Glass2016-03-22-2/+2
* mkimage: Ensure file is closed in fdt_property_file()Simon Glass2016-03-22-1/+2
* mkimage: Fix missing free() and close() in fit_build()Simon Glass2016-03-22-1/+4
* mkimage: Fix missing free() in fit_extract_data()Simon Glass2016-03-22-0/+2
* mkimage: Fix error path in fit_extract_data()Simon Glass2016-03-22-4/+7
* mkimage: Add a missing free() to fit_import_data()Simon Glass2016-03-22-0/+1
* mkimage: Close the file when unable to get its sizeSimon Glass2016-03-22-0/+1
* mkimage: Correct file being closed twice in fit_extract_data()Simon Glass2016-03-22-2/+0
* mkimage: Correct file being closed twice in fit_import_data()Simon Glass2016-03-22-1/+1
* mkimage: Fix munmap() call when importing dataSimon Glass2016-03-22-1/+1
* Fix spelling of "comment".Vagrant Cascadian2016-03-22-1/+1
* cmd: Fix license commandTom Rini2016-03-22-2/+10
* buildman: Clarify the use of -VSimon Glass2016-03-17-2/+3
* buildman: Add a way to specific a full toolchain prefixSimon Glass2016-03-17-110/+226
* buildman: Allow branch names which conflict with directoriesSimon Glass2016-03-17-0/+7
* Merge git://git.denx.de/u-boot-dmTom Rini2016-03-14-21/+51
|\
| * buildman: Allow the toolchain architecture to be specifiedSimon Glass2016-03-14-5/+12
| * buildman: Allow the toolchain priority to be specifiedSimon Glass2016-03-14-8/+22
| * buildman: Fix up a few code inconsistencies in toolchain.pySimon Glass2016-03-14-5/+6
| * buildman: patman: Fix -H when installed as a symlinkSimon Glass2016-03-14-2/+4
| * patman: Add a missing space in GetMetaDataForList()Simon Glass2016-03-14-1/+1
| * fdtgrep: Improve error handling with invalid device treeSimon Glass2016-03-14-4/+10
* | mkimage: Bring data into the FIT before processingSimon Glass2016-03-14-0/+97
* | mkimage: Support placing data outside the FITSimon Glass2016-03-14-1/+114
* | mkimage: Support adding device tree files to a FITSimon Glass2016-03-14-10/+133
* | mkimage: Support automatic creating of a FIT without a .itsSimon Glass2016-03-14-5/+220
* | tools: Add a function to obtain the size of a fileSimon Glass2016-03-14-0/+34
* | mkimage: Allow a FIT to include an image of any typeSimon Glass2016-03-14-5/+29
* | tools: Include fdt_sw.o in libfdt for mkimageSimon Glass2016-03-14-1/+1
* | mkimage: Make 'params' staticSimon Glass2016-03-14-1/+1
* | mkimage: Show an error message when usage() is calledSimon Glass2016-03-14-8/+9
* | mkimage: Move usage() up to the topSimon Glass2016-03-14-39/+42
* | mkimage: Sort the option processing code by optionSimon Glass2016-03-14-25/+25
* | mkimage: Convert to use getopt()Simon Glass2016-03-14-132/+101
* | mkimage: Move argument processing into its own functionSimon Glass2016-03-14-24/+32
|/
* Merge git://git.denx.de/u-boot-dmTom Rini2016-02-25-1/+4
|\
| * patman: fix series-notes handling for buildmanAlbert ARIBAUD2016-02-24-1/+4
* | tools: Update openrisc toolchain informationBin Meng2016-02-24-2/+9
* | tools: -Wno-deprecated-declarations for OpenSSL on darwinAndreas Bießmann2016-02-24-0/+8
* | Gracefully handle 64-bit signed-extended 32-bit Load addressesWilliam Cohen2016-02-24-2/+2
|/
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2016-02-21-1/+0
|\
| * mxsboot: remove unused includeAndreas Bießmann2016-02-21-1/+0
* | test, tools: introduce tbot READMEHeiko Schocher2016-02-08-0/+734