Re: [U-Boot] [PATCH V2 1/2] [NEXT] orion5x: fix relocation-incompatible code

2010-10-11 Thread Wolfgang Denk
Dear Albert Aribaud, In message <1285271364-21302-1-git-send-email-albert.arib...@free.fr> you wrote: > > Signed-off-by: Albert Aribaud > --- > SUMMARY > > Device address window mapping code would not run from > FLASH due to cutting access to BOOTCS. Fixed by reordering > code. > > Timer initi

Re: [U-Boot] [PATCH V2 1/2] [NEXT] orion5x: fix relocation-incompatible code

2010-09-26 Thread Albert ARIBAUD
njan Sarnaik >> Subject: Re: [U-Boot] [PATCH V2 1/2] [NEXT] orion5x: fix >> relocation-incompatible code >> >> Le 27/09/2010 07:52, Prafulla Wadaskar a écrit : >> >>>> + * NOTES: >> >>>> + * 2) in order to avoid losing access to BOOT

Re: [U-Boot] [PATCH V2 1/2] [NEXT] orion5x: fix relocation-incompatible code

2010-09-26 Thread Prafulla Wadaskar
> -Original Message- > From: Albert ARIBAUD [mailto:albert.arib...@free.fr] > Sent: Monday, September 27, 2010 12:05 PM > To: Prafulla Wadaskar > Cc: u-boot@lists.denx.de; Ashish Karkare; Prabhanjan Sarnaik > Subject: Re: [U-Boot] [PATCH V2 1/2] [NEXT] orion5x:

Re: [U-Boot] [PATCH V2 1/2] [NEXT] orion5x: fix relocation-incompatible code

2010-09-26 Thread Albert ARIBAUD
Le 27/09/2010 07:52, Prafulla Wadaskar a écrit : >> + * NOTES: >> + * 2) in order to avoid losing access to BOOTCS when >> disabling window 7, >> + *first configure window 6 for BOOTCS, then configure >> window 7 for BOOTCS, >> + *then configure windows 6 for its own target. >> +/* Disab

Re: [U-Boot] [PATCH V2 1/2] [NEXT] orion5x: fix relocation-incompatible code

2010-09-26 Thread Prafulla Wadaskar
> -Original Message- > From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Albert Aribaud > Sent: Friday, September 24, 2010 1:19 AM > To: u-boot@lists.denx.de > Subject: [U-Boot] [PATCH V2 1/2] [NEXT] orion5x: fix > relocat

[U-Boot] [PATCH V2 1/2] [NEXT] orion5x: fix relocation-incompatible code

2010-09-23 Thread Albert Aribaud
Signed-off-by: Albert Aribaud --- SUMMARY Device address window mapping code would not run from FLASH due to cutting access to BOOTCS. Fixed by reordering code. Timer initialization would write globals, thus would not run correctly from FLASH. Fixed by moving the writes to a later phase in RAM.