From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Sun, 28 Jun 2009 11:56:33 +0200 Subject: [U-Boot] [PATCH v4 5/6] MX31: Add basic support for Freescale i.MX31 PDK board. In-Reply-To: <20090620125352.GE3849@game.jcrosoft.org> References: <20090620125352.GE3849@game.jcrosoft.org> Message-ID: <20090628095633.GA8587@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > > --- > > 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 > > > > modnet50 ARM720T (NET+50) > > > > +Fabio Estevam > > + > > + mx31pdk i.MX31 > > + > Fabio could you ack it please ping Best Regards, J.