summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-12-06global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini1-3/+3
2022-11-23tools: mkenvimage: Drop duplicate crc header includeMarek Vasut1-1/+0
2022-11-23binman: Add documentation for the command line argsSimon Glass1-1/+299
2022-11-23buildman: Add --allow-missing flag to allow missing blobsTom Rini7-4/+193
2022-11-23buildman: Reinstate removal of temp output dir in testsSimon Glass1-1/+1
2022-11-23buildman: Ensure config_fname is initedSimon Glass1-0/+1
2022-11-23binman: Add a separate section about environment variablesSimon Glass1-0/+30
2022-11-23buildman: Detect binman reporting missing blobsSimon Glass1-1/+5
2022-11-23buildman: Drop mention of old architecturesSimon Glass2-19/+1
2022-11-23buildman: Update the default settings fileSimon Glass2-0/+5
2022-11-23buildman: Update the arc toolchainSimon Glass1-1/+4
2022-11-23buildman: Drop mention of MAKEALLSimon Glass1-110/+0
2022-11-23buildman: Convert documentation to rSTSimon Glass5-1353/+1411
2022-11-23binman: Use an exit code when blobs are missingSimon Glass4-4/+51
2022-11-23Revert "binman: btool: gzip: fix packer name so that binary can be found"Quentin Schulz1-1/+1
2022-11-23binman: bintool: remove btool_ prefix from btool namesQuentin Schulz2-2/+3
2022-10-31mkeficapsule: Add support for setting OEM flags in capsule headerSughosh Ganu1-3/+19
2022-10-31mkeficapsule: Add support for generating empty capsulesSughosh Ganu2-7/+97
2022-10-31test: dm: Add test cases for FWU Metadata uclassSughosh Ganu1-1/+3
2022-10-31binman: Support writing symbols into ELF filesSimon Glass8-12/+151
2022-10-31binman: Handle writing ELF symbols in the Entry classSimon Glass8-34/+21
2022-10-31binman: Split out looking up a symbol into a functionSimon Glass1-15/+45
2022-10-31binman: Allow obtaining a symbol valueSimon Glass1-8/+45
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass4-5/+5
2022-10-31buildman: Handle the MAINTAINERS 'N' tagSimon Glass1-0/+11
2022-10-31Merge tag 'video-20221030' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini1-5/+1
2022-10-30video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass1-1/+1
2022-10-30Drop CONFIG_LCD_LOGOSimon Glass1-4/+0
2022-10-29binman: Add support for symlinking imagesNeha Malcom Francis4-0/+34
2022-10-26mkimage: fit: Fix signing of configs with external dataSean Anderson1-1/+6
2022-10-17docker: Install pyelftools for buildsSimon Glass1-0/+1
2022-10-12tools: k3_gen_x509_cert: Do not print SWRV on buildAndrew Davis1-1/+1
2022-10-11image-pre-load: Move macros/definitions to image.hSteven Lawrance1-2/+0
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