Re: [U-Boot] [PATCH 1/3] memcpy: use 32-bit copies if possible

2009-10-10 Thread Eric Lammerts
On 10/08/09 03:41, Alessandro Rubini wrote: > For memcpy all is well, for memset I have this problem: > if (sizeof(long) > 4) > cl |= cl << 32; > string.c:416: warning: left shift count >= width of type > > (obviously there is no such shift in the generated co

[U-Boot] [PATCH] u-boot-v2 initrd support for ARM

2009-05-05 Thread Eric Lammerts
ne -a 0xA080 -n rootfs \ -d rootfs.cpio.gz rootfs.uImage (this is for imx27) regards, Eric Signed-off-by: Eric Lammerts diff --git a/arch/arm/lib/armlinux.c b/arch/arm/lib/armlinux.c index ce86ff8..7d686eb 100644 --- a/arch/arm/lib/armlinux.c +++ b/arch/arm/lib/armlinux.c @@ -68,14 +

Re: [U-Boot] [PATCH 3/7] fec_imx27: driver for FEC ethernet controller on i.MX27

2009-06-15 Thread Eric Lammerts
On 06/15/09 10:01, Johan wrote: > I have trouble using your patch together with our LogicPD iMX27 > Litekit. Seems like the FEC driver does not work well. Here is some > output from when I try to load files with tftp > Loading: #T #T #T > #