Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-21 | lib: Remove <common.h> inclusion from these files | Tom Rini | |
After some header file cleanups to add missing include files, remove common.h from all files in the lib directory. This primarily means just dropping the line but in a few cases we need to add in other header files now. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@konsulko.com> | |||
2020-01-17 | u-boot: fit: add support to decrypt fit with aes | Philippe Reynes | |
This commit add to u-boot the support to decrypt fit image encrypted with aes. The FIT image contains the key name and the IV name. Then u-boot look for the key and IV in his device tree and decrypt images before moving to the next stage. Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com> |