Re: [U-Boot] [PATCH] MIPS: fix endianess handling

2012-03-31 Thread Marek Vasut
Dear Daniel Schwierzeck, > On 12/04/2011 04:08 PM, Wolfgang Denk wrote: > > Dear Shinya Kuribayashi, > > > > In message<4edb8475.1080...@pobox.com> you wrote: > -pb1000 mipsmips32 pb1x00 > - au1x00 pb1x00:PB1000 +pb1000

Re: [U-Boot] [PATCH] MIPS: fix endianess handling

2011-12-05 Thread Wolfgang Denk
Dear Daniel Schwierzeck, In message <4edc0a99.6090...@googlemail.com> you wrote: > > > In general, standalone applications are a rarely used special feature, > > and the few people who actually ever used this for a purpose probably > > used custom code and custom linker scripts, so the mainline co

Re: [U-Boot] [PATCH] MIPS: fix endianess handling

2011-12-04 Thread Daniel Schwierzeck
On 12/04/2011 04:08 PM, Wolfgang Denk wrote: Dear Shinya Kuribayashi, In message<4edb8475.1080...@pobox.com> you wrote: -pb1000 mipsmips32 pb1x00 - au1x00 pb1x00:PB1000 +pb1000 mipsmips32 pb

Re: [U-Boot] [PATCH] MIPS: fix endianess handling

2011-12-04 Thread Daniel Schwierzeck
On 12/04/2011 04:06 PM, Wolfgang Denk wrote: Dear Daniel Schwierzeck, In message<4edb5f86.40...@googlemail.com> you wrote: Wolfgang, is there any reason why standalone apps are linked without LDFLAGS (especially PLATFORM_LDFLAGS)? None that I know, at least. In general, standalone applicat

Re: [U-Boot] [PATCH] MIPS: fix endianess handling

2011-12-04 Thread Shinya Kuribayashi
On 12/4/11 9:02 PM, Daniel Schwierzeck wrote: diff --git a/boards.cfg b/boards.cfg index c83d861..2cd917e 100644 --- a/boards.cfg +++ b/boards.cfg @@ -324,13 +324,13 @@ dbau1000 mipsmips32 dbau1x00- dbau1100 mipsmips32

Re: [U-Boot] [PATCH] MIPS: fix endianess handling

2011-12-04 Thread Wolfgang Denk
Dear Shinya Kuribayashi, In message <4edb8475.1080...@pobox.com> you wrote: > > >> -pb1000 mipsmips32 pb1x00 > >> - au1x00 pb1x00:PB1000 > >> +pb1000 mipsmips32 pb1x00 > >> -

Re: [U-Boot] [PATCH] MIPS: fix endianess handling

2011-12-04 Thread Wolfgang Denk
Dear Daniel Schwierzeck, In message <4edb5f86.40...@googlemail.com> you wrote: > > Wolfgang, is there any reason why standalone apps are linked without > LDFLAGS (especially PLATFORM_LDFLAGS)? None that I know, at least. In general, standalone applications are a rarely used special feature, and

[U-Boot] [PATCH] MIPS: fix endianess handling

2011-11-28 Thread Daniel Schwierzeck
Make endianess of target CPU configurable. Use the new config option for dbau1550_el and pb1000 boards. Adapt linking of standalone applications to pass through endianess options to LD. Build tested with: - ELDK 4 mips_4KC- and mips4KCle - Sourcery CodeBench Lite 2011.03-93 Signed-off-by: Dani