Age | Commit message (Expand) | Author |
2016-03-26 | tools: env: split fw_string_blank into skip_chars / skip_blanks | Andreas Fenkart |
2016-03-26 | tools: env: fw_string_blank: return from loop when item found | Andreas Fenkart |
2016-03-26 | tools: env: replace WHITESPACE macro by isblank | Andreas Fenkart |
2016-03-24 | tools: kwboot: Add xmodem timeout option | Kevin Smith |
2016-03-24 | tools: kwboot: Clean up usage text | Kevin Smith |
2016-03-22 | mkimage: Don't close the file if it wasn't opened | Simon Glass |
2016-03-22 | mkimage: Ensure file is closed in fdt_property_file() | Simon Glass |
2016-03-22 | mkimage: Fix missing free() and close() in fit_build() | Simon Glass |
2016-03-22 | mkimage: Fix missing free() in fit_extract_data() | Simon Glass |
2016-03-22 | mkimage: Fix error path in fit_extract_data() | Simon Glass |
2016-03-22 | mkimage: Add a missing free() to fit_import_data() | Simon Glass |
2016-03-22 | mkimage: Close the file when unable to get its size | Simon Glass |
2016-03-22 | mkimage: Correct file being closed twice in fit_extract_data() | Simon Glass |
2016-03-22 | mkimage: Correct file being closed twice in fit_import_data() | Simon Glass |
2016-03-22 | mkimage: Fix munmap() call when importing data | Simon Glass |
2016-03-22 | Fix spelling of "comment". | Vagrant Cascadian |
2016-03-22 | cmd: Fix license command | Tom Rini |
2016-03-17 | buildman: Clarify the use of -V | Simon Glass |
2016-03-17 | buildman: Add a way to specific a full toolchain prefix | Simon Glass |
2016-03-17 | buildman: Allow branch names which conflict with directories | Simon Glass |
2016-03-14 | Merge git://git.denx.de/u-boot-dm | Tom Rini |
2016-03-14 | mkimage: Bring data into the FIT before processing | Simon Glass |
2016-03-14 | mkimage: Support placing data outside the FIT | Simon Glass |
2016-03-14 | mkimage: Support adding device tree files to a FIT | Simon Glass |
2016-03-14 | mkimage: Support automatic creating of a FIT without a .its | Simon Glass |
2016-03-14 | tools: Add a function to obtain the size of a file | Simon Glass |
2016-03-14 | mkimage: Allow a FIT to include an image of any type | Simon Glass |
2016-03-14 | tools: Include fdt_sw.o in libfdt for mkimage | Simon Glass |
2016-03-14 | buildman: Allow the toolchain architecture to be specified | Simon Glass |
2016-03-14 | buildman: Allow the toolchain priority to be specified | Simon Glass |
2016-03-14 | buildman: Fix up a few code inconsistencies in toolchain.py | Simon Glass |
2016-03-14 | buildman: patman: Fix -H when installed as a symlink | Simon Glass |
2016-03-14 | patman: Add a missing space in GetMetaDataForList() | Simon Glass |
2016-03-14 | fdtgrep: Improve error handling with invalid device tree | Simon Glass |
2016-03-14 | mkimage: Make 'params' static | Simon Glass |
2016-03-14 | mkimage: Show an error message when usage() is called | Simon Glass |
2016-03-14 | mkimage: Move usage() up to the top | Simon Glass |
2016-03-14 | mkimage: Sort the option processing code by option | Simon Glass |
2016-03-14 | mkimage: Convert to use getopt() | Simon Glass |
2016-03-14 | mkimage: Move argument processing into its own function | Simon Glass |
2016-02-25 | Merge git://git.denx.de/u-boot-dm | Tom Rini |
2016-02-24 | patman: fix series-notes handling for buildman | Albert ARIBAUD |
2016-02-24 | tools: Update openrisc toolchain information | Bin Meng |
2016-02-24 | tools: -Wno-deprecated-declarations for OpenSSL on darwin | Andreas Bießmann |
2016-02-24 | Gracefully handle 64-bit signed-extended 32-bit Load addresses | William Cohen |
2016-02-21 | Merge branch 'master' of git://www.denx.de/git/u-boot-imx | Tom Rini |
2016-02-21 | mxsboot: remove unused include | Andreas Bießmann |
2016-02-08 | test, tools: introduce tbot README | Heiko Schocher |
2016-02-08 | tools: env: update usage strings | Andreas Fenkart |
2016-02-08 | tools: env: factor out parse_common_args | Andreas Fenkart |