summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2016-09-18tools: kwboot: Add xmodem timeout optionKevin Smith
2016-09-18tools: kwboot: Clean up usage textKevin Smith
2016-03-22mkimage: Don't close the file if it wasn't openedSimon Glass
2016-03-22mkimage: Ensure file is closed in fdt_property_file()Simon Glass
2016-03-22mkimage: Fix missing free() and close() in fit_build()Simon Glass
2016-03-22mkimage: Fix missing free() in fit_extract_data()Simon Glass
2016-03-22mkimage: Fix error path in fit_extract_data()Simon Glass
2016-03-22mkimage: Add a missing free() to fit_import_data()Simon Glass
2016-03-22mkimage: Close the file when unable to get its sizeSimon Glass
2016-03-22mkimage: Correct file being closed twice in fit_extract_data()Simon Glass
2016-03-22mkimage: Correct file being closed twice in fit_import_data()Simon Glass
2016-03-22mkimage: Fix munmap() call when importing dataSimon Glass
2016-03-22Fix spelling of "comment".Vagrant Cascadian
2016-03-22cmd: Fix license commandTom Rini
2016-03-17buildman: Clarify the use of -VSimon Glass
2016-03-17buildman: Add a way to specific a full toolchain prefixSimon Glass
2016-03-17buildman: Allow branch names which conflict with directoriesSimon Glass
2016-03-14Merge git://git.denx.de/u-boot-dmTom Rini
2016-03-14mkimage: Bring data into the FIT before processingSimon Glass
2016-03-14mkimage: Support placing data outside the FITSimon Glass
2016-03-14mkimage: Support adding device tree files to a FITSimon Glass
2016-03-14mkimage: Support automatic creating of a FIT without a .itsSimon Glass
2016-03-14tools: Add a function to obtain the size of a fileSimon Glass
2016-03-14mkimage: Allow a FIT to include an image of any typeSimon Glass
2016-03-14tools: Include fdt_sw.o in libfdt for mkimageSimon Glass
2016-03-14buildman: Allow the toolchain architecture to be specifiedSimon Glass
2016-03-14buildman: Allow the toolchain priority to be specifiedSimon Glass
2016-03-14buildman: Fix up a few code inconsistencies in toolchain.pySimon Glass
2016-03-14buildman: patman: Fix -H when installed as a symlinkSimon Glass
2016-03-14patman: Add a missing space in GetMetaDataForList()Simon Glass
2016-03-14fdtgrep: Improve error handling with invalid device treeSimon Glass
2016-03-14mkimage: Make 'params' staticSimon Glass
2016-03-14mkimage: Show an error message when usage() is calledSimon Glass
2016-03-14mkimage: Move usage() up to the topSimon Glass
2016-03-14mkimage: Sort the option processing code by optionSimon Glass
2016-03-14mkimage: Convert to use getopt()Simon Glass
2016-03-14mkimage: Move argument processing into its own functionSimon Glass
2016-02-25Merge git://git.denx.de/u-boot-dmTom Rini
2016-02-24patman: fix series-notes handling for buildmanAlbert ARIBAUD
2016-02-24tools: Update openrisc toolchain informationBin Meng
2016-02-24tools: -Wno-deprecated-declarations for OpenSSL on darwinAndreas Bießmann
2016-02-24Gracefully handle 64-bit signed-extended 32-bit Load addressesWilliam Cohen
2016-02-21Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini
2016-02-21mxsboot: remove unused includeAndreas Bießmann
2016-02-08test, tools: introduce tbot READMEHeiko Schocher
2016-02-08tools: env: update usage stringsAndreas Fenkart
2016-02-08tools: env: factor out parse_common_argsAndreas Fenkart
2016-02-08tools: env: shift optind arguments and fix argument indicesAndreas Fenkart
2016-02-08tools: env: parse aes key / suppress flag into argument structAndreas Fenkart
2016-02-08tools: env: introduce setenv/printenv argument structsAndreas Fenkart