All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] efikamx: update Efika MX support
@ 2012-08-17 18:19 Matt Sealey
  2012-08-17 18:19 ` [U-Boot] [PATCH 1/4] efikamx: move efikamx into a new directory in preparation for new boards Matt Sealey
                   ` (4 more replies)
  0 siblings, 5 replies; 28+ messages in thread
From: Matt Sealey @ 2012-08-17 18:19 UTC (permalink / raw)
  To: u-boot

This patchset relies on the previously submitted patch "mx5: add iomux-mx51.h include"

It may not boot reliably, completely at random, on Efika MX boards, without the previously submitted (series) "spi: fix mxc_spi_slave structure allocation to clear memory"

Matt Sealey (4):
  efikamx: move efikamx into a new directory in preparation for new
    boards
  efikamx: remove drive strength hack from early_init_f and move it to
    the DCD
  efikamx: update to Efika MX Smarttop and Smartbook boards
  efikamx: port USB setup to new iomux model

 arch/arm/include/asm/arch-mx5/iomux-mx51.h |   28 ++
 board/efikamx/Makefile                     |   49 --
 board/efikamx/efikamx-usb.c                |  216 --------
 board/efikamx/efikamx.c                    |  735 ----------------------------
 board/efikamx/imximage_mx.cfg              |  122 -----
 board/efikamx/imximage_sb.cfg              |  122 -----
 board/genesi/mx51_efikamx/Makefile         |   49 ++
 board/genesi/mx51_efikamx/efikamx-usb.c    |  203 ++++++++
 board/genesi/mx51_efikamx/efikamx.c        |  507 +++++++++++++++++++
 board/genesi/mx51_efikamx/imximage_mx.cfg  |  113 +++++
 board/genesi/mx51_efikamx/imximage_sb.cfg  |  122 +++++
 boards.cfg                                 |    4 +-
 include/configs/efikamx.h                  |  274 -----------
 include/configs/mx51_efikamx.h             |  274 +++++++++++
 14 files changed, 1298 insertions(+), 1520 deletions(-)
 delete mode 100644 board/efikamx/Makefile
 delete mode 100644 board/efikamx/efikamx-usb.c
 delete mode 100644 board/efikamx/efikamx.c
 delete mode 100644 board/efikamx/imximage_mx.cfg
 delete mode 100644 board/efikamx/imximage_sb.cfg
 create mode 100644 board/genesi/mx51_efikamx/Makefile
 create mode 100644 board/genesi/mx51_efikamx/efikamx-usb.c
 create mode 100644 board/genesi/mx51_efikamx/efikamx.c
 create mode 100644 board/genesi/mx51_efikamx/imximage_mx.cfg
 create mode 100644 board/genesi/mx51_efikamx/imximage_sb.cfg
 delete mode 100644 include/configs/efikamx.h
 create mode 100644 include/configs/mx51_efikamx.h

-- 
1.7.9.5

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

end of thread, other threads:[~2012-08-21  2:21 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-17 18:19 [U-Boot] [PATCH 0/4] efikamx: update Efika MX support Matt Sealey
2012-08-17 18:19 ` [U-Boot] [PATCH 1/4] efikamx: move efikamx into a new directory in preparation for new boards Matt Sealey
2012-08-17 21:01   ` Marek Vasut
2012-08-17 22:21     ` Matt Sealey
2012-08-17 18:19 ` [U-Boot] [PATCH 2/4] efikamx: remove drive strength hack from early_init_f and move it to the DCD Matt Sealey
2012-08-17 21:03   ` Marek Vasut
2012-08-17 22:05     ` Matt Sealey
2012-08-17 23:39       ` Marek Vasut
2012-08-18 15:34   ` Stefano Babic
2012-08-18 21:11     ` Matt Sealey
2012-08-18 22:29       ` Marek Vasut
2012-08-18 22:56         ` stefano babic
2012-08-20 16:34           ` Matt Sealey
2012-08-18 22:39       ` stefano babic
2012-08-17 18:19 ` [U-Boot] [PATCH 3/4] efikamx: update to Efika MX Smarttop and Smartbook boards Matt Sealey
2012-08-17 19:29   ` Benoît Thébaudeau
2012-08-17 20:10     ` Matt Sealey
2012-08-17 21:07   ` Marek Vasut
2012-08-17 22:17     ` Matt Sealey
2012-08-17 23:38       ` Marek Vasut
2012-08-18 15:50   ` Stefano Babic
2012-08-18 21:02     ` Matt Sealey
2012-08-18 22:26       ` Marek Vasut
2012-08-20 16:19         ` Matt Sealey
2012-08-21  2:21           ` Marek Vasut
2012-08-18 22:31       ` stefano babic
2012-08-17 18:19 ` [U-Boot] [PATCH 4/4] efikamx: port USB setup to new iomux model Matt Sealey
2012-08-17 20:59 ` [U-Boot] [PATCH 0/4] efikamx: update Efika MX support Marek Vasut

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.