]> git.baikalelectronics.ru Git - uboot.git/commit
mkeficapsule: Add support for generating empty capsules
authorSughosh Ganu <sughosh.ganu@linaro.org>
Fri, 21 Oct 2022 12:46:06 +0000 (18:16 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 31 Oct 2022 18:47:33 +0000 (14:47 -0400)
commitb01b312fa9b35872a933b87f9c8151935e1d8f70
tree3fccd3393734ebd5fec17f8c5131cc4585702a6a
parent8f2cb994544d595eefcc3f99de9a64a7419e8a24
mkeficapsule: Add support for generating empty capsules

The Dependable Boot specification[1] describes the structure of the
firmware accept and revert capsules. These are empty capsules which
are used for signalling the acceptance or rejection of the updated
firmware by the OS. Add support for generating these empty capsules.

[1] - https://git.codelinaro.org/linaro/dependable-boot/mbfw/uploads/6f7ddfe3be24e18d4319e108a758d02e/mbfw.pdf

Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Acked-by: Etienne Carriere <etienne.carriere@linaro.org>
doc/mkeficapsule.1
tools/eficapsule.h
tools/mkeficapsule.c