Re: [U-Boot] [PATCH 0/2] fix little endian build

2010-08-31 Thread Xiangfu Liu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/01/2010 08:48 AM, Shinya Kuribayashi wrote: > On 8/31/2010 10:36 AM, Shinya Kuribayashi wrote: >>> As said in the previous mail the patch is tentative and won't >>> work with ELDK, and as fas as I could see nothing has been >>> changed since my v

Re: [U-Boot] [PATCH 0/2] fix little endian build

2010-08-31 Thread Shinya Kuribayashi
On 8/31/2010 10:36 AM, Shinya Kuribayashi wrote: >> As said in the previous mail the patch is tentative and won't >> work with ELDK, and as fas as I could see nothing has been >> changed since my version. > > So I'm overlooking something, will have to think about it. Oh, I remember now. The aim

Re: [U-Boot] [PATCH 0/2] fix little endian build

2010-08-30 Thread Xiangfu Liu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/31/2010 09:29 AM, Shinya Kuribayashi wrote: > On 8/31/2010 10:00 AM, Xiangfu Liu wrote: >> xian...@openmobilefree:~/u-boot/u-boot.git$ file u-boot >> u-boot: ELF 32-bit LSB executable, MIPS, MIPS32 version 1 (SYSV), statically >> linked, not str

Re: [U-Boot] [PATCH 0/2] fix little endian build

2010-08-30 Thread Shinya Kuribayashi
On 8/31/2010 10:00 AM, Xiangfu Liu wrote: > xian...@openmobilefree:~/u-boot/u-boot.git$ file u-boot > u-boot: ELF 32-bit LSB executable, MIPS, MIPS32 version 1 (SYSV), statically > linked, not stripped My bad sorry. Could you provide output from readelf? $ readelf u-boot -- Shinya Kuribayashi

Re: [U-Boot] [PATCH 0/2] fix little endian build

2010-08-30 Thread Shinya Kuribayashi
On 8/31/2010 10:00 AM, Xiangfu Liu wrote: > xian...@openmobilefree:~/u-boot/u-boot.git$ file u-boot > u-boot: ELF 32-bit LSB executable, MIPS, MIPS32 version 1 (SYSV), statically > linked, not stripped Ah, it's LSB, got it. > As said in the previous mail the patch is tentative and won't > work w

Re: [U-Boot] [PATCH 0/2] fix little endian build

2010-08-30 Thread Xiangfu Liu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/30/2010 11:12 PM, Shinya Kuribayashi wrote: > What about the endianness of generated u-boot ELF image then? > > $ CROSS_COMPILE=mips_4KCle- ./MAKEALL dbau1550_el_config > $ file u-boot > Hi Shinya here is the info: xian...@openmobilefree:~/u-bo

Re: [U-Boot] [PATCH 0/2] fix little endian build

2010-08-30 Thread Shinya Kuribayashi
On 8/30/10 10:43 PM, Xiangfu Liu wrote: >>> [PATCH 2/2] change the way of build little endian board >> >> but this 2/2 looks problematic. >> >> As said in the previous mail the patch is tentative and won't >> work with ELDK, and as fas as I could see nothing has been >> changed since my version. L

Re: [U-Boot] [PATCH 0/2] fix little endian build

2010-08-30 Thread Xiangfu Liu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/30/2010 09:23 PM, Shinya Kuribayashi wrote: > On 8/30/10 6:53 PM, Xiangfu Liu wrote: >> can we apply those patch to MIPS-branch first?? > >> [PATCH 1/2] update the MIPS u-boot.lds > > I'll push 1/2 to u-boot-mips and request pull later. > >> [

Re: [U-Boot] [PATCH 0/2] fix little endian build

2010-08-30 Thread Shinya Kuribayashi
On 8/30/10 6:53 PM, Xiangfu Liu wrote: > can we apply those patch to MIPS-branch first?? > [PATCH 1/2] update the MIPS u-boot.lds I'll push 1/2 to u-boot-mips and request pull later. > [PATCH 2/2] change the way of build little endian board but this 2/2 looks problematic. As said in the previo

Re: [U-Boot] [PATCH 0/2] fix little endian build

2010-08-30 Thread Xiangfu Liu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Skuribay, Woflgang can we apply those patch to MIPS-branch first?? On 08/09/2010 11:13 PM, xian...@openmobilefree.net wrote: > From: Xiangfu Liu > > those two patches fix the little endian build. > done by Shinya Kuribayashi. > > Makefile

[U-Boot] [PATCH 0/2] fix little endian build

2010-08-09 Thread xiangfu
From: Xiangfu Liu those two patches fix the little endian build. done by Shinya Kuribayashi. Makefile |1 + arch/mips/config.mk | 27 +-- arch/mips/cpu/config.mk |8 board/dbau1x00/u-boot.lds|2 +- board/gth2/u