From: Sumit Garg <sumit.garg@nxp.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 0/3] LS1046A secure boot target addition
Date: Wed, 26 Oct 2016 16:17:08 -0400 [thread overview]
Message-ID: <1477513031-29292-1-git-send-email-sumit.garg@nxp.com> (raw)
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
next reply other threads:[~2016-10-26 20:17 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-26 20:17 Sumit Garg [this message]
2016-10-26 16:16 ` [U-Boot] [PATCH v2 0/3] LS1046A secure boot target addition 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1477513031-29292-1-git-send-email-sumit.garg@nxp.com \
--to=sumit.garg@nxp.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.