public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/9] iMX23 MMC support and environment addition
@ 2013-01-22  1:47 Otavio Salvador
  2013-01-22  1:47 ` [U-Boot] [PATCH 1/9] mx23: Add SSP registers map Otavio Salvador
                   ` (8 more replies)
  0 siblings, 9 replies; 43+ messages in thread
From: Otavio Salvador @ 2013-01-22  1:47 UTC (permalink / raw)
  To: u-boot

This patchset adds MMC suuport, in PIO mode for now, to iMX23; it has
been boot tested in mx23evk board. I did a brief look at DMA support
but it seems not fast to implement so I would prefer to have this
patchset merged so other people can start using and playing with it.

Marek Vasut (3):
  mx23: Add SSP registers map
  mx23: Use XFER_COUNT field in HW_SSP_CTRL0 register in MMC PIO mode
  mx23_olinuxino: Add MMC support

Otavio Salvador (6):
  mx23: Fix transfer size setting for SPI
  mx23evk: Add initial board support
  mx23_olinuxino: Skip MMC Card detection
  mx23_olinuxino: Add default environment
  mxs: Fix MMC reset to avoid write errors and timeout  in iMX23
  mx23: Use PIO mode support for MMC

 arch/arm/include/asm/arch-mxs/regs-ssp.h     |  28 +++
 board/freescale/mx23evk/Makefile             |  47 +++++
 board/freescale/mx23evk/mx23evk.c            |  81 +++++++++
 board/freescale/mx23evk/spl_boot.c           | 115 ++++++++++++
 board/olimex/mx23_olinuxino/mx23_olinuxino.c |  17 +-
 board/olimex/mx23_olinuxino/spl_boot.c       |  10 ++
 boards.cfg                                   |   1 +
 drivers/mmc/mxsmmc.c                         |  50 ++++--
 drivers/spi/mxs_spi.c                        |   5 +
 include/configs/mx23_olinuxino.h             | 103 ++++++++++-
 include/configs/mx23evk.h                    | 252 +++++++++++++++++++++++++++
 11 files changed, 697 insertions(+), 12 deletions(-)
 create mode 100644 board/freescale/mx23evk/Makefile
 create mode 100644 board/freescale/mx23evk/mx23evk.c
 create mode 100644 board/freescale/mx23evk/spl_boot.c
 create mode 100644 include/configs/mx23evk.h

-- 
1.8.1

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

end of thread, other threads:[~2013-01-24 18:14 UTC | newest]

Thread overview: 43+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-22  1:47 [U-Boot] [PATCH 0/9] iMX23 MMC support and environment addition Otavio Salvador
2013-01-22  1:47 ` [U-Boot] [PATCH 1/9] mx23: Add SSP registers map Otavio Salvador
2013-01-22  1:47 ` [U-Boot] [PATCH 2/9] mx23: Use XFER_COUNT field in HW_SSP_CTRL0 register in MMC PIO mode Otavio Salvador
2013-01-22  1:45   ` Marek Vasut
2013-01-22  1:53     ` Otavio Salvador
2013-01-22  2:01       ` Marek Vasut
2013-01-22  1:47 ` [U-Boot] [PATCH 3/9] mx23: Fix transfer size setting for SPI Otavio Salvador
2013-01-22  1:46   ` Marek Vasut
2013-01-22  1:55     ` Otavio Salvador
2013-01-22  2:00       ` Marek Vasut
2013-01-24 18:14   ` Marek Vasut
2013-01-22  1:47 ` [U-Boot] [PATCH 4/9] mx23evk: Add initial board support Otavio Salvador
2013-01-22  1:46   ` Marek Vasut
2013-01-22  2:02     ` Otavio Salvador
2013-01-22  2:16       ` Marek Vasut
2013-01-22  2:30   ` Fabio Estevam
2013-01-22  2:42     ` Marek Vasut
2013-01-22 10:05     ` Otavio Salvador
2013-01-22  1:47 ` [U-Boot] [PATCH 5/9] mx23_olinuxino: Add MMC support Otavio Salvador
2013-01-22  1:47   ` Marek Vasut
2013-01-22  1:58     ` Otavio Salvador
2013-01-22  1:47 ` [U-Boot] [PATCH 6/9] mx23_olinuxino: Skip MMC Card detection Otavio Salvador
2013-01-22  1:48   ` Marek Vasut
2013-01-22  1:58     ` Otavio Salvador
2013-01-22  1:59       ` Marek Vasut
2013-01-22  1:47 ` [U-Boot] [PATCH 7/9] mx23_olinuxino: Add default environment Otavio Salvador
2013-01-22  1:49   ` Marek Vasut
2013-01-22  2:00     ` Otavio Salvador
2013-01-22  2:34   ` Fabio Estevam
2013-01-22  1:47 ` [U-Boot] [PATCH 8/9] mxs: Fix MMC reset to avoid write errors and timeout in iMX23 Otavio Salvador
2013-01-22  1:49   ` Marek Vasut
2013-01-22  2:03     ` Otavio Salvador
2013-01-22  2:15       ` Marek Vasut
2013-01-22  1:47 ` [U-Boot] [PATCH 9/9] mx23: Use PIO mode support for MMC Otavio Salvador
2013-01-22  1:50   ` Marek Vasut
2013-01-22  1:56     ` Otavio Salvador
2013-01-22  1:59       ` Marek Vasut
2013-01-23  9:04       ` Stefano Babic
2013-01-23 11:05         ` Otavio Salvador
2013-01-23 11:26           ` Marek Vasut
2013-01-23 11:39             ` Stefano Babic
2013-01-23 11:48               ` Marek Vasut
2013-01-23 12:12                 ` Otavio Salvador

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