]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: Deal with mkeficapsule being missing
authorSimon Glass <sjg@chromium.org>
Wed, 31 Jul 2024 14:49:02 +0000 (08:49 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 5 Aug 2024 18:15:29 +0000 (12:15 -0600)
commit2e658c18096bc62840e081055a4e35f28c50ec2f
tree07322dafcf4de144f34e823a2f10767e7a7c5804
parentd0dbfd5299910a85c821b06ae8bd9a38818331c1
binman: Deal with mkeficapsule being missing

Tools cannot be assumed to be present. Add a check for this with the
mkeficpasule tool.

Signed-off-by: Simon Glass <sjg@chromium.org>
Fixes: b617611b27a ("binman: capsule: Add support for generating...")
tools/binman/etype/efi_capsule.py