public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v4 5/6] MX31: Add basic support for Freescale	i.MX31 PDK board.
Date: Sun, 28 Jun 2009 11:56:33 +0200	[thread overview]
Message-ID: <20090628095633.GA8587@game.jcrosoft.org> (raw)
In-Reply-To: <20090620125352.GE3849@game.jcrosoft.org>

On 14:53 Sat 20 Jun     , Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 20:50 Sat 13 Jun     , Magnus Lilja wrote:
> > Add support for Freescale's i.MX31 PDK board (a.k.a. 3 stack board).
> > 
> > This patch assumes that some other program performs the actual
> > NAND boot.
> > 
> > Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
> > ---
> >  MAINTAINERS                           |    4 +
> >  MAKEALL                               |    1 +
> >  Makefile                              |    3 +
> >  board/freescale/mx31pdk/Makefile      |   52 +++++++++++
> >  board/freescale/mx31pdk/config.mk     |    1 +
> >  board/freescale/mx31pdk/mx31pdk.c     |   63 +++++++++++++
> >  include/asm-arm/arch-mx31/mx31-regs.h |    2 +
> >  include/configs/mx31pdk.h             |  162 +++++++++++++++++++++++++++++++++
> >  8 files changed, 288 insertions(+), 0 deletions(-)
> >  create mode 100644 board/freescale/mx31pdk/Makefile
> >  create mode 100644 board/freescale/mx31pdk/config.mk
> >  create mode 100644 board/freescale/mx31pdk/mx31pdk.c
> >  create mode 100644 include/configs/mx31pdk.h
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 1f6008f..8eb54e1 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -528,6 +528,10 @@ Thomas Elste <info@elste.org>
> >  
> >  	modnet50	ARM720T (NET+50)
> >  
> > +Fabio Estevam <Fabio.Estevam@freescale.com>
> > +
> > +	mx31pdk		i.MX31
> > +
> Fabio could you ack it please
ping

Best Regards,
J.

  reply	other threads:[~2009-06-28  9:56 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-13 18:49 [U-Boot] [PATCH v4 0/6] MX31: NAND boot for PDK boards Magnus Lilja
2009-06-13 18:50 ` [U-Boot] [PATCH v4 1/6] ARM1136: Introduce CONFIG_PRELOADER macro Magnus Lilja
2009-06-13 18:50   ` [U-Boot] [PATCH v4 2/6] MX31: Add NAND SPL for i.MX31 Magnus Lilja
2009-06-13 18:50     ` [U-Boot] [PATCH v4 3/6] ARM: Add macros.h to be used in assembler file Magnus Lilja
2009-06-13 18:50       ` [U-Boot] [PATCH v4 4/6] i.MX31: Create a common device file Magnus Lilja
2009-06-13 18:50         ` [U-Boot] [PATCH v4 5/6] MX31: Add basic support for Freescale i.MX31 PDK board Magnus Lilja
2009-06-13 18:50           ` [U-Boot] [PATCH v4 6/6] MX31: Add NAND SPL boot support to " Magnus Lilja
2009-06-29 19:11             ` Magnus Lilja
2009-06-29 20:16               ` Jean-Christophe PLAGNIOL-VILLARD
2009-06-29 20:39                 ` Magnus Lilja
2009-06-29 21:03             ` Jean-Christophe PLAGNIOL-VILLARD
2009-06-30  6:00               ` Magnus Lilja
2009-06-30 19:09                 ` Jean-Christophe PLAGNIOL-VILLARD
2009-06-30 19:29                   ` Magnus Lilja
2009-06-30 20:23                     ` Jean-Christophe PLAGNIOL-VILLARD
2009-06-30 21:22                   ` Scott Wood
2009-07-01  5:48                     ` Magnus Lilja
2009-07-02 20:45                       ` Jean-Christophe PLAGNIOL-VILLARD
2009-07-02 20:58                         ` Scott Wood
2009-06-20 12:53           ` [U-Boot] [PATCH v4 5/6] MX31: Add basic support for Freescale " Jean-Christophe PLAGNIOL-VILLARD
2009-06-28  9:56             ` Jean-Christophe PLAGNIOL-VILLARD [this message]
2009-06-29 21:07           ` Jean-Christophe PLAGNIOL-VILLARD
2009-06-20 12:50         ` [U-Boot] [PATCH v4 4/6] i.MX31: Create a common device file Jean-Christophe PLAGNIOL-VILLARD
2009-07-07 19:45           ` Wolfgang Denk
2009-06-20 12:49       ` [U-Boot] [PATCH v4 3/6] ARM: Add macros.h to be used in assembler file Jean-Christophe PLAGNIOL-VILLARD
2009-07-07 19:33       ` Wolfgang Denk
2009-07-07 20:24         ` Jean-Christophe PLAGNIOL-VILLARD
2009-07-07 21:28           ` Wolfgang Denk
2009-07-07 22:07             ` Jean-Christophe PLAGNIOL-VILLARD
2009-06-20 12:47     ` [U-Boot] [PATCH v4 2/6] MX31: Add NAND SPL for i.MX31 Jean-Christophe PLAGNIOL-VILLARD
2009-06-20 12:46   ` [U-Boot] [PATCH v4 1/6] ARM1136: Introduce CONFIG_PRELOADER macro Jean-Christophe PLAGNIOL-VILLARD
2009-06-18 20:09 ` [U-Boot] [PATCH v4 0/6] MX31: NAND boot for PDK boards Magnus Lilja
2009-06-18 20:41   ` Jean-Christophe PLAGNIOL-VILLARD
  -- strict thread matches above, loose matches on Subject: below --
2009-06-28 23:46 [U-Boot] [PATCH v4 5/6] MX31: Add basic support for Freescale i.MX31 PDK board Fabio Estevam

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=20090628095633.GA8587@game.jcrosoft.org \
    --to=plagnioj@jcrosoft.com \
    --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