Re: [U-Boot] [PATCH] Kirkwood: Changes specific to ARM relocation support

2010-10-01 Thread Prafulla Wadaskar
> -Original Message- > From: Heiko Schocher [mailto:h...@denx.de] > Sent: Thursday, September 30, 2010 9:11 PM > To: Prafulla Wadaskar > Cc: u-boot@lists.denx.de; Ashish Karkare; Prabhanjan Sarnaik > Subject: Re: [U-Boot] [PATCH] Kirkwood: Changes specific to > A

Re: [U-Boot] [PATCH] Kirkwood: Changes specific to ARM relocation support

2010-09-30 Thread Marek Vasut
Dne Čt 30. září 2010 19:49:24 Wolfgang Denk napsal(a): > Dear Heiko Schocher, > > In message <4ca4af81.4000...@denx.de> you wrote: > > I setup the initial stack in the SDRAM, because I didn;t know, > > if there is on this cpu family a better place for the initial stack. > > (Some cpu internal ram?

Re: [U-Boot] [PATCH] Kirkwood: Changes specific to ARM relocation support

2010-09-30 Thread Wolfgang Denk
Dear Albert ARIBAUD, In message <4ca4b922.1040...@free.fr> you wrote: > > Kirkwood has no internal RAM. But Data Cache, which is nothing else but fast RAM :-) Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirche

Re: [U-Boot] [PATCH] Kirkwood: Changes specific to ARM relocation support

2010-09-30 Thread Wolfgang Denk
Dear Heiko Schocher, In message <4ca4af81.4000...@denx.de> you wrote: > > I setup the initial stack in the SDRAM, because I didn;t know, > if there is on this cpu family a better place for the initial stack. > (Some cpu internal ram?) As mentioned before: if ther eios no SRAM or other on-chip me

Re: [U-Boot] [PATCH] Kirkwood: Changes specific to ARM relocation support

2010-09-30 Thread Wolfgang Denk
Dear Prafulla Wadaskar, In message <1285869240-17251-3-git-send-email-prafu...@marvell.com> you wrote: > All Kirkwood based boards are supported for this new implementation > ref: dovs/README.arm-relocation > > Signed-off-by: Prafulla Wadaskar > --- > include/configs/mv-common.h |6 ++ >

Re: [U-Boot] [PATCH] Kirkwood: Changes specific to ARM relocation support

2010-09-30 Thread Albert ARIBAUD
Le 30/09/2010 17:40, Heiko Schocher a écrit : > Hello Prafulla, > > Prafulla Wadaskar wrote: >> All Kirkwood based boards are supported for this new implementation >> ref: dovs/README.arm-relocation > > should be docs/README.arm-relocation > >> Signed-off-by: Prafulla Wadaskar >> --- >> include/c

Re: [U-Boot] [PATCH] Kirkwood: Changes specific to ARM relocation support

2010-09-30 Thread Heiko Schocher
Hello Prafulla, Prafulla Wadaskar wrote: > All Kirkwood based boards are supported for this new implementation > ref: dovs/README.arm-relocation should be docs/README.arm-relocation > Signed-off-by: Prafulla Wadaskar > --- > include/configs/mv-common.h |6 ++ > 1 files changed, 6 inser

[U-Boot] [PATCH] Kirkwood: Changes specific to ARM relocation support

2010-09-30 Thread Prafulla Wadaskar
All Kirkwood based boards are supported for this new implementation ref: dovs/README.arm-relocation Signed-off-by: Prafulla Wadaskar --- include/configs/mv-common.h |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/include/configs/mv-common.h b/include/configs/mv-comm