summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* crc16-ccitt: Rename file with CRC-16-CCITT implementation to crc16-ccitt.cPali Rohár2022-04-211-1/+1
* tools: kwboot: Replace fstat()+st_size by lseek()+SEEK_ENDPali Rohár2022-04-211-8/+11
* tools/mrvl_uart.sh: Remove scriptPali Rohár2022-04-211-119/+0
* tools: add boot/ to .gitignoreDu Huanpeng2022-04-191-0/+1
* rockchip: tools: add rk3066 support to rkcommon.cJohan Jonker2022-04-181-0/+1
* mkeficapsule: Remove raw and FIT GUID typesSughosh Ganu2022-04-152-33/+1
* image: fit: Align hash output buffersSean Anderson2022-04-111-0/+3
* binman: Correct Chromium OS entry typesSimon Glass2022-04-062-3/+3
* tools: mkimage: Call verify_header after writing image to diskPali Rohár2022-04-061-0/+41
* tools: mkimage: No need to verify_header for header_v2Yi Liu2022-04-061-0/+4
* Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2022-04-055-10/+979
|\
| * tools: mkimage: Add Allwinner TOC0 supportSamuel Holland2022-04-042-3/+911
| * mkimage: sunxi_egon: add support for riscvIcenowy Zheng2022-04-041-0/+23
| * mkimage: sunxi_egon: refactor for multi-architecture supportIcenowy Zheng2022-04-041-7/+43
| * mkimage: add a flag to describe whether -A is specifiedIcenowy Zheng2022-04-042-0/+2
* | 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