summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Revert "global: Remove CONFIG_SYS_EXTRA_OPTIONS support"Tom Rini2022-04-022-1/+76
* global: Remove CONFIG_SYS_EXTRA_OPTIONS supportTom Rini2022-04-012-76/+1
* tools: binman: add support for pre-load headerPhilippe Reynes2022-03-3111-0/+439
* mkimage: add public key for image pre-load stagePhilippe Reynes2022-03-312-0/+117
* Merge tag 'v2022.04-rc5' into nextTom Rini2022-03-281-1/+1
|\
| * tools: buildman: Fix doc path in warning messageJohannes Krottmayer2022-03-201-1/+1
* | binman: Support splitting an ELF file into multiple nodesSimon Glass2022-03-186-10/+597
* | binman: Keep a separate list of entries for fitSimon Glass2022-03-181-5/+28
* | binman: Update fit to use node instead of subnodeSimon Glass2022-03-181-8/+8
* | binman: Add a consistent way to report errors with fitSimon Glass2022-03-182-9/+24
* | binman: Fix some pylint warnings in fitSimon Glass2022-03-181-25/+25
* | binman: Update fit to move node reading into the ReadNode() methodSimon Glass2022-03-181-6/+4
* | binman: Read the fit entries only onceSimon Glass2022-03-181-1/+0
* | binman: Allow mkimage to use a non-zero fake-blob sizeSimon Glass2022-03-187-8/+53
* | binman: Make fake blobs zero-sized by defaultSimon Glass2022-03-181-2/+3
* | binman: Change how faked blobs are createdSimon Glass2022-03-184-8/+13
* | binman: Rename tools parameter to btoolsSimon Glass2022-03-187-15/+15
* | binman: Refactor fit to generate output at the endSimon Glass2022-03-183-84/+109
* | binman: Rename ExpandEntries to gen_entriesSimon Glass2022-03-185-8/+8
* | binman: Rename ExpandToLimit to extend_to_limitSimon Glass2022-03-1810-31/+51
* | binman: Tweak collect_contents_to_file() and docsSimon Glass2022-03-183-15/+20
* | elf: Rename load_segments() and module failureSimon Glass2022-03-182-12/+12
* | dtoc: Tidy up implementation of AddStringList()Simon Glass2022-03-183-3/+13
* | moveconfig: Use re.fullmatch() to avoid extra checkSimon Glass2022-03-181-2/+1
* | moveconfig: Remove remove_defconfig()Simon Glass2022-03-181-12/+1
* | dtoc: Make GetArgs() more flexibleSimon Glass2022-03-183-3/+13
* | patman: Define Commit.path in the constructorSimon Glass2022-03-181-0/+2
* | binman: Include also subnodes in generator nodesJan Kiszka2022-03-183-0/+8
* | tools: binman: main.py: add build-sandbox in sys.pathPhilippe Reynes2022-03-181-0/+1
* | binman: Complete elf test coverageSimon Glass2022-03-182-2/+50
* | test/py: Add tests for the erofsHuang Jianan2022-03-151-0/+1
* | CI, Docker: Update to latest focal tagTom Rini2022-03-151-1/+1
* | Merge tag 'v2022.04-rc4' into nextTom Rini2022-03-145-91/+432
|\ \ | |/
| * tools: kwboot: Allow to mix positional arguments with option -bPali Rohár2022-03-141-4/+14
| * tools: kwboot: Check if baudrate value is supported before sending imagePali Rohár2022-03-141-1/+13
| * tools: kwboot: Allow to specify custom baudrate only in supported operationsPali Rohár2022-03-141-0/+6
| * mkimage: error handling for FIT imageHeinrich Schuchardt2022-03-041-1/+6
| * tools: kwboot: Update references with public linksPali Rohár2022-03-041-3/+28
| * tools: kwboot: Update doc about AvantaPali Rohár2022-03-041-3/+3
| * tools: kwboot: Update usagePali Rohár2022-03-041-3/+4
| * tools: kwboot: Add support for backspace key in mini terminalPali Rohár2022-03-042-14/+97
| * tools: kwboot: Fix sending and processing debug message pattern (-d option)Pali Rohár2022-03-041-16/+123
| * tools: kwboot: Use separate thread for sending boot message patternPali Rohár2022-03-042-19/+104
| * tools: kwboot: Cleanup bootmsg and debugmsg variablesPali Rohár2022-03-041-17/+14
| * tools: kwboot: Remove msg_req_delayPali Rohár2022-03-041-6/+1
| * tools: kwboot: Check for return value of kwboot_tty_send() and tcflush()Pali Rohár2022-03-041-11/+19
| * tools: kwboot: Fix quitting terminalPali Rohár2022-03-041-2/+2
| * Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini2022-03-032-3/+10
| |\
| | * tools: pblimage: fix image header verification functionHou Zhiqiang2022-02-282-3/+10
* | | binman: Expand elf support a littleSimon Glass2022-03-101-7/+51