summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-04-19tools: add boot/ to .gitignoreDu Huanpeng1-0/+1
2022-04-18rockchip: tools: add rk3066 support to rkcommon.cJohan Jonker1-0/+1
2022-04-15mkeficapsule: Remove raw and FIT GUID typesSughosh Ganu2-33/+1
2022-04-11image: fit: Align hash output buffersSean Anderson1-0/+3
2022-04-06binman: Correct Chromium OS entry typesSimon Glass2-3/+3
2022-04-06tools: mkimage: Call verify_header after writing image to diskPali Rohár1-0/+41
2022-04-06tools: mkimage: No need to verify_header for header_v2Yi Liu1-0/+4
2022-04-05Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini5-10/+979
2022-04-05tools: mkimage: Add Allwinner TOC0 supportSamuel Holland2-3/+911
2022-04-05mkimage: sunxi_egon: add support for riscvIcenowy Zheng1-0/+23
2022-04-05mkimage: sunxi_egon: refactor for multi-architecture supportIcenowy Zheng1-7/+43
2022-04-05mkimage: add a flag to describe whether -A is specifiedIcenowy Zheng2-0/+2
2022-04-03Revert "global: Remove CONFIG_SYS_EXTRA_OPTIONS support"Tom Rini2-1/+76
2022-04-01global: Remove CONFIG_SYS_EXTRA_OPTIONS supportTom Rini2-76/+1
2022-03-31tools: binman: add support for pre-load headerPhilippe Reynes11-0/+439
2022-03-31mkimage: add public key for image pre-load stagePhilippe Reynes2-0/+117
2022-03-28Merge tag 'v2022.04-rc5' into nextTom Rini1-1/+1
2022-03-20tools: buildman: Fix doc path in warning messageJohannes Krottmayer1-1/+1
2022-03-19binman: Support splitting an ELF file into multiple nodesSimon Glass6-10/+597
2022-03-19binman: Keep a separate list of entries for fitSimon Glass1-5/+28
2022-03-19binman: Update fit to use node instead of subnodeSimon Glass1-8/+8
2022-03-19binman: Add a consistent way to report errors with fitSimon Glass2-9/+24
2022-03-19binman: Fix some pylint warnings in fitSimon Glass1-25/+25
2022-03-19binman: Update fit to move node reading into the ReadNode() methodSimon Glass1-6/+4
2022-03-19binman: Read the fit entries only onceSimon Glass1-1/+0
2022-03-19binman: Allow mkimage to use a non-zero fake-blob sizeSimon Glass7-8/+53
2022-03-19binman: Make fake blobs zero-sized by defaultSimon Glass1-2/+3
2022-03-19binman: Change how faked blobs are createdSimon Glass4-8/+13
2022-03-19binman: Rename tools parameter to btoolsSimon Glass7-15/+15
2022-03-19binman: Refactor fit to generate output at the endSimon Glass3-84/+109
2022-03-19binman: Rename ExpandEntries to gen_entriesSimon Glass5-8/+8
2022-03-19binman: Rename ExpandToLimit to extend_to_limitSimon Glass10-31/+51
2022-03-19binman: Tweak collect_contents_to_file() and docsSimon Glass3-15/+20
2022-03-19elf: Rename load_segments() and module failureSimon Glass2-12/+12
2022-03-19dtoc: Tidy up implementation of AddStringList()Simon Glass3-3/+13
2022-03-19moveconfig: Use re.fullmatch() to avoid extra checkSimon Glass1-2/+1
2022-03-19moveconfig: Remove remove_defconfig()Simon Glass1-12/+1
2022-03-19dtoc: Make GetArgs() more flexibleSimon Glass3-3/+13
2022-03-19patman: Define Commit.path in the constructorSimon Glass1-0/+2
2022-03-19binman: Include also subnodes in generator nodesJan Kiszka3-0/+8
2022-03-19tools: binman: main.py: add build-sandbox in sys.pathPhilippe Reynes1-0/+1
2022-03-19binman: Complete elf test coverageSimon Glass2-2/+50
2022-03-15test/py: Add tests for the erofsHuang Jianan1-0/+1
2022-03-15CI, Docker: Update to latest focal tagTom Rini1-1/+1
2022-03-15Merge tag 'v2022.04-rc4' into nextTom Rini5-91/+432
2022-03-14tools: kwboot: Allow to mix positional arguments with option -bPali Rohár1-4/+14
2022-03-14tools: kwboot: Check if baudrate value is supported before sending imagePali Rohár1-1/+13
2022-03-14tools: kwboot: Allow to specify custom baudrate only in supported operationsPali Rohár1-0/+6
2022-03-10binman: Expand elf support a littleSimon Glass1-7/+51
2022-03-04mkimage: error handling for FIT imageHeinrich Schuchardt1-1/+6