Re: [U-Boot] [PATCH] at91rm9200: fix lowlevel_init() SMRDATA size

2010-12-04 Thread Albert ARIBAUD
Hi Andreas, Le 04/12/2010 14:14, Andreas Bießmann a écrit : >>> 1. In start.s the vector table is relocated from _start to 0x00. But at >>> this time 0x00 is remaped to nor flash. >> >> Hmm... This copy (not a relocation) should be done after cpu_init_crit / >> lowlevel_init, which should have a

Re: [U-Boot] [PATCH] at91rm9200: fix lowlevel_init() SMRDATA size

2010-12-04 Thread Andreas Bießmann
Dear all, Am 04.12.2010 um 13:04 schrieb Albert ARIBAUD: > Le 04/12/2010 12:37, Jens Scharsig a écrit : >> Dear Andreas, >> >>> It would be great if you can test that pllloop thing to indicate the wrong >>> counter (80 instead of 40) did (or not) break anything. So the question is >>> do we ne

Re: [U-Boot] [PATCH] at91rm9200: fix lowlevel_init() SMRDATA size

2010-12-04 Thread Albert ARIBAUD
Le 04/12/2010 12:37, Jens Scharsig a écrit : > Dear Andreas, > >> It would be great if you can test that pllloop thing to indicate the wrong >> counter (80 instead of 40) did (or not) break anything. So the question is >> do we need that specific patch in v2010.12 to get arm920t/at91 boards >> w

Re: [U-Boot] [PATCH] at91rm9200: fix lowlevel_init() SMRDATA size

2010-12-04 Thread Jens Scharsig
Dear Andreas, > It would be great if you can test that pllloop thing to indicate the wrong > counter (80 instead of 40) did (or not) break anything. So the question is do > we need that specific patch in v2010.12 to get arm920t/at91 boards working or > is it a 'nice to have' for future releases

Re: [U-Boot] [PATCH] at91rm9200: fix lowlevel_init() SMRDATA size

2010-12-03 Thread Andreas Bießmann
Dear Jens, Am 03.12.2010 um 18:09 schrieb Jens Scharsig: > Am 2010-12-03 08:26, schrieb Andreas Bießmann: >> SMRDATA in a/a/c/arm920t/at91/lowlevel_init.c has wrong size. This patch >> reduces it to correct size of 40 byte. >> >> Signed-off-by: Andreas Bießmann >> --- >> Dear all, >> >> I thou

Re: [U-Boot] [PATCH] at91rm9200: fix lowlevel_init() SMRDATA size

2010-12-03 Thread Jens Scharsig
Am 2010-12-03 08:26, schrieb Andreas Bießmann: > SMRDATA in a/a/c/arm920t/at91/lowlevel_init.c has wrong size. This patch > reduces it to correct size of 40 byte. > > Signed-off-by: Andreas Bießmann > --- > Dear all, > > I thougt about a problem in lowlevel_init() cause of errornous booting from

[U-Boot] [PATCH] at91rm9200: fix lowlevel_init() SMRDATA size

2010-12-02 Thread Andreas Bießmann
SMRDATA in a/a/c/arm920t/at91/lowlevel_init.c has wrong size. This patch reduces it to correct size of 40 byte. Signed-off-by: Andreas Bießmann --- Dear all, I thougt about a problem in lowlevel_init() cause of errornous booting from NOR flash on at91rm9200ek last night . This morning I detected