summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-04-25nds32: Remove the architectureTom Rini4-9/+2
2022-04-25binman: don't import deprecated distutils packageHeinrich 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-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