aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2021-07-14tools: image-host: fix wrong return valueMing Liu1-1/+3
2021-07-14tools/fitimage: add missing linebreak for some messagesSven Roederer1-2/+2
2021-07-14mkimage: allow -l to work on block devices on LinuxYann Dirson1-3/+27
2021-07-07Merge tag 'dm-pull-6jul21' of https://source.denx.de/u-boot/custodians/u-boot-dmWIP/07Jul2021Tom Rini1-2/+0
2021-07-07Azure/GitLab: Move to gcc-11.1.0 and LLVM-11WIP/2021-07-06-update-to-gcc11-clang11Tom Rini1-51/+34
2021-07-06tools: Fix default target compile tools in Python toolsAlper Nebi Yasak1-2/+0
2021-07-05Docker/CI: Update to "focal" and latest buildTom Rini1-11/+9
2021-07-05tools: docker: Install a readable kernel for libguestfs-toolsAlper Nebi Yasak1-0/+4
2021-06-11tools: k3_fit_atf: add DM binary to the FIT imageTero Kristo1-1/+18
2021-06-09tools: k3_fit_atf: Add support for providing ATF load address using a Kconfig...Aswath Govindraju1-3/+6
2021-05-19binman: Support packaging U-Boot for scenarios like OF_BOARD or OF_PRIOR_STAGEBin Meng1-0/+24
2021-05-19binman: Add support for RISC-V OpenSBI fw_dynamic blobBin Meng4-0/+57
2021-05-19binman: test: Rename 172_fit_fdt.dts to 170_fit_fdt.dtsBin Meng2-5/+5
2021-05-19binman: Correct the comment for ATF entry typeBin Meng1-1/+1
2021-05-19binman: Correct '-a' description in the docBin Meng1-2/+2
2021-04-29buildman: Use bytes for the environmentSimon Glass3-11/+30
2021-04-29buildman: Handle exceptions in threads gracefullySimon Glass4-11/+56
2021-04-29buildman: Use common code to send an resultSimon Glass1-8/+13
2021-04-29buildman: Tidy up a few commentsSimon Glass3-5/+20
2021-04-29binman: Support adding sections to FMAPsSimon Glass4-9/+50
2021-04-29binman: Tweak implementation of fmapSimon Glass1-31/+38
2021-04-29patman: Parse checkpatch by message instead of by lineEvan Benn1-84/+134
2021-04-29patman: Assume we always have pygit2 for testsTom Rini1-17/+2
2021-04-29dtoc: Correct dtoc output when testingSimon Glass2-53/+22
2021-04-29binman: Correct testSplNoDtb() and Tpl alsoSimon Glass1-0/+2
2021-04-14mkimage: Add a 'keyfile' argument for image signingAlexandru Gagniuc4-28/+40
2021-04-14lib: Add support for ECDSA image signingAlexandru Gagniuc1-0/+3
2021-04-14lib/rsa: Make fdt_add_bignum() available outside of RSA codeAlexandru Gagniuc1-0/+5
2021-04-14lib: Rename rsa-checksum.c to hash-checksum.cAlexandru Gagniuc1-1/+2
2021-04-12moveconfig.py: add to the "do not process" listTrevor Woerner1-1/+1
2021-04-12checkpatch: Add warnings for using strn(cat|cpy)Sean Anderson1-1/+13
2021-04-10tools/mkeficapsule: improve online helpHeinrich Schuchardt1-8/+8
2021-04-08imx6: icorem6: chmod 644 enigcam.bmpHeinrich Schuchardt1-0/+0
2021-04-08tools: imx image: fix write warningPeng Fan2-2/+2
2021-04-07tools: Integrate the Dockerfile used for CITom Rini1-0/+203
2021-04-06moveconfig: Handle binary files cleanlySimon Glass1-2/+14
2021-04-06dtoc: Improve handling of reg propertiesSimon Glass4-3/+73
2021-04-06dtoc: Adjust detection of 64-bit propertiesSimon Glass2-6/+6
2021-04-06dtoc: Show driver warnings once at the endSimon Glass4-28/+33
2021-04-06buildman: Add an encoding to the out-env fileSimon Glass1-1/+2
2021-04-06patman: Continue on if warnings are found outside a commitSimon Glass1-2/+2
2021-03-29Merge tag 'v2021.04-rc5' into nextWIP/29Mar2021-nextTom Rini2-9/+9
2021-03-28Support building on macOS/arm64Jessica Clarke1-2/+2
2021-03-27dtoc: Add new check that offsets are correctSimon Glass2-3/+40
2021-03-27dtoc: Support adding subnodes alongside existing onesSimon Glass2-9/+51
2021-03-27dtoc: Add a subnode test for multiple nodesSimon Glass2-12/+34
2021-03-27dtoc: Tweak ordering of fdt-offsets refreshingSimon Glass1-3/+4
2021-03-27dtoc: Tidy up property-offset handlingSimon Glass1-3/+7
2021-03-27dtoc: Improve internal error for Refresh()Simon Glass2-3/+3
2021-03-27binman: Support default alignment for sectionsSimon Glass8-0/+58