commit | 80c81a30db58b16c79f73bcadecc4bb62075291d | [log] [tgz] |
---|---|---|
author | Alexandru Gagniuc <mr.nuke.me@gmail.com> | Fri Feb 19 12:45:19 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 14 15:23:01 2021 -0400 |
tree | b7f091c51e3ff9e37a354fe63c0a1a55abc8e359 | |
parent | a35da20f50593d1f0a61e55e880d03bbae7c36eb [diff] |
lib/ecdsa: Use the 'keydir' argument from mkimage if appropriate Keys can be derived from keydir, and the "key-name-hint" property of the FIT. They can also be specified ad-literam via 'keyfile'. Update the ECDSA signing path to use the appropriate one. Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>