All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86: minnowmax: Add support for Winbond flash
@ 2020-05-27 12:56 Simon Glass
  2020-05-28  7:46 ` Bin Meng
  0 siblings, 1 reply; 3+ messages in thread
From: Simon Glass @ 2020-05-27 12:56 UTC (permalink / raw)
  To: u-boot

This allows the use of the Dediprog em100pro so I can test SPI flash on
this board in my lab.

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

 board/intel/minnowmax/Kconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/board/intel/minnowmax/Kconfig b/board/intel/minnowmax/Kconfig
index 543468cab5..82a6ca904e 100644
--- a/board/intel/minnowmax/Kconfig
+++ b/board/intel/minnowmax/Kconfig
@@ -21,6 +21,9 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	select INTEL_BAYTRAIL
 	select BOARD_ROMSIZE_KB_8192
 	select SPI_FLASH_STMICRO
+	# Enable Winbond so we can use Dediprog em100pro emulator which does
+	# not support N25Q064
+	select SPI_FLASH_WINBOND
 
 config PCIE_ECAM_BASE
 	default 0xe0000000
-- 
2.27.0.rc0.183.gde8f92d652-goog

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

* [PATCH] x86: minnowmax: Add support for Winbond flash
  2020-05-27 12:56 [PATCH] x86: minnowmax: Add support for Winbond flash Simon Glass
@ 2020-05-28  7:46 ` Bin Meng
  2020-05-28  8:01   ` Bin Meng
  0 siblings, 1 reply; 3+ messages in thread
From: Bin Meng @ 2020-05-28  7:46 UTC (permalink / raw)
  To: u-boot

On Wed, May 27, 2020 at 8:56 PM Simon Glass <sjg@chromium.org> wrote:
>
> This allows the use of the Dediprog em100pro so I can test SPI flash on
> this board in my lab.
>
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---
>
>  board/intel/minnowmax/Kconfig | 3 +++
>  1 file changed, 3 insertions(+)
>

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

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

* [PATCH] x86: minnowmax: Add support for Winbond flash
  2020-05-28  7:46 ` Bin Meng
@ 2020-05-28  8:01   ` Bin Meng
  0 siblings, 0 replies; 3+ messages in thread
From: Bin Meng @ 2020-05-28  8:01 UTC (permalink / raw)
  To: u-boot

On Thu, May 28, 2020 at 3:46 PM Bin Meng <bmeng.cn@gmail.com> wrote:
>
> On Wed, May 27, 2020 at 8:56 PM Simon Glass <sjg@chromium.org> wrote:
> >
> > This allows the use of the Dediprog em100pro so I can test SPI flash on
> > this board in my lab.
> >
> > Signed-off-by: Simon Glass <sjg@chromium.org>
> > ---
> >
> >  board/intel/minnowmax/Kconfig | 3 +++
> >  1 file changed, 3 insertions(+)
> >
>
> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

applied to u-boot-x86, thanks!

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

end of thread, other threads:[~2020-05-28  8:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-27 12:56 [PATCH] x86: minnowmax: Add support for Winbond flash Simon Glass
2020-05-28  7:46 ` Bin Meng
2020-05-28  8:01   ` 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.