Re: [U-Boot] [PATCH] ARM: versatile: fix board support

2011-08-04 Thread Albert ARIBAUD
On 24/06/2011 15:04, Stefano Babic wrote: > Versatile board is used as example to run u-boot under qemu. > The patch fixes relocation for all versatile boards and adds > a versatileqemu target to be used under qemu. > > Patch tested only under qemu, not on real boards. > Tested with QEMU emulator v

Re: [U-Boot] [PATCH] ARM: versatile: fix board support

2011-08-04 Thread Albert ARIBAUD
Hi Loïc, On 04/08/2011 12:02, Loïc Minier wrote: > On Thu, Aug 04, 2011, Albert ARIBAUD wrote: >> Does this mean Stefano's patch will see a V2, or should I try and >> apply it as-is? > > I personally think you should merge it as it makes it work again for > Stefano and the board builds again;

Re: [U-Boot] [PATCH] ARM: versatile: fix board support

2011-08-04 Thread Stefano Babic
On 08/04/2011 11:01 AM, Albert ARIBAUD wrote: > Stefano, Loïc, > Hi Albert, > Does this mean Stefano's patch will see a V2, or should I try and apply > it as-is? As far as I know, there someone else who tested the patch successfully: http://lists.denx.de/pipermail/u-boot/2011-July/095798.html

Re: [U-Boot] [PATCH] ARM: versatile: fix board support

2011-08-04 Thread Loïc Minier
On Thu, Aug 04, 2011, Albert ARIBAUD wrote: > Does this mean Stefano's patch will see a V2, or should I try and > apply it as-is? I personally think you should merge it as it makes it work again for Stefano and the board builds again; I guess I should look into the toolchain issue I'm seeing an

Re: [U-Boot] [PATCH] ARM: versatile: fix board support

2011-08-04 Thread Albert ARIBAUD
Stefano, Loïc, On 24/06/2011 17:37, Loïc Minier wrote: > On Fri, Jun 24, 2011, Stefano Babic wrote: >> Versatile board is used as example to run u-boot under qemu. >> The patch fixes relocation for all versatile boards and adds >> a versatileqemu target to be used under qemu. > > Thanks a lot! >

Re: [U-Boot] [PATCH] ARM: versatile: fix board support

2011-07-10 Thread Jeroen Hofstee
Thanks Stefano, This works for me as well. Regards, Jeroen [jeroen@blue /usr/home/jeroen]$ qemu --version QEMU emulator version 0.14.0, Copyright (c) 2003-2008 Fabrice Bellard [jeroen@blue /usr/home/jeroen]$ arm-none-eabi-gcc -v Using built-in specs. COLLECT_GCC=arm-none-eabi-gcc COLLECT_LTO_WR

Re: [U-Boot] [PATCH] ARM: versatile: fix board support

2011-07-01 Thread Loïc Minier
On Fri, Jul 01, 2011, Stefano Babic wrote: > Do you mean the versatile or the vexpress board ? I get the vexpress > working, but only mapping the RAM to the address 0 and not to the > correct address (0x6000). This only because qemu maps 64MB starting > from address 0 as RAM. However, setting t

Re: [U-Boot] [PATCH] ARM: versatile: fix board support

2011-07-01 Thread Stefano Babic
On 07/01/2011 04:26 PM, Loïc Minier wrote: > On Fri, Jun 24, 2011, stefano babic wrote: >> I do not know if depends on the compiler (search in the mailing list >> against problem with gcc 4.5+). I tested with ELDK-4.2, that means gcc >> 4.2.2. > Hi Loïc, > I tried with arm-linux-gnueabi-gcc-4.5

Re: [U-Boot] [PATCH] ARM: versatile: fix board support

2011-07-01 Thread Loïc Minier
On Fri, Jun 24, 2011, stefano babic wrote: > I do not know if depends on the compiler (search in the mailing list > against problem with gcc 4.5+). I tested with ELDK-4.2, that means gcc > 4.2.2. I tried with arm-linux-gnueabi-gcc-4.5 and arm-linux-gnueabi-gcc-4.4 and using your qemu-system-arm

Re: [U-Boot] [PATCH] ARM: versatile: fix board support

2011-06-24 Thread Jason Hobbs
Hi Stefano, On Fri, Jun 24, 2011 at 06:53:31PM +0200, stefano babic wrote: > Probably we need some feedback from ML to know if we have to save the > vexpress board or we have simply to drop it, because nobody seems to > have interest on it. The versatile is the well known example to run > the boot

Re: [U-Boot] [PATCH] ARM: versatile: fix board support

2011-06-24 Thread stefano babic
Am 24/06/2011 17:37, schrieb Loïc Minier: > On Fri, Jun 24, 2011, Stefano Babic wrote: >> Versatile board is used as example to run u-boot under qemu. >> The patch fixes relocation for all versatile boards and adds >> a versatileqemu target to be used under qemu. > > Thanks a lot! You're welcome

Re: [U-Boot] [PATCH] ARM: versatile: fix board support

2011-06-24 Thread Loïc Minier
On Fri, Jun 24, 2011, Stefano Babic wrote: > Versatile board is used as example to run u-boot under qemu. > The patch fixes relocation for all versatile boards and adds > a versatileqemu target to be used under qemu. Thanks a lot! > Patch tested only under qemu, not on real boards. > Tested with

[U-Boot] [PATCH] ARM: versatile: fix board support

2011-06-24 Thread Stefano Babic
Versatile board is used as example to run u-boot under qemu. The patch fixes relocation for all versatile boards and adds a versatileqemu target to be used under qemu. Patch tested only under qemu, not on real boards. Tested with QEMU emulator version 0.14.50. Signed-off-by: Stefano Babic CC: A