From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Mon, 4 Feb 2013 13:55:35 -0600 Subject: [U-Boot] [PATCH 1/2] mxc nand: Add support for i.MX5 In-Reply-To: <201302021604.39454.marex@denx.de> (from marex@denx.de on Sat Feb 2 09:04:39 2013) Message-ID: <1360007735.14901.3@snotra> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 02/02/2013 09:04:39 AM, Marek Vasut wrote: > Dear Beno?t Th?baudeau, > > > Hi Marek, > > > > On Tuesday, January 8, 2013 12:18:05 PM, Beno?t Th?baudeau wrote: > > > Dear Marek Vasut, > > > > > > On Tuesday, January 8, 2013 12:05:26 PM, Marek Vasut wrote: > > > > Dear Beno?t Th?baudeau, > > > > > > > > [...] > > > > > > > > > > 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. > > > > Did you have a chance to further investigate this hang issue with > non-JTAG > > boot and the NFC driver compiled in? > > I recall there being some patch from Scott and there was a guy on IRC > who met > this issue too (can you join irc? #u-boot @ irc.freenode.net). No > activity on > this from my side, since the issue magically disappeared once and > didn't pop up > again (weird, I know). My patch was for a different issue, and it turned out to mainly be bad information in the debug print, rather than actual bad behavior -- though cleanup of page_addr is still warranted. -Scott