summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2022-02-11mkimage: Improve documentation of algo-name parameterJan Kiszka
2022-02-10Merge tag 'dm-pull-8feb22-take3' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini
2022-02-10tools: kwboot: Allow to use -b without image path as the last getopt() optionPali Rohár
2022-02-10tools: kwboot: Fix detection of quit esc sequencePali Rohár
2022-02-09binman: Convert FIT entry type to a subclass of Section entry typeAlper Nebi Yasak
2022-02-09binman: Check missing bintools of Section subclassesAlper Nebi Yasak
2022-02-09binman: Register and check bintools from FIT subentriesAlper Nebi Yasak
2022-02-09binman: Fix subentry expansion for FIT entry typeAlper Nebi Yasak
2022-02-09patman: Convert camel case in terminal.pySimon Glass
2022-02-09patman: Rename Color() method to build()Simon Glass
2022-02-09patman: Rename Print() to Tprint()Simon Glass
2022-02-09patman: Convert camel case in tout.pySimon Glass
2022-02-09patman: Convert camel case in test_util.pySimon Glass
2022-02-09patman: Convert camel case in test_checkpatch.pySimon Glass
2022-02-09patman: Convert camel case in project.pySimon Glass
2022-02-09patman: Convert camel case in gitutil.pySimon Glass
2022-02-09patman: Convert camel case in get_maintainer.pySimon Glass
2022-02-09patman: Convert camel case in func_test.pySimon Glass
2022-02-09patman: Convert camel case in cros_subprocess.pySimon Glass
2022-02-09patman: Convert camel case in commit.pySimon Glass
2022-02-09patman: Convert camel case in checkpatch.pySimon Glass
2022-02-09patman: Convert camel case in command.pySimon Glass
2022-02-09patman: Convert camel case in tools.pySimon Glass
2022-02-08buildman: Allow adjusting board config on the flySimon Glass
2022-02-08buildman: Provide a hint on how to debug thread crashesSimon Glass
2022-02-08buildman: Add helper functions for updating .config filesSimon Glass
2022-02-08buildman: Make use of test_utilSimon Glass
2022-02-08buildman: Add a flag to control the tracebackSimon Glass
2022-02-08patman: Update test_util to run doc testsSimon Glass
2022-02-07Merge tag 'u-boot-imx-20220207' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2022-02-05tools: mkeficapsule: dont use malloc.hHeinrich Schuchardt
2022-02-05tools/mxsimage: Remove fclose on empty FILE pointerMattias Hansson
2022-02-03Dockfile, CI: Update to latest focal tag and buildTom Rini
2022-02-03Dockerfile: Add libgnutls package for building mkeficapsule commandAKASHI Takahiro
2022-01-31mkimage: fix segfault on MacOS arm64Sergey V. Lobanov
2022-01-31Merge tag 'dm-pull-30jan22' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2022-01-31tools: kwboot: Set debug flag to 1Pali Rohár
2022-01-31tools: kwboot: Fix usage of -D without -tPali Rohár
2022-01-31tools: kwboot: Handle EINTR in kwboot_tty_recv()Pali Rohár
2022-01-31tools: kwboot: Handle EINTR in kwboot_write()Pali Rohár
2022-01-31tools: kwboot: Remove 2s delay before sending first xmodem packetPali Rohár
2022-01-31tools: kwboot: Force BootROM to flush input queue after boot patternPali Rohár
2022-01-31tools: kwboot: Allow to use option -b without image pathPali Rohár
2022-01-31tools: kwboot: Show 'E' in progress output when error occursPali Rohár
2022-01-31tools: kwboot: Fix handling of repeated xmodem packetsPali Rohár
2022-01-31tools: kwboot: Do not change received character in kwboot_xm_recv_reply()Pali Rohár
2022-01-31tools: kwboot: Remove code for handling CAN bytePali Rohár
2022-01-31tools: kwboot: Improve retrying logic for incomplete xmodem packetsPali Rohár
2022-01-31tools: kwboot: Wait blk_rsp_timeo when flushingPali Rohár
2022-01-31tools: kwboot: Increase blk_rsp_timeo to 2sPali Rohár