[U-Boot] [PATCH v3 0/3] LS1046A secure boot target addition

Sumit Garg sumit.garg at nxp.com
Fri Jan 6 17:01:07 CET 2017


The patch-set does the following:

1. Add NOR secure boot target on ls1046aqds platform.
2. Add QSPI secure boot target on ls1046ardb platform.

Changes in v3:
Changes in comment style.

Changes in v2:
Split patches logically from 2 to 3.

Sumit Garg (3):
  SECURE_BOOT: Enable chain of trust on LS1046A platform
  LS1046AQDS: Add NOR Secure Boot Target
  LS1046ARDB: Add QSPI Secure Boot target

 arch/arm/include/asm/arch-fsl-layerscape/config.h |  2 +-
 arch/arm/include/asm/fsl_secure_boot.h            | 20 ++++++++++++----
 board/freescale/ls1046aqds/MAINTAINERS            |  4 ++++
 board/freescale/ls1046aqds/ls1046aqds.c           | 19 +++++++++++++++
 board/freescale/ls1046ardb/MAINTAINERS            |  4 ++++
 board/freescale/ls1046ardb/ls1046ardb.c           | 19 +++++++++++++++
 configs/ls1046aqds_SECURE_BOOT_defconfig          | 29 +++++++++++++++++++++++
 configs/ls1046ardb_qspi_SECURE_BOOT_defconfig     | 28 ++++++++++++++++++++++
 include/configs/ls1046ardb.h                      |  2 ++
 9 files changed, 121 insertions(+), 6 deletions(-)
 create mode 100644 configs/ls1046aqds_SECURE_BOOT_defconfig
 create mode 100644 configs/ls1046ardb_qspi_SECURE_BOOT_defconfig

-- 
1.8.1.4



More information about the U-Boot mailing list