[U-Boot] [PATCH 0/4] SECURE BOOT: support image validation before U-Boot completion
Aneesh Bansal
aneesh.bansal at freescale.com
Tue Dec 8 09:44:11 CET 2015
During U-Boot bringup, various other images like (MC, AIP etc.) are
loaded from within U-Boot. In case of secure boot, these images must
also be validated. Thus the existing Secure Boot validation code is
made modular and the prototype for the function is changed.
This patchset is dependent on
[PATCH 5/5, v5] drivers/crypto/fsl: fix endianness issue in RNG
http://patchwork.ozlabs.org/patch/553822/
Aneesh Bansal (4):
SECURE BOOT: change prototype of fsl_secboot_validate function
SECURE BOOT: separate functions for reading keys
SECURE BOOT: separate function created for signature
SECURE BOOT: Support for validation of dynamic image
board/freescale/common/cmd_esbc_validate.c | 21 +-
board/freescale/common/fsl_validate.c | 316 ++++++++++++++++-------------
include/fsl_validate.h | 8 +-
3 files changed, 201 insertions(+), 144 deletions(-)
--
1.8.1.4
More information about the U-Boot
mailing list