public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v5 1/5] spl: dm: disable SPI DM flash for non-DM SPL
@ 2019-08-20  6:59 Xiaowei Bao
  2019-08-20  6:59 ` [U-Boot] [PATCH v5 2/5] dm: spi: Convert Freescale ESPI driver to driver model Xiaowei Bao
                   ` (4 more replies)
  0 siblings, 5 replies; 26+ messages in thread
From: Xiaowei Bao @ 2019-08-20  6:59 UTC (permalink / raw)
  To: u-boot

From: Chuanhua Han <chuanhua.han@nxp.com>

This patch solves the problem that spiboot cannot be performed in
non-DM SPL.

Signed-off-by: Pan Jiafei <Jiafei.Pan@freescale.com>
Signed-off-by: Chuanhua Han <chuanhua.han@nxp.com>
---
Changes in v5:
	- No change.
Changes in v4:
	- No change.
Changes in v3: 
	- Add a cover-letter for this patch set.
Changes in v2: 
	- No change.

 include/config_uncmd_spl.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/config_uncmd_spl.h b/include/config_uncmd_spl.h
index c2f9735..da94b3d 100644
--- a/include/config_uncmd_spl.h
+++ b/include/config_uncmd_spl.h
@@ -15,6 +15,7 @@
 #undef CONFIG_DM_GPIO
 #undef CONFIG_DM_I2C
 #undef CONFIG_DM_SPI
+#undef CONFIG_DM_SPI_FLASH
 #endif
 
 #undef CONFIG_DM_WARN
-- 
2.9.5

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

end of thread, other threads:[~2020-01-07 11:31 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-20  6:59 [U-Boot] [PATCH v5 1/5] spl: dm: disable SPI DM flash for non-DM SPL Xiaowei Bao
2019-08-20  6:59 ` [U-Boot] [PATCH v5 2/5] dm: spi: Convert Freescale ESPI driver to driver model Xiaowei Bao
2019-08-20 11:03   ` Joakim Tjernlund
2019-08-21  1:19     ` Xiaowei Bao
2019-08-21  7:51       ` Joakim Tjernlund
2019-08-21  9:46         ` Xiaowei Bao
2019-08-21 11:24           ` Joakim Tjernlund
2019-08-20  6:59 ` [U-Boot] [PATCH v5 3/5] powerpc: dts: t2080: add espi controller node support Xiaowei Bao
2019-08-20  6:59 ` [U-Boot] [PATCH v5 4/5] powerpc: dts: t2080qds: add espi slave nodes support Xiaowei Bao
2019-08-20  6:59 ` [U-Boot] [PATCH v5 5/5] configs: enable espi device module in T2080QDS Xiaowei Bao
2019-08-20  7:13 ` [U-Boot] [PATCH v5 1/5] spl: dm: disable SPI DM flash for non-DM SPL Lukasz Majewski
2019-08-20  7:27   ` Xiaowei Bao
2019-08-20  7:42     ` Lukasz Majewski
2019-08-20  7:51       ` Xiaowei Bao
2019-08-20  8:19         ` Lukasz Majewski
2019-08-20  9:00           ` Xiaowei Bao
2019-08-20  9:49             ` Lukasz Majewski
2019-08-22  1:56               ` Xiaowei Bao
2019-08-22 20:47                 ` Lukasz Majewski
2019-08-23  6:23                   ` Xiaowei Bao
2019-10-21  3:51                   ` Xiaowei Bao
     [not found]                     ` <AM5PR04MB3299E725CEF5540D8B44F76EF5680@AM5PR04MB3299.eurprd04.prod.outlook.com>
2019-10-22 12:20                       ` Lukasz Majewski
2019-10-22 13:03                         ` Schrempf Frieder
2019-10-23  3:25                           ` Xiaowei Bao
2019-12-24  3:01                             ` Xiaowei Bao
2020-01-07 11:31                               ` Schrempf Frieder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox