From: Andrew F. Davis <afd@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v6 3/3] Kconfig: Disable non-FIT SPL loading for TI secure devices
Date: Thu, 16 Feb 2017 11:18:40 -0600 [thread overview]
Message-ID: <20170216171840.2009-4-afd@ti.com> (raw)
In-Reply-To: <20170216171840.2009-1-afd@ti.com>
Non-FIT SPL image loading support should be disabled for TI secure
devices as the image handlers for those image types do not follow
our secure boot flow.
Signed-off-by: Andrew F. Davis <afd@ti.com>
---
Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Kconfig b/Kconfig
index 8504199493..e238b8076b 100644
--- a/Kconfig
+++ b/Kconfig
@@ -293,7 +293,7 @@ config SYS_TEXT_BASE
config SPL_RAW_IMAGE_SUPPORT
bool "Support SPL loading and booting of RAW images"
- default y
+ default y if !TI_SECURE_DEVICE
help
SPL will support loading and booting a RAW image when this option
is y. If this is not set, SPL will move on to other available
@@ -301,7 +301,7 @@ config SPL_RAW_IMAGE_SUPPORT
config SPL_LEGACY_IMAGE_SUPPORT
bool "Support SPL loading and booting of Legacy images"
- default y
+ default y if !TI_SECURE_DEVICE
help
SPL will support loading and booting Legacy images when this option
is y. If this is not set, SPL will move on to other available
--
2.11.0
next prev parent reply other threads:[~2017-02-16 17:18 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-16 17:18 [U-Boot] [PATCH v6 0/3] Allow disabling non-FIT image loading from SPL Andrew F. Davis
2017-02-16 17:18 ` [U-Boot] [PATCH v6 1/3] spl: Convert CONFIG_SPL_ABORT_ON_RAW_IMAGE into a positive option Andrew F. Davis
2017-02-17 17:37 ` Tom Rini
2017-02-21 18:07 ` Simon Glass
2017-03-19 0:26 ` [U-Boot] [U-Boot, v6, " Tom Rini
2017-02-16 17:18 ` [U-Boot] [PATCH v6 2/3] spl: Add option to enable SPL Legacy image support Andrew F. Davis
2017-02-17 17:37 ` Tom Rini
2017-03-19 0:26 ` [U-Boot] [U-Boot, v6, " Tom Rini
2017-02-16 17:18 ` Andrew F. Davis [this message]
2017-02-17 17:37 ` [U-Boot] [PATCH v6 3/3] Kconfig: Disable non-FIT SPL loading for TI secure devices Tom Rini
2017-02-21 18:07 ` Simon Glass
2017-03-19 0:26 ` [U-Boot] [U-Boot, v6, " Tom Rini
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=20170216171840.2009-4-afd@ti.com \
--to=afd@ti.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox