public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/4] efikamx: update Efika MX support
Date: Fri, 17 Aug 2012 22:59:55 +0200	[thread overview]
Message-ID: <201208172259.55236.marex@denx.de> (raw)
In-Reply-To: <1345227562-11502-1-git-send-email-matt@genesi-usa.com>

Dear Matt Sealey,

> 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"

Please _ALWAYS_ CC the custodian. Read here before submitting:

http://www.denx.de/wiki/U-Boot/Patches

> 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

Best regards,
Marek Vasut

      parent reply	other threads:[~2012-08-17 20:59 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Marek Vasut [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201208172259.55236.marex@denx.de \
    --to=marex@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox