summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* | mkimage: Convert to use getopt()Simon Glass2016-03-141-132/+101
* | mkimage: Move argument processing into its own functionSimon Glass2016-03-141-24/+32
|/
* Merge git://git.denx.de/u-boot-dmTom Rini2016-02-251-1/+4
|\
| * patman: fix series-notes handling for buildmanAlbert ARIBAUD2016-02-241-1/+4
* | tools: Update openrisc toolchain informationBin Meng2016-02-242-2/+9
* | tools: -Wno-deprecated-declarations for OpenSSL on darwinAndreas Bießmann2016-02-241-0/+8
* | Gracefully handle 64-bit signed-extended 32-bit Load addressesWilliam Cohen2016-02-241-2/+2
|/
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2016-02-211-1/+0
|\
| * mxsboot: remove unused includeAndreas Bießmann2016-02-211-1/+0
* | test, tools: introduce tbot READMEHeiko Schocher2016-02-084-0/+734
OpenPOWER on IntegriCloud