commit | fbabc0f947808e457148bc58f32ad71cc07d3488 | [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 | 58fe7e5ddb8fb2ac442bee280d1c33798cba42f4 [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>