All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] Add SECURE BOOT support in SPL framework
@ 2016-06-14 17:52 Sumit Garg
  2016-06-14 17:52 ` [U-Boot] [PATCH 1/4] DM: crypto/fsl: Enable rsa DM driver usage before relocation Sumit Garg
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Sumit Garg @ 2016-06-14 17:52 UTC (permalink / raw)
  To: u-boot

The patch-set does the following :

1. Enable chain of trust in SPL framework for ARM based platforms.
3. Add SD secure boot target for ls1021atwr platform.

Sumit Garg (4):
  DM: crypto/fsl: Enable rsa DM driver usage before relocation
  SECURE_BOOT: Enable chain of trust in SPL framework
  SECURE_BOOT: Enable SD as a source for bootscript
  arm: ls1021atwr: Add SD secure boot target

 arch/arm/include/asm/fsl_secure_boot.h             | 68 +++++++++++++++++-----
 arch/powerpc/include/asm/fsl_secure_boot.h         |  4 +-
 board/freescale/common/fsl_chain_of_trust.c        | 34 ++++++++++-
 board/freescale/ls1021atwr/ls1021atwr.c            |  7 +++
 .../ls1021atwr_sdcard_ifc_SECURE_BOOT_defconfig    | 31 ++++++++++
 drivers/crypto/fsl/fsl_rsa.c                       |  1 +
 include/config_fsl_chain_trust.h                   | 18 +++---
 include/configs/ls1021atwr.h                       | 22 +++++++
 8 files changed, 159 insertions(+), 26 deletions(-)
 create mode 100644 configs/ls1021atwr_sdcard_ifc_SECURE_BOOT_defconfig

-- 
1.8.1.4

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

end of thread, other threads:[~2016-07-26 20:20 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-14 17:52 [U-Boot] [PATCH 0/4] Add SECURE BOOT support in SPL framework Sumit Garg
2016-06-14 17:52 ` [U-Boot] [PATCH 1/4] DM: crypto/fsl: Enable rsa DM driver usage before relocation Sumit Garg
2016-06-17  3:52   ` Simon Glass
2016-07-26 20:20   ` york sun
2016-06-14 17:52 ` [U-Boot] [PATCH 2/4] SECURE_BOOT: Enable chain of trust in SPL framework Sumit Garg
2016-06-17  3:52   ` Simon Glass
2016-07-19 21:37   ` york sun
2016-07-20  4:59     ` Sumit Garg
2016-07-26 20:20   ` york sun
2016-06-14 17:52 ` [U-Boot] [PATCH 3/4] SECURE_BOOT: Enable SD as a source for bootscript Sumit Garg
2016-06-17  3:52   ` Simon Glass
2016-07-26 20:20   ` york sun
2016-06-14 17:52 ` [U-Boot] [PATCH 4/4] arm: ls1021atwr: Add SD secure boot target Sumit Garg
2016-06-17  3:52   ` Simon Glass
2016-07-26 20:20   ` 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.