Commit Graph

947 Commits (9a80e714350a959caadfd6e2405cd1f7e8ea86d3)

Author SHA1 Message Date
Andreas Fenkart 43cb65b7a0 tools: env: bug: config structs must be defined in tools library 9 years ago
Andreas Fenkart 69067a34b1 tools: env: fw_parse_script: simplify removal of newline/carriage return 9 years ago
Andreas Fenkart 938c29ff41 tools: env: split fw_string_blank into skip_chars / skip_blanks 9 years ago
Andreas Fenkart 9583efcc74 tools: env: fw_string_blank: return from loop when item found 9 years ago
Andreas Fenkart 10667e15f4 tools: env: replace WHITESPACE macro by isblank 9 years ago
Kevin Smith 7497a6a1f1 tools: kwboot: Add xmodem timeout option 9 years ago
Kevin Smith 8669dacfb8 tools: kwboot: Clean up usage text 9 years ago
Simon Glass 5b15a2596f mkimage: Don't close the file if it wasn't opened 9 years ago
Simon Glass 3bd3a54ac5 mkimage: Ensure file is closed in fdt_property_file() 9 years ago
Simon Glass 7b0bbd886d mkimage: Fix missing free() and close() in fit_build() 9 years ago
Simon Glass 21c2975a94 mkimage: Fix missing free() in fit_extract_data() 9 years ago
Simon Glass b97d71e26a mkimage: Fix error path in fit_extract_data() 9 years ago
Simon Glass 6e0ffce6cb mkimage: Add a missing free() to fit_import_data() 9 years ago
Simon Glass b12a81c4cc mkimage: Close the file when unable to get its size 9 years ago
Simon Glass f980ca3411 mkimage: Correct file being closed twice in fit_extract_data() 9 years ago
Simon Glass 508b028a4c mkimage: Correct file being closed twice in fit_import_data() 9 years ago
Simon Glass 9cff2d1e39 mkimage: Fix munmap() call when importing data 9 years ago
Vagrant Cascadian 0e28065949 Fix spelling of "comment". 9 years ago
Tom Rini 8a7367acca cmd: Fix license command 9 years ago
Simon Glass c81d0d215e buildman: Clarify the use of -V 9 years ago
Simon Glass 17bce66cbf buildman: Add a way to specific a full toolchain prefix 9 years ago
Simon Glass d4c8572b71 buildman: Allow branch names which conflict with directories 9 years ago
Simon Glass 529fd18866 mkimage: Bring data into the FIT before processing 9 years ago
Simon Glass 722ebc8f84 mkimage: Support placing data outside the FIT 9 years ago
Simon Glass fb4cce0f98 mkimage: Support adding device tree files to a FIT 9 years ago
Simon Glass 8e35bb07eb mkimage: Support automatic creating of a FIT without a .its 9 years ago
Simon Glass 3837ce65bd tools: Add a function to obtain the size of a file 9 years ago
Simon Glass d505a09c1e mkimage: Allow a FIT to include an image of any type 9 years ago
Simon Glass e2070a8961 tools: Include fdt_sw.o in libfdt for mkimage 9 years ago
Simon Glass 608e399fde buildman: Allow the toolchain architecture to be specified 9 years ago
Simon Glass ff690df9fc buildman: Allow the toolchain priority to be specified 9 years ago
Simon Glass ad24ebace1 buildman: Fix up a few code inconsistencies in toolchain.py 9 years ago
Simon Glass 2bdeade0ea buildman: patman: Fix -H when installed as a symlink 9 years ago
Simon Glass 9ad96982e8 patman: Add a missing space in GetMetaDataForList() 9 years ago
Simon Glass 9404fc85ab fdtgrep: Improve error handling with invalid device tree 9 years ago
Simon Glass cc7a64447b mkimage: Make 'params' static 9 years ago
Simon Glass 1531034831 mkimage: Show an error message when usage() is called 9 years ago
Simon Glass b0a487a4eb mkimage: Move usage() up to the top 9 years ago
Simon Glass 0745008145 mkimage: Sort the option processing code by option 9 years ago
Simon Glass a02221f29d mkimage: Convert to use getopt() 9 years ago
Simon Glass 0b443dee6b mkimage: Move argument processing into its own function 9 years ago
Albert ARIBAUD 070b781b2b patman: fix series-notes handling for buildman 9 years ago
Bin Meng e8aebc4744 tools: Update openrisc toolchain information 9 years ago
Andreas Bießmann c6e3e8213a tools: -Wno-deprecated-declarations for OpenSSL on darwin 9 years ago
William Cohen c190fbd010 Gracefully handle 64-bit signed-extended 32-bit Load addresses 9 years ago
Andreas Bießmann 3964311473 mxsboot: remove unused include 9 years ago
Heiko Schocher 334a994a3c test, tools: introduce tbot README 9 years ago
Andreas Fenkart b92ae3af6e tools: env: update usage strings 9 years ago
Andreas Fenkart af93e3d8ab tools: env: factor out parse_common_args 9 years ago
Andreas Fenkart 1ce686978c tools: env: shift optind arguments and fix argument indices 9 years ago