All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/3] LS1046A secure boot target addition
@ 2016-10-26 20:17 Sumit Garg
  2016-10-26 16:16 ` Andreas Färber
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Sumit Garg @ 2016-10-26 20:17 UTC (permalink / raw)
  To: u-boot

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 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            | 37 ++++++++++++++++-------
 board/freescale/ls1046aqds/MAINTAINERS            |  4 +++
 board/freescale/ls1046aqds/ls1046aqds.c           | 18 +++++++++++
 board/freescale/ls1046ardb/MAINTAINERS            |  4 +++
 board/freescale/ls1046ardb/ls1046ardb.c           | 19 ++++++++++++
 configs/ls1046aqds_SECURE_BOOT_defconfig          | 29 ++++++++++++++++++
 configs/ls1046ardb_qspi_SECURE_BOOT_defconfig     | 27 +++++++++++++++++
 include/configs/ls1046ardb.h                      |  2 ++
 9 files changed, 130 insertions(+), 12 deletions(-)
 create mode 100644 configs/ls1046aqds_SECURE_BOOT_defconfig
 create mode 100644 configs/ls1046ardb_qspi_SECURE_BOOT_defconfig

-- 
1.8.1.4

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

end of thread, other threads:[~2016-11-15  4:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-26 20:17 [U-Boot] [PATCH v2 0/3] LS1046A secure boot target addition Sumit Garg
2016-10-26 16:16 ` Andreas Färber
2016-10-26 20:17 ` [U-Boot] [PATCH v2 1/3] SECURE_BOOT: Enable chain of trust on LS1046A platform Sumit Garg
2016-11-14 17:51   ` york sun
2016-11-15  4:49     ` Sumit Garg
2016-10-26 20:17 ` [U-Boot] [PATCH v2 2/3] LS1046AQDS: Add NOR Secure Boot Target Sumit Garg
2016-11-14 17:53   ` york sun
2016-11-15  4:50     ` Sumit Garg

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.