summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2022-04-25nds32: Remove the architectureTom Rini
2022-04-25binman: don't import deprecated distutils packageHeinrich Schuchardt
2022-04-25binman: Refuse to replace sections for nowAlper Nebi Yasak
2022-04-25binman: Test replacing non-section entries in FIT subsectionsAlper Nebi Yasak
2022-04-25binman: Create FIT subentries in the FIT section, not its parentAlper Nebi Yasak
2022-04-25binman: Remove '/images/' fragment from FIT subentry pathsAlper Nebi Yasak
2022-04-25binman: Don't reset offset/size if image doesn't allow repackingAlper Nebi Yasak
2022-04-25binman: Collect bintools for images when replacing entriesAlper Nebi Yasak
2022-04-25binman: Fix unique names having '/.' for images read from filesAlper Nebi Yasak
2022-04-21crc16-ccitt: Rename file with CRC-16-CCITT implementation to crc16-ccitt.cPali Rohár
2022-04-21tools: kwboot: Replace fstat()+st_size by lseek()+SEEK_ENDPali Rohár
2022-04-21tools/mrvl_uart.sh: Remove scriptPali Rohár
2022-04-19tools: add boot/ to .gitignoreDu Huanpeng
2022-04-18rockchip: tools: add rk3066 support to rkcommon.cJohan Jonker
2022-04-15mkeficapsule: Remove raw and FIT GUID typesSughosh Ganu
2022-04-11image: fit: Align hash output buffersSean Anderson
2022-04-06binman: Correct Chromium OS entry typesSimon Glass
2022-04-06tools: mkimage: Call verify_header after writing image to diskPali Rohár
2022-04-06tools: mkimage: No need to verify_header for header_v2Yi Liu
2022-04-05Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini
2022-04-04tools: mkimage: Add Allwinner TOC0 supportSamuel Holland
2022-04-04mkimage: sunxi_egon: add support for riscvIcenowy Zheng
2022-04-04mkimage: sunxi_egon: refactor for multi-architecture supportIcenowy Zheng
2022-04-04mkimage: add a flag to describe whether -A is specifiedIcenowy Zheng
2022-04-02Revert "global: Remove CONFIG_SYS_EXTRA_OPTIONS support"Tom Rini
2022-04-01global: Remove CONFIG_SYS_EXTRA_OPTIONS supportTom Rini
2022-03-31tools: binman: add support for pre-load headerPhilippe Reynes
2022-03-31mkimage: add public key for image pre-load stagePhilippe Reynes
2022-03-28Merge tag 'v2022.04-rc5' into nextTom Rini
2022-03-20tools: buildman: Fix doc path in warning messageJohannes Krottmayer
2022-03-18binman: Support splitting an ELF file into multiple nodesSimon Glass
2022-03-18binman: Keep a separate list of entries for fitSimon Glass
2022-03-18binman: Update fit to use node instead of subnodeSimon Glass
2022-03-18binman: Add a consistent way to report errors with fitSimon Glass
2022-03-18binman: Fix some pylint warnings in fitSimon Glass
2022-03-18binman: Update fit to move node reading into the ReadNode() methodSimon Glass
2022-03-18binman: Read the fit entries only onceSimon Glass
2022-03-18binman: Allow mkimage to use a non-zero fake-blob sizeSimon Glass
2022-03-18binman: Make fake blobs zero-sized by defaultSimon Glass
2022-03-18binman: Change how faked blobs are createdSimon Glass
2022-03-18binman: Rename tools parameter to btoolsSimon Glass
2022-03-18binman: Refactor fit to generate output at the endSimon Glass
2022-03-18binman: Rename ExpandEntries to gen_entriesSimon Glass
2022-03-18binman: Rename ExpandToLimit to extend_to_limitSimon Glass
2022-03-18binman: Tweak collect_contents_to_file() and docsSimon Glass
2022-03-18elf: Rename load_segments() and module failureSimon Glass
2022-03-18dtoc: Tidy up implementation of AddStringList()Simon Glass
2022-03-18moveconfig: Use re.fullmatch() to avoid extra checkSimon Glass
2022-03-18moveconfig: Remove remove_defconfig()Simon Glass
2022-03-18dtoc: Make GetArgs() more flexibleSimon Glass