commit | 56518e71041fafdfd7af3a24f263b0a22efbeda9 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jun 13 15:10:01 2013 -0700 |
committer | Tom Rini <trini@ti.com> | Wed Jun 26 10:18:56 2013 -0400 |
tree | 03327d88f29d505539dc1fd5a68f88bf16163d28 | |
parent | 3e569a6b1eb7ef0c8144f8c243f9e33c834bf003 [diff] |
image: Support signing of images Add support for signing images using a new signature node. The process is handled by fdt_add_verification_data() which now takes parameters to provide the keys and related information. Signed-off-by: Simon Glass <sjg@chromium.org>