commit | 0e9edd8424ff78842a32e0872eb0215486100c44 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jun 13 15:10:11 2013 -0700 |
committer | Tom Rini <trini@ti.com> | Wed Jun 26 10:18:57 2013 -0400 |
tree | bfacb381648f7c324b6737ca4c6ab5de40f13ba3 | |
parent | c6fc03f04670d1543a55b621b25addd64fb51321 [diff] |
Add verified boot information and test Add a description of how to implement verified boot using signed FIT images, and a simple test which verifies operation on sandbox. The test signs a FIT image and verifies it, then signs a FIT configuration and verifies it. Then it corrupts the signature to check that this is detected. Signed-off-by: Simon Glass <sjg@chromium.org>