aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-06-14dtoc: Update test_src_scan.py for new tegra compatiblesTom Rini1-0/+1
2022-05-07tools: mkimage: set OPENSSL_API_COMPATHeinrich Schuchardt1-0/+3
2022-05-07mkimage: Document misc optionsSean Anderson1-4/+11
2022-05-05tools: mkimage: Avoid ENODATA in host toolsMark Kettenis1-1/+1
2022-05-05tools/imagetool: Fix segfault when tparams->verify_header is NULLNicolas Heemeryck1-17/+23
2022-04-25nds32: Remove the architectureWIP/25Apr2022Tom Rini4-9/+2
2022-04-25binman: don't import deprecated distutils packageCI/2022-04-23-binman-updatesHeinrich Schuchardt1-7/+0
2022-04-25binman: Refuse to replace sections for nowAlper Nebi Yasak3-0/+35
2022-04-25binman: Test replacing non-section entries in FIT subsectionsAlper Nebi Yasak1-0/+38
2022-04-25binman: Create FIT subentries in the FIT section, not its parentAlper Nebi Yasak3-1/+110
2022-04-25binman: Remove '/images/' fragment from FIT subentry pathsAlper Nebi Yasak2-5/+15
2022-04-25binman: Don't reset offset/size if image doesn't allow repackingAlper Nebi Yasak2-1/+22
2022-04-25binman: Collect bintools for images when replacing entriesAlper Nebi Yasak4-0/+115
2022-04-25binman: Fix unique names having '/.' for images read from filesAlper Nebi Yasak4-1/+104
2022-04-21crc16-ccitt: Rename file with CRC-16-CCITT implementation to crc16-ccitt.cPali Rohár1-1/+1
2022-04-21tools: kwboot: Replace fstat()+st_size by lseek()+SEEK_ENDPali Rohár1-8/+11
2022-04-21tools/mrvl_uart.sh: Remove scriptPali Rohár1-119/+0
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-04tools: mkimage: Add Allwinner TOC0 supportSamuel Holland2-3/+911
2022-04-04mkimage: sunxi_egon: add support for riscvIcenowy Zheng1-0/+23
2022-04-04mkimage: sunxi_egon: refactor for multi-architecture supportIcenowy Zheng1-7/+43
2022-04-04mkimage: add a flag to describe whether -A is specifiedIcenowy Zheng2-0/+2
2022-04-02Revert "global: Remove CONFIG_SYS_EXTRA_OPTIONS support"WIP/02Apr2022-nextTom 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-18binman: Support splitting an ELF file into multiple nodesSimon Glass6-10/+597
2022-03-18binman: Keep a separate list of entries for fitSimon Glass1-5/+28
2022-03-18binman: Update fit to use node instead of subnodeSimon Glass1-8/+8
2022-03-18binman: Add a consistent way to report errors with fitSimon Glass2-9/+24
2022-03-18binman: Fix some pylint warnings in fitSimon Glass1-25/+25
2022-03-18binman: Update fit to move node reading into the ReadNode() methodSimon Glass1-6/+4
2022-03-18binman: Read the fit entries only onceSimon Glass1-1/+0
2022-03-18binman: Allow mkimage to use a non-zero fake-blob sizeSimon Glass7-8/+53
2022-03-18binman: Make fake blobs zero-sized by defaultSimon Glass1-2/+3
2022-03-18binman: Change how faked blobs are createdSimon Glass4-8/+13
2022-03-18binman: Rename tools parameter to btoolsSimon Glass7-15/+15
2022-03-18binman: Refactor fit to generate output at the endSimon Glass3-84/+109
2022-03-18binman: Rename ExpandEntries to gen_entriesSimon Glass5-8/+8
2022-03-18binman: Rename ExpandToLimit to extend_to_limitSimon Glass10-31/+51
2022-03-18binman: Tweak collect_contents_to_file() and docsSimon Glass3-15/+20