Re: [U-Boot] [[Patch V2] mips: 01/16] add mips64 standalone support

2012-09-01 Thread Wolfgang Denk
Dear Zhizhou Zhang, In message <1345217476-32034-2-git-send-email-etou...@gmail.com> you wrote: > Daniel Schwierzeck told me to do it with macro, But it seems not > work. For u-boot.lds was genarete by gcc. It's hard to do that > without a lot modify. > --- > arch/mips/config.mk |4 > 1

Re: [U-Boot] [[Patch V2] mips: 01/16] add mips64 standalone support

2012-08-22 Thread Mike Frysinger
On Saturday 18 August 2012 22:25:24 Zhi-zhou Zhang wrote: > On 8/18/12, Mike Frysinger wrote: > > On Saturday 18 August 2012 08:22:51 Zhi-zhou Zhang wrote: > >> On Sat, Aug 18, 2012 at 3:31 AM, Mike Frysinger wrote: > >> > On Friday 17 August 2012 11:30:44 Zhizhou Zhang wrote: > >> > > --- a/arch/

Re: [U-Boot] [[Patch V2] mips: 01/16] add mips64 standalone support

2012-08-18 Thread Zhi-zhou Zhang
On 8/18/12, Mike Frysinger wrote: > On Saturday 18 August 2012 08:22:51 Zhi-zhou Zhang wrote: >> On Sat, Aug 18, 2012 at 3:31 AM, Mike Frysinger wrote: >> > On Friday 17 August 2012 11:30:44 Zhizhou Zhang wrote: >> > > --- a/arch/mips/config.mk >> > > +++ b/arch/mips/config.mk >> > > >> > > +ifeq

Re: [U-Boot] [[Patch V2] mips: 01/16] add mips64 standalone support

2012-08-18 Thread Zhi-zhou Zhang
On 8/18/12, Mike Frysinger wrote: > On Saturday 18 August 2012 08:22:51 Zhi-zhou Zhang wrote: >> On Sat, Aug 18, 2012 at 3:31 AM, Mike Frysinger wrote: >> > On Friday 17 August 2012 11:30:44 Zhizhou Zhang wrote: >> > > --- a/arch/mips/config.mk >> > > +++ b/arch/mips/config.mk >> > > >> > > +ifeq

Re: [U-Boot] [[Patch V2] mips: 01/16] add mips64 standalone support

2012-08-18 Thread Mike Frysinger
On Saturday 18 August 2012 08:22:51 Zhi-zhou Zhang wrote: > On Sat, Aug 18, 2012 at 3:31 AM, Mike Frysinger wrote: > > On Friday 17 August 2012 11:30:44 Zhizhou Zhang wrote: > > > --- a/arch/mips/config.mk > > > +++ b/arch/mips/config.mk > > > > > > +ifeq "$(CPU)" "mips64" > > > +CONFIG_STANDALONE

Re: [U-Boot] [[Patch V2] mips: 01/16] add mips64 standalone support

2012-08-18 Thread Zhi-zhou Zhang
On Sat, Aug 18, 2012 at 3:31 AM, Mike Frysinger wrote: > On Friday 17 August 2012 11:30:44 Zhizhou Zhang wrote: > > --- a/arch/mips/config.mk > > +++ b/arch/mips/config.mk > > > > +ifeq "$(CPU)" "mips64" > > +CONFIG_STANDALONE_LOAD_ADDR ?= 0xFfffFfff8020 -T mips64.lds > > +else > > CONFIG_ST

Re: [U-Boot] [[Patch V2] mips: 01/16] add mips64 standalone support

2012-08-17 Thread Mike Frysinger
On Friday 17 August 2012 11:30:44 Zhizhou Zhang wrote: > --- a/arch/mips/config.mk > +++ b/arch/mips/config.mk > > +ifeq "$(CPU)" "mips64" > +CONFIG_STANDALONE_LOAD_ADDR ?= 0xFfffFfff8020 -T mips64.lds > +else > CONFIG_STANDALONE_LOAD_ADDR ?= 0x8020 -T mips.lds > +endif the cpu config.mk

[U-Boot] [[Patch V2] mips: 01/16] add mips64 standalone support

2012-08-17 Thread Zhizhou Zhang
Daniel Schwierzeck told me to do it with macro, But it seems not work. For u-boot.lds was genarete by gcc. It's hard to do that without a lot modify. --- arch/mips/config.mk |4 1 file changed, 4 insertions(+) diff --git a/arch/mips/config.mk b/arch/mips/config.mk index 6ab8acd..56996cc

[U-Boot] [[Patch V2] mips: 01/16] add mips64 standalone support

2012-08-17 Thread Zhizhou Zhang
Daniel Schwierzeck told me to do it with macro, But it seems not work. For u-boot.lds was genarete by gcc. It's hard to do that without a lot modify. --- arch/mips/config.mk |4 1 file changed, 4 insertions(+) diff --git a/arch/mips/config.mk b/arch/mips/config.mk index 6ab8acd..56996cc