Re: [U-Boot] [PATCH v3] mx31ads: Use the new relocation scheme

2011-06-12 Thread Felix Radensky
Hi Fabio, On 06/13/2011 01:31 AM, Fabio Estevam wrote: > > Please ignore my last message. I think you could try: > > diff --git a/arch/arm/cpu/arm1136/mx31/generic.c > b/arch/arm/cpu/arm1136/mx31/gen > index 4ebf38d..36ceb02 100644 > --- a/arch/arm/cpu/arm1136/mx31/generic.c > +++ b/arch/arm/cpu/

Re: [U-Boot] [PATCH v3] mx31ads: Use the new relocation scheme

2011-06-12 Thread Fabio Estevam
On Sun, Jun 12, 2011 at 6:58 PM, Fabio Estevam wrote: > Hi Felix, > > On Sun, Jun 5, 2011 at 4:28 AM, Felix Radensky wrote: > ... >> 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 so

Re: [U-Boot] [PATCH v3] mx31ads: Use the new relocation scheme

2011-06-12 Thread Fabio Estevam
Hi Felix, On Sun, Jun 5, 2011 at 4:28 AM, Felix Radensky wrote: ... > 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 ? I don't see the "unknown" string on my M

Re: [U-Boot] [PATCH v3] mx31ads: Use the new relocation scheme

2011-06-05 Thread Fabio Estevam
Hi Felix, On Sun, Jun 5, 2011 at 4:28 AM, Felix Radensky wrote: ... > Setting CONFIG_SYS_TEXT_BASE to 0xa000 in mx31ads.h > fixes the problem. Excellent! > You can add > > Tested-by: Felix Radensky fe...@embedded-sol.com Ok, I will send v4 of this patch tomorrow and will add your Tested-by

Re: [U-Boot] [PATCH v3] mx31ads: Use the new relocation scheme

2011-06-05 Thread Felix Radensky
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

Re: [U-Boot] [PATCH v3] mx31ads: Use the new relocation scheme

2011-06-04 Thread Fabio Estevam
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

Re: [U-Boot] [PATCH v3] mx31ads: Use the new relocation scheme

2011-06-04 Thread Felix Radensky
Hi Fabio, On 01/-10/-28163 09:59 PM, wrote: > Signed-off-by: Fabio Estevam fabio.este...@freescale.com > --- > Changes since v2: > - Use PHYS_SDRAM_1 in get_ram_size > - Remove local config.mk > > Changes since v1: > > - Fixed lines over 80 characters. > > Build tested only. > > Do not have the

[U-Boot] [PATCH v3] mx31ads: Use the new relocation scheme

2011-06-02 Thread Fabio Estevam
This fixes the MX31ADS build by using the new relocation scheme. Signed-off-by: Fabio Estevam --- Changes since v2: - Use PHYS_SDRAM_1 in get_ram_size - Remove local config.mk Changes since v1: - Fixed lines over 80 characters. Build tested only. Do not have the hardware handy to test. board