aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2016-05-17buildman: allow more incremental buildingStephen Warren5-11/+73
2016-05-13test, tools: update tbot documentationHeiko Schocher2-153/+103
2016-05-05Fix various typos, scattered over the code.Robert P. J. Day1-2/+2
2016-05-03mkimage: fix generation of FIT imageAndreas Bießmann1-6/+3
2016-05-02fit_image: Fix a double close() on the error pathSimon Glass1-1/+0
2016-05-02tools: env: fix config file loading in env libraryAnatolij Gustschin1-0/+3
2016-05-02Change my mailaddressAndreas Bießmann2-2/+2
2016-05-02mkimage: fix argument parsing on BSD systemsAndreas Bießmann1-21/+12
2016-03-27tools: env: bug: config structs must be defined in tools libraryAndreas Fenkart2-4/+4
2016-03-26tools: env: fw_parse_script: simplify removal of newline/carriage returnAndreas Fenkart1-6/+4
2016-03-26tools: env: split fw_string_blank into skip_chars / skip_blanksAndreas Fenkart1-9/+14
2016-03-26tools: env: fw_string_blank: return from loop when item foundAndreas Fenkart1-5/+2
2016-03-26tools: env: replace WHITESPACE macro by isblankAndreas Fenkart1-4/+3
2016-03-24tools: kwboot: Add xmodem timeout optionKevin Smith1-2/+9
2016-03-24tools: kwboot: Clean up usage textKevin Smith1-1/+1
2016-03-22mkimage: Don't close the file if it wasn't openedSimon Glass1-2/+2
2016-03-22mkimage: Ensure file is closed in fdt_property_file()Simon Glass1-1/+2
2016-03-22mkimage: Fix missing free() and close() in fit_build()Simon Glass1-1/+4
2016-03-22mkimage: Fix missing free() in fit_extract_data()Simon Glass1-0/+2
2016-03-22mkimage: Fix error path in fit_extract_data()Simon Glass1-4/+7
2016-03-22mkimage: Add a missing free() to fit_import_data()Simon Glass1-0/+1
2016-03-22mkimage: Close the file when unable to get its sizeSimon Glass1-0/+1
2016-03-22mkimage: Correct file being closed twice in fit_extract_data()Simon Glass1-2/+0
2016-03-22mkimage: Correct file being closed twice in fit_import_data()Simon Glass1-1/+1
2016-03-22mkimage: Fix munmap() call when importing dataSimon Glass1-1/+1
2016-03-22Fix spelling of "comment".Vagrant Cascadian1-1/+1
2016-03-22cmd: Fix license commandTom Rini2-2/+10
2016-03-17buildman: Clarify the use of -VSimon Glass2-2/+3
2016-03-17buildman: Add a way to specific a full toolchain prefixSimon Glass2-110/+226
2016-03-17buildman: Allow branch names which conflict with directoriesSimon Glass2-0/+7
2016-03-14Merge git://git.denx.de/u-boot-dmTom Rini5-21/+51
2016-03-14mkimage: Bring data into the FIT before processingSimon Glass1-0/+97
2016-03-14mkimage: Support placing data outside the FITSimon Glass3-1/+114
2016-03-14mkimage: Support adding device tree files to a FITSimon Glass3-10/+133
2016-03-14mkimage: Support automatic creating of a FIT without a .itsSimon Glass3-5/+220
2016-03-14tools: Add a function to obtain the size of a fileSimon Glass2-0/+34
2016-03-14mkimage: Allow a FIT to include an image of any typeSimon Glass2-5/+29
2016-03-14tools: Include fdt_sw.o in libfdt for mkimageSimon Glass1-1/+1
2016-03-14buildman: Allow the toolchain architecture to be specifiedSimon Glass1-5/+12
2016-03-14buildman: Allow the toolchain priority to be specifiedSimon Glass1-8/+22
2016-03-14buildman: Fix up a few code inconsistencies in toolchain.pySimon Glass1-5/+6
2016-03-14buildman: patman: Fix -H when installed as a symlinkSimon Glass2-2/+4
2016-03-14patman: Add a missing space in GetMetaDataForList()Simon Glass1-1/+1
2016-03-14fdtgrep: Improve error handling with invalid device treeSimon Glass1-4/+10
2016-03-14mkimage: Make 'params' staticSimon Glass1-1/+1
2016-03-14mkimage: Show an error message when usage() is calledSimon Glass1-8/+9
2016-03-14mkimage: Move usage() up to the topSimon Glass1-39/+42
2016-03-14mkimage: Sort the option processing code by optionSimon Glass1-25/+25
2016-03-14mkimage: Convert to use getopt()Simon Glass1-132/+101
2016-03-14mkimage: Move argument processing into its own functionSimon Glass1-24/+32