public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/6] mx6cuboxi: Add support for SOMs with eMMC
@ 2018-06-11 12:26 Baruch Siach
  2018-06-11 12:26 ` [U-Boot] [PATCH 1/6] mmc: drop mention of IN_PROGRESS status Baruch Siach
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Baruch Siach @ 2018-06-11 12:26 UTC (permalink / raw)
  To: u-boot

The newer rev 1.5 of the SolidRun i.MX6 SOM can optionally come with eMMC on
the SOM. This series adds support for the eMMC device on these SOMs.

Since eMMC has card detect signal this series uses the new mmc_get_op_cond()
function that is broken out of mmc_init_start(). Successful completion of
mmc_get_op_cond() indicates that the eMMC is present.

Finally, the last patch in this series constructs the name of the kernel
device tree to load. This name is compatible with recent mainline kernels.

This series depends on the patches adding support for SOM rev 1.5 that were
posted earlier:

  https://patchwork.ozlabs.org/patch/926302/
  https://patchwork.ozlabs.org/patch/926301/

Baruch Siach (2):
  mmc: drop mention of IN_PROGRESS status
  mx6cuboxi: drop CONFIG_SYS_FSL_USDHC_NUM

Jon Nettleton (4):
  mmc: break out get_op_cond code to its own function
  mx6cuboxi: Add support for eMMC booting
  mx6cuboxi: Use mmc_get_op_cond() to check for an eMMC
  mx6cuboxi: Add emmc device tree suffix

 board/solidrun/mx6cuboxi/mx6cuboxi.c | 115 +++++++++++++++++++++++++--
 drivers/mmc/mmc.c                    |  61 ++++++++------
 include/configs/mx6cuboxi.h          |  25 +++---
 include/mmc.h                        |  12 ++-
 4 files changed, 167 insertions(+), 46 deletions(-)

-- 
2.17.1

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

end of thread, other threads:[~2018-07-23  9:25 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-11 12:26 [U-Boot] [PATCH 0/6] mx6cuboxi: Add support for SOMs with eMMC Baruch Siach
2018-06-11 12:26 ` [U-Boot] [PATCH 1/6] mmc: drop mention of IN_PROGRESS status Baruch Siach
2018-06-11 12:26 ` [U-Boot] [PATCH 2/6] mmc: break out get_op_cond code to its own function Baruch Siach
2018-06-27  7:59   ` Stefano Babic
2018-06-11 12:26 ` [U-Boot] [PATCH 3/6] mx6cuboxi: Add support for eMMC booting Baruch Siach
2018-06-11 12:26 ` [U-Boot] [PATCH 4/6] mx6cuboxi: drop CONFIG_SYS_FSL_USDHC_NUM Baruch Siach
2018-06-11 12:26 ` [U-Boot] [PATCH 5/6] mx6cuboxi: Use mmc_get_op_cond() to check for an eMMC Baruch Siach
2018-06-11 12:26 ` [U-Boot] [PATCH 6/6] mx6cuboxi: Add emmc device tree suffix Baruch Siach
2018-07-23  9:25 ` [U-Boot] [PATCH 0/6] mx6cuboxi: Add support for SOMs with eMMC Stefano Babic

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