Re: [U-Boot] [[Patch V2] mips: 14/16] add mips64 standalone link script

2012-08-19 Thread Daniel Schwierzeck
2012/8/17 Zhizhou Zhang etou...@gmail.com: Signed-off-by: Zhizhou Zhang etou...@gmail.com --- examples/standalone/mips64.lds | 59 1 file changed, 59 insertions(+) create mode 100644 examples/standalone/mips64.lds diff --git

Re: [U-Boot] [[Patch V2] mips: 14/16] add mips64 standalone link script

2012-08-19 Thread Daniel Schwierzeck
2012/8/18 Zhi-zhou Zhang etou...@gmail.com: On Sat, Aug 18, 2012 at 1:08 AM, Andrew Dyer amd...@gmail.com wrote: I think the OUTPUT_FORMAT line if wrong. This will produce little endian output even if explicitly told by command line switch -EB to make big endian. Yes, But if I want make

[U-Boot] [[Patch V2] mips: 14/16] add mips64 standalone link script

2012-08-17 Thread Zhizhou Zhang
Signed-off-by: Zhizhou Zhang etou...@gmail.com --- examples/standalone/mips64.lds | 59 1 file changed, 59 insertions(+) create mode 100644 examples/standalone/mips64.lds diff --git a/examples/standalone/mips64.lds b/examples/standalone/mips64.lds new

[U-Boot] [[Patch V2] mips: 14/16] add mips64 standalone link script

2012-08-17 Thread Zhizhou Zhang
Signed-off-by: Zhizhou Zhang etou...@gmail.com --- examples/standalone/mips64.lds | 59 1 file changed, 59 insertions(+) create mode 100644 examples/standalone/mips64.lds diff --git a/examples/standalone/mips64.lds b/examples/standalone/mips64.lds new

Re: [U-Boot] [[Patch V2] mips: 14/16] add mips64 standalone link script

2012-08-17 Thread Andrew Dyer
I think the OUTPUT_FORMAT line if wrong. This will produce little endian output even if explicitly told by command line switch -EB to make big endian. On Aug 17, 2012 10:33 AM, Zhizhou Zhang etou...@gmail.com wrote: Signed-off-by: Zhizhou Zhang etou...@gmail.com ---

Re: [U-Boot] [[Patch V2] mips: 14/16] add mips64 standalone link script

2012-08-17 Thread Zhi-zhou Zhang
On Sat, Aug 18, 2012 at 1:08 AM, Andrew Dyer amd...@gmail.com wrote: I think the OUTPUT_FORMAT line if wrong. This will produce little endian output even if explicitly told by command line switch -EB to make big endian. Yes, But if I want make it configureable, I should modify a lot in