From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Wed, 3 Sep 2008 22:53:39 +0200 Subject: [U-Boot] [PATCH v3 0/6] i.MX31: Add NAND support and new PDK board. In-Reply-To: <59b21cf20809031302k4dded70ftdaf7320a30d0502f@mail.gmail.com> References: <1219998982-21289-1-git-send-email-lilja.magnus@gmail.com> <59b21cf20809031302k4dded70ftdaf7320a30d0502f@mail.gmail.com> Message-ID: <20080903205339.GA1249@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 22:02 Wed 03 Sep , Magnus Lilja wrote: > Hi, > > 2008/8/29 Magnus Lilja : > > Hi again > > > > This series of patches adds support for the NAND flash controller in the > > i.MX31 device and also introduces the Freescale i.MX31 PDK board. > > > > Changes since v2: > > > > - Added doc/README.mx31 (contains MC13783 SPI config documentation) > > - Split the PDK patch into two patches, the first introduces the > > board without NAND support, the second adds NAND support. > > - Re-ordered the series so the NAND patches are placed last > > - mx31_nand.c has been updated w.r.t. coding style. > > - There are still issues with the NAND driver (i.e. not all comments from > > Scott Wood have been taken care of yet). Therefore I suspect that the > > NAND driver is not ready for inclusion yet, the other patches should be > > OK. > > > > The patches are based on the current main U-boot git repo (as of > > Friday morning). > > > Is there are chance that the first couple of patches in the series can > be merged into the official tree? I'm talking about the following > patches: > [PATCH v3 1/6] i.MX31: Add reset_timer() and modify get_timer_masked(). yes > [PATCH v3 2/6] i.MX31: Make the SPI bus and chip select configurable for MC13783 yes > [PATCH v3 3/6] i.MX31: Add basic support for Freescale's i.MX31 PDK board. It will be apply in arm test branch until it can boot with flash Best Regards, J.