All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peng Fan <van.freenix@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V3 4/8] imx-common: inctroude USE_IMXIMG_PLUGIN Kconfig
Date: Sun, 9 Oct 2016 14:32:05 +0800	[thread overview]
Message-ID: <20161009063202.GA13844@linux-7smt.suse> (raw)
In-Reply-To: <32ac47ea-2c72-57e8-a6a0-2237e914e45e@nelint.com>

On Sun, Oct 09, 2016 at 07:45:41AM +0200, Eric Nelson wrote:
>Hi Peng,
>
>Note the typo in the subject header.

Thanks.

>
>On 10/08/2016 08:58 AM, Peng Fan wrote:
>> Introduce USE_IMXIMG_PLUGIN Kconfig
>> 
>> Signed-off-by: Peng Fan <peng.fan@nxp.com>
>> Cc: Stefano Babic <sbabic@denx.de>
>> Reviewed-by: Tom Rini <trini@konsulko.com>
>> ---
>> 
>> V3:
>>  None
>> 
>> V2:
>>  New
>> 
>>  arch/arm/imx-common/Kconfig | 7 +++++++
>>  1 file changed, 7 insertions(+)
>> 
>> diff --git a/arch/arm/imx-common/Kconfig b/arch/arm/imx-common/Kconfig
>> index 1b7da5a..85eac57 100644
>> --- a/arch/arm/imx-common/Kconfig
>> +++ b/arch/arm/imx-common/Kconfig
>> @@ -17,3 +17,10 @@ config IMX_BOOTAUX
>>  	depends on ARCH_MX7 || ARCH_MX6
>>  	help
>>  	  bootaux [addr] to boot auxiliary core.
>> +
>> +config USE_IMXIMG_PLUGIN
>> +	bool "Using imximage plugin code"
>
>s/Using/Use/

Will fix this in V4.

>
>> +	depends on ARCH_MX7 || ARCH_MX6
>> +	help
>> +	  i.MX6/7 supports DCD and Plugin. Enable this configuration
>> +	  to use Plugin, otherwise DCD will be used.
>> 
>
>MX5x also supports plugins, right?

Yeah. I do not have the hardware to test, so not add ARCH_MX5.
If later, someone can test ARCH_MX5, then he/she could add the support.

>
>Also, the alternative isn't really DCD is it? Most (all) of the boards
>using SPL now are using the essentially empty config file
>in arch/arm/imx-common/spl_sd.cfg.

The help msg is just to tell use plugin or DCD. spl_sd.cfg surely
can have DCD DATA lines or not :)

Regards,
Peng.
>
>
>_______________________________________________
>U-Boot mailing list
>U-Boot at lists.denx.de
>http://lists.denx.de/mailman/listinfo/u-boot

  reply	other threads:[~2016-10-09  6:32 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-08  6:58 [U-Boot] [PATCH V3 1/8] tools: imximage: add plugin support Peng Fan
2016-10-08  6:58 ` [U-Boot] [PATCH V3 2/8] imx: mx6: Add " Peng Fan
2016-10-08  6:58 ` [U-Boot] [PATCH V3 3/8] imx: mx7: " Peng Fan
2016-10-08  6:58 ` [U-Boot] [PATCH V3 4/8] imx-common: inctroude USE_IMXIMG_PLUGIN Kconfig Peng Fan
2016-10-09  5:45   ` Eric Nelson
2016-10-09  6:32     ` Peng Fan [this message]
2016-10-08  6:58 ` [U-Boot] [PATCH V3 5/8] imx-common: compile plugin code Peng Fan
2016-10-08  6:58 ` [U-Boot] [PATCH V3 6/8] imx: mx6ullevk: support plugin Peng Fan
2016-10-08  6:58 ` [U-Boot] [PATCH V3 7/8] imx: mx6ullevk: correct boot device macro Peng Fan
2016-10-08  6:58 ` [U-Boot] [PATCH V3 8/8] imx: mx6ull_14x14_evk: add plugin defconfig Peng Fan
2016-10-08 15:26 ` [U-Boot] [PATCH V3 1/8] tools: imximage: add plugin support Eric Nelson
2016-10-09  2:20   ` Peng Fan
2016-10-09  5:42     ` Eric Nelson
2016-10-09  6:12       ` Peng Fan
2016-10-09 16:48         ` Eric Nelson
2016-10-09 16:50           ` Eric Nelson

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=20161009063202.GA13844@linux-7smt.suse \
    --to=van.freenix@gmail.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.