summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-02-11Merge tag 'efi-2022-04-rc2-4' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini4-56/+532
2022-02-11tools: mkeficapsule: allow for specifying GUID explicitlyAKASHI Takahiro2-24/+63
2022-02-11tools: mkeficapsule: add firmware image signingAKASHI Takahiro3-34/+464
2022-02-11tools: build mkeficapsule with tools-only_defconfigAKASHI Takahiro2-2/+9
2022-02-11fw_env: simplify logic & code paths in the fw_env_open()Rafał Miłecki1-46/+31
2022-02-11fw_env: make flash_io() take buffer as an argumentRafał Miłecki1-16/+16
2022-02-11mkimage: Improve documentation of algo-name parameterJan Kiszka1-1/+3
2022-02-10Merge tag 'dm-pull-8feb22-take3' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini75-1063/+1142
2022-02-10tools: kwboot: Allow to use -b without image path as the last getopt() optionPali Rohár1-1/+1
2022-02-10tools: kwboot: Fix detection of quit esc sequencePali Rohár1-8/+11
2022-02-09binman: Convert FIT entry type to a subclass of Section entry typeAlper Nebi Yasak2-51/+30
2022-02-09binman: Check missing bintools of Section subclassesAlper Nebi Yasak1-0/+1
2022-02-09binman: Register and check bintools from FIT subentriesAlper Nebi Yasak3-0/+78
2022-02-09binman: Fix subentry expansion for FIT entry typeAlper Nebi Yasak2-9/+29
2022-02-09patman: Convert camel case in terminal.pySimon Glass8-82/+82
2022-02-09patman: Rename Color() method to build()Simon Glass11-71/+71
2022-02-09patman: Rename Print() to Tprint()Simon Glass5-41/+41
2022-02-09patman: Convert camel case in tout.pySimon Glass15-91/+91
2022-02-09patman: Convert camel case in test_util.pySimon Glass6-15/+15
2022-02-09patman: Convert camel case in test_checkpatch.pySimon Glass1-34/+34
2022-02-09patman: Convert camel case in project.pySimon Glass2-2/+2
2022-02-09patman: Convert camel case in gitutil.pySimon Glass12-99/+99
2022-02-09patman: Convert camel case in get_maintainer.pySimon Glass2-4/+4
2022-02-09patman: Convert camel case in func_test.pySimon Glass1-25/+25
2022-02-09patman: Convert camel case in cros_subprocess.pySimon Glass2-30/+31
2022-02-09patman: Convert camel case in commit.pySimon Glass3-10/+10
2022-02-09patman: Convert camel case in checkpatch.pySimon Glass3-18/+18
2022-02-09patman: Convert camel case in command.pySimon Glass18-70/+70
2022-02-09patman: Convert camel case in tools.pySimon Glass50-473/+473
2022-02-09buildman: Allow adjusting board config on the flySimon Glass5-8/+93
2022-02-09buildman: Provide a hint on how to debug thread crashesSimon Glass2-2/+4
2022-02-09buildman: Add helper functions for updating .config filesSimon Glass3-2/+360
2022-02-09buildman: Make use of test_utilSimon Glass1-15/+11
2022-02-09buildman: Add a flag to control the tracebackSimon Glass2-0/+5
2022-02-09patman: Update test_util to run doc testsSimon Glass3-23/+16
2022-02-07Merge tag 'u-boot-imx-20220207' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-8/+5
2022-02-05tools: mkeficapsule: dont use malloc.hHeinrich Schuchardt1-1/+0
2022-02-05tools/mxsimage: Remove fclose on empty FILE pointerMattias Hansson1-8/+5
2022-02-03Dockfile, CI: Update to latest focal tag and buildTom Rini1-1/+1
2022-02-03Dockerfile: Add libgnutls package for building mkeficapsule commandAKASHI Takahiro1-0/+2
2022-01-31mkimage: fix segfault on MacOS arm64Sergey V. Lobanov1-0/+2
2022-01-31Merge tag 'dm-pull-30jan22' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini5-16/+65
2022-01-31tools: kwboot: Set debug flag to 1Pali Rohár1-0/+1
2022-01-31tools: kwboot: Fix usage of -D without -tPali Rohár1-1/+1
2022-01-31tools: kwboot: Handle EINTR in kwboot_tty_recv()Pali Rohár1-3/+7
2022-01-31tools: kwboot: Handle EINTR in kwboot_write()Pali Rohár1-3/+5
2022-01-31tools: kwboot: Remove 2s delay before sending first xmodem packetPali Rohár1-4/+0
2022-01-31tools: kwboot: Force BootROM to flush input queue after boot patternPali Rohár1-1/+35
2022-01-31tools: kwboot: Allow to use option -b without image pathPali Rohár1-5/+17
2022-01-31tools: kwboot: Show 'E' in progress output when error occursPali Rohár1-2/+6