commit | 3148e420e6f2eb6ba458bef2f96bd018901f9247 | [log] [tgz] |
---|---|---|
author | Philippe Reynes <philippe.reynes@softathome.com> | Wed Dec 18 18:25:41 2019 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 17 10:15:49 2020 -0500 |
tree | 35e93c2a2a6c11b683523b657593bd93ef5fd978 | |
parent | a6abf66f8610f935560e7de1cd2f40d02d104a18 [diff] |
mkimage: fit: add support to encrypt image with aes This commit add the support of encrypting image with aes in mkimage. To enable the ciphering, a node cipher with a reference to a key and IV (Initialization Vector) must be added to the its file. Then mkimage add the encrypted image to the FIT and add the key and IV to the u-boot device tree. Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>