All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] SECURE BOOT: support image validation before U-Boot completion
@ 2015-12-08  8:44 Aneesh Bansal
  2015-12-08  8:44 ` [U-Boot] [PATCH 1/4] SECURE BOOT: change prototype of fsl_secboot_validate function Aneesh Bansal
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Aneesh Bansal @ 2015-12-08  8:44 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2016-01-27 16:49 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-08  8:44 [U-Boot] [PATCH 0/4] SECURE BOOT: support image validation before U-Boot completion Aneesh Bansal
2015-12-08  8:44 ` [U-Boot] [PATCH 1/4] SECURE BOOT: change prototype of fsl_secboot_validate function Aneesh Bansal
2016-01-15  7:07   ` Ruchika Gupta
2016-01-27 16:48   ` york sun
2015-12-08  8:44 ` [U-Boot] [PATCH 2/4] SECURE BOOT: separate functions for reading keys Aneesh Bansal
2016-01-15  7:07   ` Ruchika Gupta
2016-01-27 16:48   ` york sun
2015-12-08  8:44 ` [U-Boot] [PATCH 3/4] SECURE BOOT: separate function created for signature Aneesh Bansal
2016-01-15  7:07   ` Ruchika Gupta
2016-01-27 16:49   ` york sun
2015-12-08  8:44 ` [U-Boot] [PATCH 4/4] SECURE BOOT: support for validation of dynamic image Aneesh Bansal
2016-01-15  7:08   ` Ruchika Gupta
2016-01-27 16:49   ` york sun

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.