From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Thu, 10 Jul 2008 09:11:59 +0200 Subject: [U-Boot-Users] [PATCH] Fix boot from NOR due to incorrect reset delay. In-Reply-To: <20080709214910.CCBFE24304@gemini.denx.de> References: <1214836051.6496.40.camel@galileo> <20080709214910.CCBFE24304@gemini.denx.de> Message-ID: <20080710071159.GG18713@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 23:49 Wed 09 Jul , Wolfgang Denk wrote: > In message <1214836051.6496.40.camel@galileo> you wrote: > > > > Le jeudi 22 mai 2008 ?? 00:15 +0200, Stelian Pop a ??crit : > > AT91 RSTC registers are battery-backuped, so their values > > are not reset across power cycles. One of those registers, > > the AT91_RSTC_MR register, is being modified by U-Boot, in > > the ethernet initialisation routine, to generate a 500ms > > user reset. > > [...] > > > > It seems that the patch above has not made it in the mainline. Since > > this can cause some nasty boot problems, it would be nice to have this > > upstream for the next stable version. > > Jean-Christophe, is this on your queue? > I've send a pull requeset for this and you applied in your tree. Best Regards, J.