Re: [U-Boot] [PATCH v5 3/3] mx28evk: Add initial support for MX28EVK board

2011-12-19 Thread Veli-Pekka Peltola
Dear Marek Vasut, On 12/17/2011 05:17 AM, Marek Vasut wrote: Hi Fabio, On 12/16/2011 12:07 AM, Fabio Estevam wrote: Tested boot via SD card and by loading a kernel via TFTP through the FEC interface. Have you any idea why this works from SD card but not by USB recovery using exactly same sb

Re: [U-Boot] [PATCH v5 3/3] mx28evk: Add initial support for MX28EVK board

2011-12-16 Thread Marek Vasut
> Hi Fabio, > > On 12/16/2011 12:07 AM, Fabio Estevam wrote: > > Tested boot via SD card and by loading a kernel via TFTP through > > the FEC interface. > > Have you any idea why this works from SD card but not by USB recovery > using exactly same sb file? > > By quick look it seems that control

Re: [U-Boot] [PATCH v5 3/3] mx28evk: Add initial support for MX28EVK board

2011-12-16 Thread Fabio Estevam
On Fri, Dec 16, 2011 at 12:55 PM, Veli-Pekka Peltola wrote: > Have you any idea why this works from SD card but not by USB recovery using > exactly same sb file? Sorry, never tested this 'USB recovery' mode. I can look at it after I finish the mx28evk patches. Reagards, Fabio Estevam

Re: [U-Boot] [PATCH v5 3/3] mx28evk: Add initial support for MX28EVK board

2011-12-16 Thread Veli-Pekka Peltola
Hi Fabio, On 12/16/2011 12:07 AM, Fabio Estevam wrote: Tested boot via SD card and by loading a kernel via TFTP through the FEC interface. Have you any idea why this works from SD card but not by USB recovery using exactly same sb file? By quick look it seems that control is not passed back

Re: [U-Boot] [PATCH v5 3/3] mx28evk: Add initial support for MX28EVK board

2011-12-16 Thread Marek Vasut
> Add initial support for Freescale MX28EVK board. > > Tested boot via SD card and by loading a kernel via TFTP through > the FEC interface. > > Signed-off-by: Fabio Estevam > --- > - For correct operation of saving environment variables into the SD card, > the following patch is needed: > http:

Re: [U-Boot] [PATCH v5 3/3] mx28evk: Add initial support for MX28EVK board

2011-12-16 Thread Stefano Babic
On 15/12/2011 23:07, Fabio Estevam wrote: > Add initial support for Freescale MX28EVK board. > > Tested boot via SD card and by loading a kernel via TFTP through > the FEC interface. > > Signed-off-by: Fabio Estevam > --- Hi Fabio, > +int dram_init(void) > +{ > + mx28_dram_init(); > +

[U-Boot] [PATCH v5 3/3] mx28evk: Add initial support for MX28EVK board

2011-12-15 Thread Fabio Estevam
Add initial support for Freescale MX28EVK board. Tested boot via SD card and by loading a kernel via TFTP through the FEC interface. Signed-off-by: Fabio Estevam --- - For correct operation of saving environment variables into the SD card, the following patch is needed: http://lists.denx.de/pipe