mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 00:47:26 +00:00
binman: doc: Add documentation for fdt_add_pubkey bintool
Add documentation for btool which calls 'fdt_add_pubkey' Signed-off-by: Lukas Funke <lukas.funke@weidmueller.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
f0989c29f8
commit
c76831d189
1 changed files with 10 additions and 0 deletions
|
@ -194,3 +194,13 @@ Documentation is available via::
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Bintool: fdt_add_pubkey: Add public key to device tree
|
||||||
|
------------------------------------------------------
|
||||||
|
|
||||||
|
This bintool supports running `fdt_add_pubkey` in order to add a public
|
||||||
|
key coming from a certificate to a device-tree.
|
||||||
|
|
||||||
|
Normally signing is done using `mkimage` in context of `binman sign`. However,
|
||||||
|
in this process the public key is not added to the stage before u-boot proper.
|
||||||
|
Using `fdt_add_pubkey` the key can be injected to the SPL independent of
|
||||||
|
`mkimage`
|
||||||
|
|
Loading…
Reference in a new issue