diff options
author | Sughosh Ganu <sughosh.ganu@linaro.org> | 2022-10-21 18:16:07 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-10-31 14:47:33 -0400 |
commit | f65ee99b9d574a5b7dcf1322eb13f0b79860bd6c (patch) | |
tree | d0c39073dbe6518545888368ef7b73621de9e972 /doc/mkeficapsule.1 | |
parent | 6da9271af112a3133748b624c27e2ff09b6ee842 (diff) | |
download | u-boot-f65ee99b9d574a5b7dcf1322eb13f0b79860bd6c.tar.gz |
mkeficapsule: Add support for setting OEM flags in capsule header
Add support for setting OEM flags in the capsule header. As per the
UEFI specification, bits 0-15 of the flags member of the capsule
header can be defined per capsule GUID.
The oemflags will be used for the FWU Multi Bank update feature, as
specified by the Dependable Boot specification[1]. Bit
15 of the flags member will be used to determine if the
acceptance/rejection of the updated images is to be done by the
firmware or an external component like the OS.
[1] - https://git.codelinaro.org/linaro/dependable-boot/mbfw/uploads/6f7ddfe3be24e18d4319e108a758d02e/mbfw.pdf
Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Acked-by: Etienne Carriere <etienne.carriere@linaro.org>
Diffstat (limited to 'doc/mkeficapsule.1')
-rw-r--r-- | doc/mkeficapsule.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/mkeficapsule.1 b/doc/mkeficapsule.1 index 77ca061efd..6fb2dd0810 100644 --- a/doc/mkeficapsule.1 +++ b/doc/mkeficapsule.1 @@ -73,6 +73,10 @@ Generate a firmware acceptance empty capsule Generate a firmware revert empty capsule .TP +.BI "-o\fR,\fB --capoemflag " +Capsule OEM flag, value between 0x0000 to 0xffff + +.TP .BR -h ", " --help Print a help message |