[U-Boot] [PATCH 0/4] Add SECURE BOOT support in SPL framework
Sumit Garg
sumit.garg at nxp.com
Tue Jun 14 19:52:36 CEST 2016
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
More information about the U-Boot
mailing list