summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-10-07buildman: differentiate between riscv32, riscv64Heinrich Schuchardt1-0/+11
2022-10-07docker: install riscv32 toolchainHeinrich Schuchardt1-2/+2
2022-10-06tools: kwbimage: Verify maximal kwbimage header sizePali Rohár1-0/+3
2022-10-03Merge branch 'next'Tom Rini11-356/+940
2022-09-29treewide: Drop image_header_t typedefSimon Glass6-30/+29
2022-09-29tools: env: Fix missing closedir in ubi_get_volnum_by_nameMiaoqian Lin1-1/+4
2022-09-26Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv ...Tom Rini2-7/+20
2022-09-23tools: mtk_image: add support for nand headers used by newer chipsWeijie Gao3-30/+525
2022-09-23tools: mtk_image: split the code of generating NAND header into a new fileWeijie Gao5-289/+389
2022-09-23tools: mtk_image: split gfh header verification into a new functionWeijie Gao1-30/+21
2022-09-21binman: Get futility by building itSimon Glass2-7/+20
2022-09-19Merge branch 'master' into nextTom Rini52-204/+671
2022-09-13tools: termios_linux.h: Fix compilation on non-glibc systemsPali Rohár1-0/+1
2022-09-13tools: kwboot: Change KWBOOT_MSG_RSP_TIMEO_AXP to 10msStefan Roese1-1/+1
2022-09-13dtoc: Drop sys.exit() in test_fdtSimon Glass1-1/+0
2022-09-12binman: Add VPL supportSimon Glass12-22/+349
2022-09-07Merge tag 'dm-pull-7sep22' of https://source.denx.de/u-boot/custodians/u-boot-dmTom Rini7-79/+27
2022-09-04binman: allow user-defined filenames for mkimage entryQuentin Schulz3-3/+33
2022-09-04binman: add support for skipping file concatenation for mkimageQuentin Schulz5-4/+125
2022-09-01binman: bintool: bzip2: fix version function on non-Debian-based systemsQuentin Schulz1-1/+1
2022-09-01binman: btool: futility: use Bintool.versionQuentin Schulz1-12/+1
2022-09-01binman: btool: fiptool: use Bintool.versionQuentin Schulz1-10/+1
2022-09-01binman: bintool: parametrize args to pass to binary for returning versionQuentin Schulz1-4/+5
2022-09-01binman: btool: mkimage: use Bintool.versionQuentin Schulz1-16/+2
2022-09-01binman: btool: lz4: use Bintool.versionQuentin Schulz1-13/+1
2022-09-01binman: bintool: move version check implementation into bintool classQuentin Schulz1-25/+18
2022-09-01binman: btool: gzip: fix packer name so that binary can be foundQuentin Schulz1-1/+1
2022-08-31tools: mkimage: fix build with recent LibreSSLMark Kettenis1-1/+1
2022-08-27binman: Sort tests and rework test-file numbersStefan Herbrechtsmeier24-63/+64
2022-08-27binman: Document how to handle dependent imagesSimon Glass1-0/+50
2022-08-27binman: Mention split-elf in the main docsSimon Glass1-0/+4
2022-08-27patman: Tidy up unnecessary blank lines and numbersSimon Glass1-30/+15
2022-08-27patman: Fix version tableSimon Glass1-1/+1
2022-08-22Merge tag 'dm-pull-20aug22' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini37-174/+1079
2022-08-22CI: Move to Ubuntu 2022.04 "Jammy" for CI baseTom Rini1-12/+2
2022-08-21binman: Add zstd bintoolStefan Herbrechtsmeier5-3/+61
2022-08-21binman: Add xz bintoolStefan Herbrechtsmeier3-2/+33
2022-08-21binman: Add lzop bintoolStefan Herbrechtsmeier3-3/+33
2022-08-21binman: Add gzip bintoolStefan Herbrechtsmeier4-4/+43
2022-08-21binman: Add bzip2 bintoolStefan Herbrechtsmeier3-2/+32
2022-08-21binman: Add BintoolPacker class to bintoolStefan Herbrechtsmeier1-0/+103
2022-08-21binman: Add compression testsStefan Herbrechtsmeier1-0/+26
2022-08-21binman: Support missing compression toolsStefan Herbrechtsmeier3-3/+29
2022-08-21binman: Move compression bintool management into entry classStefan Herbrechtsmeier4-83/+41
2022-08-21binman: Select compression bintools in cbfs_util classStefan Herbrechtsmeier2-11/+13
2022-08-21binman: Move compression bintools creation into test setupStefan Herbrechtsmeier1-7/+19
2022-08-21binman: Remove obsolete compressed data header handlingStefan Herbrechtsmeier4-24/+15
2022-08-21binman: Disable compressed data headerStefan Herbrechtsmeier2-7/+9
2022-08-21binman: Add length header attribute to dtb entryStefan Herbrechtsmeier5-0/+105
2022-08-21binman: Add DecompressData function to entry classStefan Herbrechtsmeier2-2/+16