aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-03-04mkimage: error handling for FIT imageHeinrich Schuchardt1-1/+6
2022-03-04tools: kwboot: Update references with public linksPali Rohár1-3/+28
2022-03-04tools: kwboot: Update doc about AvantaPali Rohár1-3/+3
2022-03-04tools: kwboot: Update usagePali Rohár1-3/+4
2022-03-04tools: kwboot: Add support for backspace key in mini terminalPali Rohár2-14/+97
2022-03-04tools: kwboot: Fix sending and processing debug message pattern (-d option)Pali Rohár1-16/+123
2022-03-04tools: kwboot: Use separate thread for sending boot message patternPali Rohár2-19/+104
2022-03-04tools: kwboot: Cleanup bootmsg and debugmsg variablesPali Rohár1-17/+14
2022-03-04tools: kwboot: Remove msg_req_delayPali Rohár1-6/+1
2022-03-04tools: kwboot: Check for return value of kwboot_tty_send() and tcflush()Pali Rohár1-11/+19
2022-03-04tools: kwboot: Fix quitting terminalPali Rohár1-2/+2
2022-03-03Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini2-3/+10
2022-02-28tools: mkimage/dumpimage: Allow to use -l with -TPali Rohár4-50/+36
2022-02-28tools: pblimage: fix image header verification functionHou Zhiqiang2-3/+10
2022-02-26tools: mkeficapsule: remove duplicated codeAKASHI Takahiro1-2/+0
2022-02-22binman: Allow different operations in FIT generator nodesSimon Glass5-49/+274
2022-02-22binman: Tidy up the docs a little with fitSimon Glass2-14/+16
2022-02-22binman: fit: Refactor to reduce function sizeSimon Glass1-43/+71
2022-02-22binman: Move entry-data collection into a Entry methodSimon Glass3-10/+118
2022-02-22binman: Add a ELF test file with disjoint text sectionsSimon Glass3-1/+56
2022-02-22binman: Support a list of strings with the mkimage etypeSimon Glass3-4/+26
2022-02-22binman: Add to the TODOSimon Glass1-0/+8
2022-02-22binman: Add support for TEE BL32Roger Quadros5-0/+61
2022-02-22elf: Add a way to read segment information from an ELF fileSimon Glass2-2/+66
2022-02-22binman: Update docs to indicate mkimage is supportedSimon Glass1-2/+2
2022-02-22dtoc: Support reading a list of argumentsSimon Glass3-0/+28
2022-02-22dtoc: Allow deleting nodes and adding them in the same syncSimon Glass2-0/+13
2022-02-22dtoc: Support deleting a nodeSimon Glass2-0/+26
2022-02-22dtoc: Support adding a string list to a device treeSimon Glass2-0/+26
2022-02-22moveconfig: Allow regex matches when finding combinationsSimon Glass1-2/+22
2022-02-22moveconfig: Show the config name rather than the defconfigSimon Glass1-1/+14
2022-02-22binman: Correct the error message for a bad hash algorithmSimon Glass2-2/+2
2022-02-22binman: Update image positions of FIT subentriesAlper Nebi Yasak2-0/+163
2022-02-22binman: Skip processing "hash" subnodes of FIT subsectionsAlper Nebi Yasak4-14/+97
2022-02-21Merge tag 'xilinx-for-v2022.04-rc3' of https://gitlab.denx.de/u-boot/custodia...Tom Rini1-0/+2
2022-02-17tools: kwbimage: Add me as an author of kwbimagePali Rohár1-0/+2
2022-02-17tools: kwbimage: Fix help how to extract DDR3 training codePali Rohár1-1/+1
2022-02-17tools: kwbimage: Add support for NAND_BLKSZ and NAND_BADBLK_LOCATION for v0 i...Pali Rohár1-0/+6
2022-02-17tools: kwbimage: Do not show mkimage error message in dumpimagePali Rohár1-1/+1
2022-02-17tools: kwbimage: Add support for dumping extended and binary v0 headersPali Rohár2-12/+179
2022-02-17tools: kwbimage: Fix calculating size of kwbimage v0 headerPali Rohár1-1/+13
2022-02-17tools: kwbimage: Define structures for extended kwbimage v0 headersPali Rohár1-9/+42
2022-02-17tools: kwbimage: Fix dumping DATA registers for v0 imagesPali Rohár1-2/+4
2022-02-15tools/zynqmp_pm_cfg_obj_convert.py: fix build with Vivado 2021.xLuca Ceresoli1-0/+2
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