All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: u-boot@lists.denx.de
Subject: [PATCH v5 08/13] lib: kconfig: Limit BINMAN_FDT for OF_SEPARATE or OF_EMBED
Date: Mon, 10 May 2021 10:28:04 -0600	[thread overview]
Message-ID: <CAPnjgZ2tByUCVpSydoSeWoX5RrqS56pncRE14YUWBbF8urU+JQ@mail.gmail.com> (raw)
In-Reply-To: <20210510122341.13798-9-bmeng.cn@gmail.com>

Hi Bin,

On Mon, 10 May 2021 at 06:24, Bin Meng <bmeng.cn@gmail.com> wrote:
>
> Generally speaking BINMAN_FDT makes sense for OF_SEPARATE or OF_EMBED.
> For the other OF_CONTROL methods, it's quite possible binman node is
> not available as binman is invoked during the build phase instead of
> runtime. Let's only turn it on for OF_SEPARATE or OF_EMBED by default.
>
> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
>
> ---
>
> (no changes since v3)
>
> Changes in v3:
> - new patch: "lib: kconfig: Limit BINMAN_FDT for OF_SEPARATE or OF_EMBED"
>
>  lib/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

I think you need to handle the sandbox case too - OF_HOSTFILE

Perhaps we don't have tests for this? I need to add some.

Regards,
SImon

  reply	other threads:[~2021-05-10 16:28 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-10 12:23 [PATCH v5 00/13] riscv: Switch to use binman to generate u-boot.itb Bin Meng
2021-05-10 12:23 ` [PATCH v5 01/13] common: kconfig: Correct a typo in SPL_LOAD_FIT Bin Meng
     [not found]   ` <752D002CFF5D0F4FA35C0100F1D73F3FE5EA1264@ATCPCS12.andestech.com>
2021-05-12  3:38     ` Rick Chen
2021-05-10 12:23 ` [PATCH v5 02/13] binman: Correct '-a' description in the doc Bin Meng
     [not found]   ` <752D002CFF5D0F4FA35C0100F1D73F3FE5EA1271@ATCPCS12.andestech.com>
2021-05-12  3:39     ` Rick Chen
2021-05-10 12:23 ` [PATCH v5 03/13] binman: Correct the comment for ATF entry type Bin Meng
2021-05-10 12:23 ` [PATCH v5 04/13] binman: test: Rename 172_fit_fdt.dts to 170_fit_fdt.dts Bin Meng
2021-05-10 12:23 ` [PATCH v5 05/13] binman: Add support for RISC-V OpenSBI fw_dynamic blob Bin Meng
     [not found]   ` <752D002CFF5D0F4FA35C0100F1D73F3FE5EA0B99@ATCPCS12.andestech.com>
2021-05-11  1:12     ` FW: " Rick Chen
     [not found]   ` <752D002CFF5D0F4FA35C0100F1D73F3FE5EA12A3@ATCPCS12.andestech.com>
2021-05-12  3:44     ` Rick Chen
2021-05-10 12:23 ` [PATCH v5 06/13] makefile: Pass OpenSBI blob to binman make rules Bin Meng
2021-05-10 12:23 ` [PATCH v5 07/13] riscv: sifive: unleashed: Switch to use binman to generate u-boot.itb Bin Meng
2021-05-10 12:23 ` [PATCH v5 08/13] lib: kconfig: Limit BINMAN_FDT for OF_SEPARATE or OF_EMBED Bin Meng
2021-05-10 16:28   ` Simon Glass [this message]
2021-05-10 16:34     ` Bin Meng
2021-05-10 16:46       ` Simon Glass
2021-05-10 12:23 ` [PATCH v5 09/13] binman: Support packaging U-Boot for scenarios like OF_BOARD or OF_PRIOR_STAGE Bin Meng
2021-05-10 16:28   ` Simon Glass
2021-05-10 12:23 ` [PATCH v5 10/13] riscv: dts: Sort build targets in alphabetical order Bin Meng
2021-05-10 16:28   ` Simon Glass
2021-05-10 12:23 ` [PATCH v5 11/13] riscv: qemu: Switch to use binman to generate u-boot.itb Bin Meng
2021-05-10 12:23 ` [PATCH v5 12/13] riscv: ae350: " Bin Meng
2021-05-10 16:28   ` Simon Glass
     [not found]   ` <752D002CFF5D0F4FA35C0100F1D73F3FE5EA1246@ATCPCS12.andestech.com>
2021-05-12  3:35     ` Rick Chen
2021-05-10 12:23 ` [PATCH v5 13/13] riscv: Drop USE_SPL_FIT_GENERATOR Bin Meng
2021-05-10 16:28   ` 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=CAPnjgZ2tByUCVpSydoSeWoX5RrqS56pncRE14YUWBbF8urU+JQ@mail.gmail.com \
    --to=sjg@chromium.org \
    --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.