public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Lokesh Vutla <lokeshvutla@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 1/6] spl: Convert CONFIG_SPL_ABORT_ON_RAW_IMAGE into a positive option
Date: Thu, 9 Feb 2017 09:51:13 +0530	[thread overview]
Message-ID: <5a14146d-e626-180a-e9ac-6b3c3eebefd2@ti.com> (raw)
In-Reply-To: <20170208172200.13640-2-afd@ti.com>



On Wednesday 08 February 2017 10:51 PM, Andrew F. Davis wrote:
> CONFIG_SPL_ABORT_ON_RAW_IMAGE causes SPL to abort and move on when it
> encounters RAW images, express this same functionality as a positive
> option enabling support for RAW images: CONFIG_SPL_RAW_IMAGE_SUPPORT
> 
> Signed-off-by: Andrew F. Davis <afd@ti.com>
> ---
>  Kconfig                           | 7 +++++++
>  README                            | 4 ----
>  common/spl/spl.c                  | 9 +++++----
>  include/configs/imx6_spl.h        | 4 ++--
>  include/configs/socfpga_de1_soc.h | 2 +-
>  include/spl.h                     | 2 +-
>  6 files changed, 16 insertions(+), 12 deletions(-)
> 
> diff --git a/Kconfig b/Kconfig
> index 8f9ea97f3d..8ce2d8c3bb 100644
> --- a/Kconfig
> +++ b/Kconfig
> @@ -291,6 +291,13 @@ config SYS_TEXT_BASE
>  	help
>  	  TODO: Move CONFIG_SYS_TEXT_BASE for all the architecture
>  
> +config SPL_RAW_IMAGE_SUPPORT
> +	bool "Support SPL loading and booting of RAW images"
> +	default y
> +	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
> +	  boot media to find a suitable image.

You might want to keep this under common/spl/Kconfig?

Thanks and regards,
Lokesh

  reply	other threads:[~2017-02-09  4:21 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-08 17:21 [U-Boot] [PATCH v3 0/6] Allow disabling non-FIT image loading from SPL Andrew F. Davis
2017-02-08 17:21 ` [U-Boot] [PATCH v3 1/6] spl: Convert CONFIG_SPL_ABORT_ON_RAW_IMAGE into a positive option Andrew F. Davis
2017-02-09  4:21   ` Lokesh Vutla [this message]
2017-02-10 18:38   ` Simon Glass
2017-02-10 19:58     ` Andrew F. Davis
2017-02-14  5:23       ` Simon Glass
2017-02-08 17:21 ` [U-Boot] [PATCH v3 2/6] spl: Add option to enable SPL Legacy image support Andrew F. Davis
2017-02-09  4:22   ` Lokesh Vutla
2017-02-09 14:52     ` Andrew F. Davis
2017-02-10 18:38   ` Simon Glass
2017-02-08 17:21 ` [U-Boot] [PATCH v3 3/6] ARM: AM335x: Disable non-FIT based image loading for HS devices Andrew F. Davis
2017-02-10 18:39   ` Simon Glass
2017-02-08 17:21 ` [U-Boot] [PATCH v3 4/6] ARM: AM43xx: " Andrew F. Davis
2017-02-10 18:39   ` Simon Glass
2017-02-08 17:21 ` [U-Boot] [PATCH v3 5/6] ARM: AM57xx: " Andrew F. Davis
2017-02-10 18:39   ` Simon Glass
2017-02-08 17:22 ` [U-Boot] [PATCH v3 6/6] ARM: DRA7xx: " Andrew F. Davis
2017-02-10 18:39   ` Simon Glass

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=5a14146d-e626-180a-e9ac-6b3c3eebefd2@ti.com \
    --to=lokeshvutla@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