From mboxrd@z Thu Jan 1 00:00:00 1970 From: Felix Radensky Date: Sun, 05 Jun 2011 10:28:54 +0300 Subject: [U-Boot] [PATCH v3] mx31ads: Use the new relocation scheme In-Reply-To: References: <4DEAAF27.8080406@embedded-sol.com> Message-ID: <4DEB3036.1010803@embedded-sol.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Fabio, On 06/05/2011 02:24 AM, Fabio Estevam wrote: > Hi Felix, > > On Sat, Jun 4, 2011 at 7:18 PM, Felix Radensky wrote: > ... >> I've tested your patch on mx31ads. Unfortunately it bricks the board. >> There are no messages on console. The latest u-boot version that >> works on this board is 2010.09. I've compiled u-boot using ELDK-4.2. > Thanks for testing it. > >> If you have any ideas, I'm ready to test your patches. > Could you please try to use change to CONFIG_SYS_TEXT_BASE = 0xa0000000 > > in board/freescale/mx31ads/config.mk ? > > Thanks, > > Fabio Estevam Setting CONFIG_SYS_TEXT_BASE to 0xa0000000 in mx31ads.h fixes the problem. You can add Tested-by: Felix Radensky felix at embedded-sol.com Unrelated to your patch, u-boot prints CPU: Freescale i.MX31 rev 2.0 unknown at 531 MHz.Reset cause: WDOG Do you think "unknown" can be replaced by something more meaningful ? Also, environment settings are completely broken, environment address clashes with u-boot address. I'll submit a patch to fix that after your patch goes in. Thanks for your efforts to keep this board support alive. Felix.