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 V4 1/8] tools: imximage: add plugin support
Date: Tue, 25 Oct 2016 08:09:13 +0800	[thread overview]
Message-ID: <20161025000911.GA4930@linux-7smt.suse> (raw)
In-Reply-To: <4170d786-064b-045e-533f-94e389a5a6a4@denx.de>

Hi Stefano,
On Mon, Oct 24, 2016 at 04:05:53PM +0200, Stefano Babic wrote:
>Hi Peng,
>
>On 11/10/2016 08:29, Peng Fan wrote:
>> Add plugin support for imximage.
>> 
>> Define CONFIG_USE_IMXIMG_PLUGIN in defconfig to enable using plugin.
>> 
>> Signed-off-by: Peng Fan <peng.fan@nxp.com>
>> Cc: Stefano Babic <sbabic@denx.de>
>> Cc: Eric Nelson <eric@nelint.com>
>> Cc: Ye Li <ye.li@nxp.com>
>> Reviewed-by: Tom Rini <trini@konsulko.com>
>> ---
>> 
>
>I have just the same issue as with Jagan's patches. Due to recent
>changes, we need to unset a couple of defines in defconfig (ull without
>plugin is already fixed).
>
>This means:
>
>diff --git a/configs/mx6ull_14x14_evk_plugin_defconfig
>b/configs/mx6ull_14x14_evk_plugin_defconfig
>index ff15c8e..095e48d 100644
>--- a/configs/mx6ull_14x14_evk_plugin_defconfig
>+++ b/configs/mx6ull_14x14_evk_plugin_defconfig
>@@ -25,6 +25,8 @@ CONFIG_DM_GPIO=y
> CONFIG_DM_74X164=y
> CONFIG_DM_I2C=y
> CONFIG_DM_MMC=y
>+# CONFIG_BLK is not set
>+# CONFIG_DM_MMC_OPS is not set
> CONFIG_PINCTRL=y
> CONFIG_PINCTRL_IMX6=y
> CONFIG_DM_REGULATOR=y
>
>
>If you agree, I will make the change by applying it.

Yeah. Please help do this.

Thanks,
Peng.

  reply	other threads:[~2016-10-25  0:09 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-11  6:29 [U-Boot] [PATCH V4 1/8] tools: imximage: add plugin support Peng Fan
2016-10-11  6:29 ` [U-Boot] [PATCH V4 2/8] imx: mx6: Add " Peng Fan
2016-10-11  6:29 ` [U-Boot] [PATCH V4 3/8] imx: mx7: " Peng Fan
2016-10-11  6:29 ` [U-Boot] [PATCH V4 4/8] imx-common: introduce USE_IMXIMG_PLUGIN Kconfig Peng Fan
2016-10-11  6:29 ` Peng Fan
2016-10-11  6:29 ` [U-Boot] [PATCH V4 5/8] imx-common: compile plugin code Peng Fan
2016-10-11  6:29 ` [U-Boot] [PATCH V4 6/8] imx: mx6ullevk: support plugin Peng Fan
2016-10-11  6:29 ` [U-Boot] [PATCH V4 7/8] imx: mx6ullevk: correct boot device macro Peng Fan
2016-10-11  6:29 ` [U-Boot] [PATCH V4 8/8] imx: mx6ull_14x14_evk: add plugin defconfig Peng Fan
2016-10-24 14:05 ` [U-Boot] [PATCH V4 1/8] tools: imximage: add plugin support Stefano Babic
2016-10-25  0:09   ` Peng Fan [this message]
2016-10-26 14:47     ` Stefano Babic

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=20161025000911.GA4930@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.