All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/7] Add LS1046 and LS1012 secure boot targets
@ 2017-03-23  8:18 Sumit Garg
  2017-03-23  8:18 ` [U-Boot] [PATCH 1/7] SECURE BOOT: Add header address of PPA in kconfig Sumit Garg
                   ` (7 more replies)
  0 siblings, 8 replies; 15+ messages in thread
From: Sumit Garg @ 2017-03-23  8:18 UTC (permalink / raw)
  To: u-boot

Purpose of patchset:
--------------------
1. This consolidated patchset supersedes earlier patchset for LS1046
   and LS1012 secure boot target addition patchsets as they have inter-
   dependency.
2. Rebased and incorporated review comments.
3. Enabling PPA in secure boot via Kconfig option similar to non-secure
   boot for LS1043, LS1012 and LS1046.

Following are patchwork links of earlier patchset:

LS1046 secure boot targets (v3 patchset):
-----------------------------------------
https://patchwork.ozlabs.org/patch/711699/
https://patchwork.ozlabs.org/patch/711698/
https://patchwork.ozlabs.org/patch/711701/

LS1012 secure boot target (v1 patchset):
-----------------------------------------
https://patchwork.ozlabs.org/patch/691306/
https://patchwork.ozlabs.org/patch/691305/

Also this patchset include patches to enable PPA in secure boot for
LS1043 via Kconfig option.

  SECURE BOOT: Add header address of PPA in kconfig
  LS1043ARDB: Enable PPA in Secure boot defconfig
  SECURE_BOOT: Enable chain of trust on LS1046A platform
  LS1046AQDS: Add NOR Secure Boot Target
  LS1046ARDB: Add QSPI Secure Boot target
  SECURE_BOOT: Enable chain of trust on LS1012A platform
  LS1012ARDB: Add QSPI Secure Boot target

 arch/arm/cpu/armv8/fsl-layerscape/Kconfig         | 13 ++++++
 arch/arm/cpu/armv8/fsl-layerscape/ppa.c           |  2 +-
 arch/arm/include/asm/arch-fsl-layerscape/config.h |  9 ++++-
 arch/arm/include/asm/fsl_secure_boot.h            | 33 +++++++++-------
 board/freescale/ls1012ardb/MAINTAINERS            |  4 ++
 board/freescale/ls1012ardb/ls1012ardb.c           |  5 +++
 board/freescale/ls1046aqds/MAINTAINERS            |  4 ++
 board/freescale/ls1046aqds/ls1046aqds.c           | 19 +++++++++
 board/freescale/ls1046ardb/Kconfig                |  2 +-
 board/freescale/ls1046ardb/MAINTAINERS            |  4 ++
 board/freescale/ls1046ardb/ls1046ardb.c           | 19 +++++++++
 configs/ls1012ardb_qspi_SECURE_BOOT_defconfig     | 48 +++++++++++++++++++++++
 configs/ls1043ardb_SECURE_BOOT_defconfig          |  1 +
 configs/ls1046aqds_SECURE_BOOT_defconfig          | 39 ++++++++++++++++++
 configs/ls1046ardb_qspi_SECURE_BOOT_defconfig     | 37 +++++++++++++++++
 include/configs/ls1012a_common.h                  |  2 -
 include/configs/ls1012ardb.h                      |  3 ++
 include/configs/ls1046ardb.h                      |  2 +
 18 files changed, 226 insertions(+), 20 deletions(-)
 create mode 100644 configs/ls1012ardb_qspi_SECURE_BOOT_defconfig
 create mode 100644 configs/ls1046aqds_SECURE_BOOT_defconfig
 create mode 100644 configs/ls1046ardb_qspi_SECURE_BOOT_defconfig

-- 
1.9.1

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

end of thread, other threads:[~2017-04-18 15:36 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-23  8:18 [U-Boot] [PATCH 0/7] Add LS1046 and LS1012 secure boot targets Sumit Garg
2017-03-23  8:18 ` [U-Boot] [PATCH 1/7] SECURE BOOT: Add header address of PPA in kconfig Sumit Garg
2017-03-23  8:18 ` [U-Boot] [PATCH 2/7] LS1043ARDB: Enable PPA in Secure boot defconfig Sumit Garg
2017-03-23  8:18 ` [U-Boot] [PATCH 3/7] SECURE_BOOT: Enable chain of trust on LS1046A platform Sumit Garg
2017-03-29 16:45   ` [U-Boot] [u-boot-release] " york sun
2017-03-29 17:00     ` Sumit Garg
2017-03-23  8:18 ` [U-Boot] [PATCH 4/7] LS1046AQDS: Add NOR Secure Boot Target Sumit Garg
2017-03-23  8:18 ` [U-Boot] [PATCH 5/7] LS1046ARDB: Add QSPI Secure Boot target Sumit Garg
2017-03-23  8:18 ` [U-Boot] [PATCH 6/7] SECURE_BOOT: Enable chain of trust on LS1012A platform Sumit Garg
2017-03-29 16:50   ` york sun
2017-03-29 17:01     ` Sumit Garg
2017-03-29 17:03       ` york sun
2017-03-29 17:06         ` Sumit Garg
2017-03-23  8:18 ` [U-Boot] [PATCH 7/7] LS1012ARDB: Add QSPI Secure Boot target Sumit Garg
2017-04-18 15:36 ` [U-Boot] [PATCH 0/7] Add LS1046 and LS1012 secure boot targets 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.