summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass2022-10-314-5/+5
* buildman: Handle the MAINTAINERS 'N' tagSimon Glass2022-10-311-0/+11
* Merge tag 'video-20221030' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini2022-10-301-5/+1
|\
| * video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass2022-10-301-1/+1
| * Drop CONFIG_LCD_LOGOSimon Glass2022-10-301-4/+0
* | binman: Add support for symlinking imagesNeha Malcom Francis2022-10-294-0/+34
|/
* mkimage: fit: Fix signing of configs with external dataSean Anderson2022-10-261-1/+6
* docker: Install pyelftools for buildsSimon Glass2022-10-171-0/+1
* tools: k3_gen_x509_cert: Do not print SWRV on buildAndrew Davis2022-10-121-1/+1
* image-pre-load: Move macros/definitions to image.hSteven Lawrance2022-10-111-2/+0
* buildman: differentiate between riscv32, riscv64Heinrich Schuchardt2022-10-071-0/+11
* docker: install riscv32 toolchainHeinrich Schuchardt2022-10-071-2/+2
* tools: kwbimage: Verify maximal kwbimage header sizePali Rohár2022-10-061-0/+3
* Merge branch 'next'Tom Rini2022-10-0311-356/+940
|\
| * treewide: Drop image_header_t typedefSimon Glass2022-09-296-30/+29
| * Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv ...Tom Rini2022-09-262-7/+20
| |\
| * | tools: mtk_image: add support for nand headers used by newer chipsWeijie Gao2022-09-233-30/+525
| * | tools: mtk_image: split the code of generating NAND header into a new fileWeijie Gao2022-09-235-289/+389
| * | tools: mtk_image: split gfh header verification into a new functionWeijie Gao2022-09-231-30/+21
| * | Merge branch 'master' into nextTom Rini2022-09-1952-204/+671
| |\ \
| * | | dtoc: Drop sys.exit() in test_fdtSimon Glass2022-09-121-1/+0
* | | | tools: env: Fix missing closedir in ubi_get_volnum_by_nameMiaoqian Lin2022-09-291-1/+4
| |_|/ |/| |
* | | binman: Get futility by building itSimon Glass2022-09-212-7/+20
| |/ |/|
* | tools: termios_linux.h: Fix compilation on non-glibc systemsPali Rohár2022-09-131-0/+1
* | tools: kwboot: Change KWBOOT_MSG_RSP_TIMEO_AXP to 10msStefan Roese2022-09-131-1/+1
* | binman: Add VPL supportSimon Glass2022-09-1212-22/+349
* | Merge tag 'dm-pull-7sep22' of https://source.denx.de/u-boot/custodians/u-boot-dmTom Rini2022-09-077-79/+27
|\ \
| * | binman: bintool: bzip2: fix version function on non-Debian-based systemsQuentin Schulz2022-09-011-1/+1
| * | binman: btool: futility: use Bintool.versionQuentin Schulz2022-09-011-12/+1
| * | binman: btool: fiptool: use Bintool.versionQuentin Schulz2022-09-011-10/+1
| * | binman: bintool: parametrize args to pass to binary for returning versionQuentin Schulz2022-09-011-4/+5
| * | binman: btool: mkimage: use Bintool.versionQuentin Schulz2022-09-011-16/+2
| * | binman: btool: lz4: use Bintool.versionQuentin Schulz2022-09-011-13/+1
| * | binman: bintool: move version check implementation into bintool classQuentin Schulz2022-09-011-25/+18
| * | binman: btool: gzip: fix packer name so that binary can be foundQuentin Schulz2022-09-011-1/+1
* | | binman: allow user-defined filenames for mkimage entryQuentin Schulz2022-09-043-3/+33
* | | binman: add support for skipping file concatenation for mkimageQuentin Schulz2022-09-045-4/+125
|/ /
* | tools: mkimage: fix build with recent LibreSSLMark Kettenis2022-08-311-1/+1
* | binman: Sort tests and rework test-file numbersStefan Herbrechtsmeier2022-08-2624-63/+64
* | binman: Document how to handle dependent imagesSimon Glass2022-08-261-0/+50
* | binman: Mention split-elf in the main docsSimon Glass2022-08-261-0/+4
* | patman: Tidy up unnecessary blank lines and numbersSimon Glass2022-08-261-30/+15
* | patman: Fix version tableSimon Glass2022-08-261-1/+1
|/
* Merge tag 'dm-pull-20aug22' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2022-08-2237-174/+1079
|\
| * binman: Add zstd bintoolStefan Herbrechtsmeier2022-08-205-3/+61
| * binman: Add xz bintoolStefan Herbrechtsmeier2022-08-203-2/+33
| * binman: Add lzop bintoolStefan Herbrechtsmeier2022-08-203-3/+33
| * binman: Add gzip bintoolStefan Herbrechtsmeier2022-08-204-4/+43
| * binman: Add bzip2 bintoolStefan Herbrechtsmeier2022-08-203-2/+32
| * binman: Add BintoolPacker class to bintoolStefan Herbrechtsmeier2022-08-201-0/+103