commit | a35da20f50593d1f0a61e55e880d03bbae7c36eb | [log] [tgz] |
---|---|---|
author | Alexandru Gagniuc <mr.nuke.me@gmail.com> | Fri Feb 19 12:45:18 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 14 15:23:01 2021 -0400 |
tree | 38d0a8ef66294968f34583b16d71f1aeefc8f11b | |
parent | 8fcea12576caccc1ddc4c434ee16824e6ed35c11 [diff] |
lib/rsa: Use the 'keyfile' argument from mkimage 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 RSA signing path to use the appropriate one. Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>