[U-Boot] [PATCH 0/3] SECURE Boot targets for NAND and SD on LS1043, LS1046
Ruchika Gupta
ruchika.gupta at nxp.com
Mon Feb 20 20:37:38 UTC 2017
Ruchika Gupta (3):
arm: ls1043ardb: Add SD secure boot target
arm: ls1043ardb: Add NAND secure boot target
arm: ls1046ardb: Add SD secure boot target
arch/arm/include/asm/fsl_secure_boot.h | 16 +++++--
board/freescale/common/fsl_validate.c | 4 ++
board/freescale/ls1043ardb/ls1043ardb.c | 20 +++++++++
board/freescale/ls1046ardb/ls1046ardb.c | 19 +++++++++
configs/ls1043ardb_nand_SECURE_BOOT_defconfig | 57 +++++++++++++++++++++++++
configs/ls1043ardb_sdcard_SECURE_BOOT_defconfig | 57 +++++++++++++++++++++++++
configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig | 45 +++++++++++++++++++
include/config_fsl_chain_trust.h | 9 ++--
include/configs/ls1043a_common.h | 34 +++++++++++++--
include/configs/ls1043ardb.h | 2 +-
include/configs/ls1046a_common.h | 17 ++++++--
include/configs/ls1046ardb.h | 1 -
12 files changed, 266 insertions(+), 15 deletions(-)
create mode 100644 configs/ls1043ardb_nand_SECURE_BOOT_defconfig
create mode 100644 configs/ls1043ardb_sdcard_SECURE_BOOT_defconfig
create mode 100644 configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig
--
The patchset is dependent on the following patches:
https://patchwork.ozlabs.org/patch/717614/
http://patchwork.ozlabs.org/patch/724332/
http://patchwork.ozlabs.org/patch/729932/
http://patchwork.ozlabs.org/patch/729980/
1.9.1
More information about the U-Boot
mailing list