From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Beno=C3=AEt_Th=C3=A9baudeau?= Date: Tue, 8 Jan 2013 12:18:05 +0100 (CET) Subject: [U-Boot] [PATCH 1/2] mxc nand: Add support for i.MX5 In-Reply-To: <201301081205.26386.marex@denx.de> References: <1357637609-18663-1-git-send-email-marex@denx.de> <201301081138.39456.marex@denx.de> <367249486.60865.1357642483737.JavaMail.root@advansee.com> <201301081205.26386.marex@denx.de> Message-ID: <231306049.2153.1357643885496.JavaMail.root@advansee.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Marek Vasut, On Tuesday, January 8, 2013 12:05:26 PM, Marek Vasut wrote: > Dear Beno?t Th?baudeau, > > [...] > > > > > > NOTE: I'm seeing issues when this is compiled into U-Boot. > > > > > U-Boot > > > > > won't boot on > > > > > my MX53 board and will hang right after printing "DRAM:" and > > > > > before > > > > > printing the > > > > > CPU info. I suspect it's some kind of unaligned access. > > > > > > > > OK. I'm waiting for your test results. It works for me on > > > > i.MX51 > > > > with > > > > 2012.07. > > > > > > It works with 2013.01-rc1, but I have issues. When I boot the > > > board > > > from SD, it > > > hangs. When I load via JTAG, it doesn't hang. I suspect it's > > > something related > > > to the MXC NAND driver, since if the driver is not compiled in, > > > it > > > works like > > > charm both ways. > > > > > > Otherwise, when booted, the NAND works fine. > > > > > > I wonder if there's some unaligned access or something happening > > > in > > > the NAND > > > driver. Or maybe some other issue where the code is miscompiled. > > > > Or there is something wrong with the Flash header or SPL? > > Flash header? The IVT from imximage stuff. > SPL is not used, I boot from SD. OK. Best regards, Beno?t