From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Mon, 13 Oct 2008 09:49:19 +0200 Subject: [U-Boot] [PATCH v3 3/6] i.MX31: Add basic support for Freescale's i.MX31 PDK board. In-Reply-To: <20081012222704.87F7C832E405@gemini.denx.de> References: <1219998982-21289-1-git-send-email-lilja.magnus@gmail.com> <1219998982-21289-2-git-send-email-lilja.magnus@gmail.com> <1219998982-21289-3-git-send-email-lilja.magnus@gmail.com> <1219998982-21289-4-git-send-email-lilja.magnus@gmail.com> <20080903210403.GD1249@game.jcrosoft.org> <20081012222704.87F7C832E405@gemini.denx.de> Message-ID: <20081013074919.GF9735@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 00:27 Mon 13 Oct , Wolfgang Denk wrote: > Dear Jean-Christophe, > > In message <20080903210403.GD1249@game.jcrosoft.org> you wrote: > > On 10:36 Fri 29 Aug , Magnus Lilja wrote: > > > Add support for the Freescale i.MX31 PDK (a.k.a 3DS) board. Ethernet and > > > MC13873 RTC support is enabled by this patch. > > > > > > Booting from NAND is not supported yet so U-boot relies on some other > > > initial boot loader to set up SDRAM and clocks and copying U-boot to SDRAM. > > > > > > Signed-off-by: Magnus Lilja > > > --- > > > MAKEALL | 1 + > > > Makefile | 3 + > > > board/freescale/mx31pdk/Makefile | 53 ++++++++++ > > > board/freescale/mx31pdk/config.mk | 1 + > > > board/freescale/mx31pdk/lowlevel_init.S | 30 ++++++ > > > board/freescale/mx31pdk/mx31pdk.c | 76 +++++++++++++++ > > > board/freescale/mx31pdk/u-boot.lds | 59 ++++++++++++ > > > include/configs/mx31pdk.h | 159 +++++++++++++++++++++++++++++++ > > > 8 files changed, 382 insertions(+), 0 deletions(-) > > > > > applied to u-boot-arm branch testing > > This patch (and all the others of this patch series) was sumbitted > while the merge window was open. > > Is there any special reason it was not added to the master branch > yet? > As we discuss on IRC this board will be merge when it can boot from a storage Best Regards, J.