All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] x86: edison: BINMAN selection is specific to the board
@ 2020-12-03 15:40 Andy Shevchenko
  2020-12-12 15:39 ` Simon Glass
  2020-12-16  3:34 ` Bin Meng
  0 siblings, 2 replies; 4+ messages in thread
From: Andy Shevchenko @ 2020-12-03 15:40 UTC (permalink / raw)
  To: u-boot

The platforms based on Intel Tangier may have different requirements
how to create bootloader bundle to supply to a device. Currently
the BINMAN approach is for Intel Edison only.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 arch/x86/cpu/tangier/Kconfig | 1 -
 board/intel/edison/Kconfig   | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/cpu/tangier/Kconfig b/arch/x86/cpu/tangier/Kconfig
index 571470c74b28..d2b7edecd604 100644
--- a/arch/x86/cpu/tangier/Kconfig
+++ b/arch/x86/cpu/tangier/Kconfig
@@ -12,7 +12,6 @@ config INTEL_TANGIER
 	imply MMC_SDHCI_TANGIER
 	imply USB
 	imply USB_DWC3
-	imply BINMAN
 
 if INTEL_TANGIER
 
diff --git a/board/intel/edison/Kconfig b/board/intel/edison/Kconfig
index 05d65445e407..23b2af4821d8 100644
--- a/board/intel/edison/Kconfig
+++ b/board/intel/edison/Kconfig
@@ -31,5 +31,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	select INTEL_TANGIER
 	select BOARD_LATE_INIT
 	select MD5
+	imply BINMAN
 
 endif
-- 
2.29.2

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH v1] x86: edison: BINMAN selection is specific to the board
  2020-12-03 15:40 [PATCH v1] x86: edison: BINMAN selection is specific to the board Andy Shevchenko
@ 2020-12-12 15:39 ` Simon Glass
  2020-12-16  3:34 ` Bin Meng
  1 sibling, 0 replies; 4+ messages in thread
From: Simon Glass @ 2020-12-12 15:39 UTC (permalink / raw)
  To: u-boot

On Thu, 3 Dec 2020 at 08:40, Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:
>
> The platforms based on Intel Tangier may have different requirements
> how to create bootloader bundle to supply to a device. Currently
> the BINMAN approach is for Intel Edison only.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> ---
>  arch/x86/cpu/tangier/Kconfig | 1 -
>  board/intel/edison/Kconfig   | 1 +
>  2 files changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH v1] x86: edison: BINMAN selection is specific to the board
  2020-12-03 15:40 [PATCH v1] x86: edison: BINMAN selection is specific to the board Andy Shevchenko
  2020-12-12 15:39 ` Simon Glass
@ 2020-12-16  3:34 ` Bin Meng
  2020-12-16  5:52   ` Bin Meng
  1 sibling, 1 reply; 4+ messages in thread
From: Bin Meng @ 2020-12-16  3:34 UTC (permalink / raw)
  To: u-boot

On Thu, Dec 3, 2020 at 11:40 PM Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:
>
> The platforms based on Intel Tangier may have different requirements
> how to create bootloader bundle to supply to a device. Currently
> the BINMAN approach is for Intel Edison only.
>

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH v1] x86: edison: BINMAN selection is specific to the board
  2020-12-16  3:34 ` Bin Meng
@ 2020-12-16  5:52   ` Bin Meng
  0 siblings, 0 replies; 4+ messages in thread
From: Bin Meng @ 2020-12-16  5:52 UTC (permalink / raw)
  To: u-boot

On Wed, Dec 16, 2020 at 11:34 AM Bin Meng <bmeng.cn@gmail.com> wrote:
>
> On Thu, Dec 3, 2020 at 11:40 PM Andy Shevchenko
> <andriy.shevchenko@linux.intel.com> wrote:
> >
> > The platforms based on Intel Tangier may have different requirements
> > how to create bootloader bundle to supply to a device. Currently
> > the BINMAN approach is for Intel Edison only.
> >
>
> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

applied to u-boot-x86, thanks!

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-12-16  5:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-03 15:40 [PATCH v1] x86: edison: BINMAN selection is specific to the board Andy Shevchenko
2020-12-12 15:39 ` Simon Glass
2020-12-16  3:34 ` Bin Meng
2020-12-16  5:52   ` Bin Meng

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.