aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2021-07-28Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOSTSimon Glass
2021-07-21binman: Add basic support for debugging performanceSimon Glass
2021-07-21patman: Use bytearray instead of stringSimon Glass
2021-07-21binman: Use bytearray instead of stringSimon Glass
2021-07-21binman: Split node-reading out from constructor in filesSimon Glass
2021-07-21binman: Support multithreading for building imagesSimon Glass
2021-07-21binman: Put compressed data into separate filesSimon Glass
2021-07-21dtoc: Detect drivers which do not parse correctlySimon Glass
2021-07-21dtoc: Detect unexpected suffix on .of_matchSimon Glass
2021-07-21dtoc: Add a stdout check in test_normalized_name()Simon Glass
2021-07-21dtoc: Correct the re_compat regular expressionSimon Glass
2021-07-21dtoc: Allow multiple warnings for a driverSimon Glass
2021-07-21dtoc: Convert to use ArgumentParserSimon Glass
2021-07-21dtoc: Avoid using subscripts on match objectsSimon Glass
2021-07-18mkeficapsule: Remove dtb related optionsIlias Apalodimas
2021-07-16tools: Use a single target-independent config to enable OpenSSLAlexandru Gagniuc
2021-07-16common: Move host-only logic in image-sig.c to separate fileAlexandru Gagniuc
2021-07-15tools: Avoid showing return value of clock_gettime()Simon Glass
2021-07-15dtoc: Check that a parent is not missingSimon Glass
2021-07-14tools: image-host: fix wrong return valueMing Liu
2021-07-14tools/fitimage: add missing linebreak for some messagesSven Roederer
2021-07-14mkimage: allow -l to work on block devices on LinuxYann Dirson
2021-07-07Merge tag 'dm-pull-6jul21' of https://source.denx.de/u-boot/custodians/u-boot-dmTom Rini
2021-07-07Azure/GitLab: Move to gcc-11.1.0 and LLVM-11Tom Rini
2021-07-06tools: Fix default target compile tools in Python toolsAlper Nebi Yasak
2021-07-05Docker/CI: Update to "focal" and latest buildTom Rini
2021-07-05tools: docker: Install a readable kernel for libguestfs-toolsAlper Nebi Yasak
2021-06-11tools: k3_fit_atf: add DM binary to the FIT imageTero Kristo
2021-06-09tools: k3_fit_atf: Add support for providing ATF load address using a Kconfig...Aswath Govindraju
2021-05-19binman: Support packaging U-Boot for scenarios like OF_BOARD or OF_PRIOR_STAGEBin Meng
2021-05-19binman: Add support for RISC-V OpenSBI fw_dynamic blobBin Meng
2021-05-19binman: test: Rename 172_fit_fdt.dts to 170_fit_fdt.dtsBin Meng
2021-05-19binman: Correct the comment for ATF entry typeBin Meng
2021-05-19binman: Correct '-a' description in the docBin Meng
2021-04-29buildman: Use bytes for the environmentSimon Glass
2021-04-29buildman: Handle exceptions in threads gracefullySimon Glass
2021-04-29buildman: Use common code to send an resultSimon Glass
2021-04-29buildman: Tidy up a few commentsSimon Glass
2021-04-29binman: Support adding sections to FMAPsSimon Glass
2021-04-29binman: Tweak implementation of fmapSimon Glass
2021-04-29patman: Parse checkpatch by message instead of by lineEvan Benn
2021-04-29patman: Assume we always have pygit2 for testsTom Rini
2021-04-29dtoc: Correct dtoc output when testingSimon Glass
2021-04-29binman: Correct testSplNoDtb() and Tpl alsoSimon Glass
2021-04-14mkimage: Add a 'keyfile' argument for image signingAlexandru Gagniuc
2021-04-14lib: Add support for ECDSA image signingAlexandru Gagniuc
2021-04-14lib/rsa: Make fdt_add_bignum() available outside of RSA codeAlexandru Gagniuc
2021-04-14lib: Rename rsa-checksum.c to hash-checksum.cAlexandru Gagniuc
2021-04-12moveconfig.py: add to the "do not process" listTrevor Woerner
2021-04-12checkpatch: Add warnings for using strn(cat|cpy)Sean Anderson