Re: [U-Boot] [PATCH] Olimex SAM9-L9260 board support

2008-11-01 Thread Cristian Birsan
Dear Jean-Christophe PLAGNIOL-VILLARD, I will remove all unnecessary white spaces from the previous patch. I have now a patch version for u-boot u-boot v2008.10 > > " > > > > # > > diff --git a/Makefile b/Makefile > > in

Re: [U-Boot] [PATCH] Olimex SAM9-L9260 board support

2008-10-30 Thread Cristian Birsan
Dear Wolfgang Denk, I have submitted a few weeks ago a patch for Olimex SAM9-L9260 (similar to AT91SAM9260-EK board from Atmel). Is is possible to include that patch in the new version of u-boot ? If it's needed I can resend a new patch for the u-boot v2008.10 Please let me know what should I

Re: [U-Boot] [PATCH] Olimex SAM9-L9260 board support

2008-10-10 Thread Cristian Birsan
Please consider the u-boot patch from the previous post for the next merge window. Best regards, Cristian Birsan ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] Olimex SAM9-L9260 board support

2008-10-07 Thread Cristian Birsan
responding to top and bottom of the MAC address are 0 Nfs works only with the ugly code that was removed. I'm spinning in a circle :( Please send me any suggestion. Best regards, Cristian Birsan ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] Olimex SAM9-L9260 board support

2008-10-07 Thread Cristian Birsan
t; I think yes. Here is my new patch. I changed also bootargs and bootcommand for DataFlash in the board configuration file. [PATCH] Olimex SAM9-L9260 board support Added support for the Olimex SAM9-L9260 development board. This patch is based on u-boot v1.3.4. Tested with Da

Re: [U-Boot] [PATCH] Olimex SAM9-L9260 board support

2008-10-07 Thread Cristian Birsan
function and I do not use anymore CONFIG_RESET_PHY_R. I use setenv ethaddr to configure the MAC address of the Ethernet controller. Is it ok to resend the patch with the above changes ? Best regards, Cristian Birsan ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] Olimex SAM9-L9260 board support

2008-10-06 Thread Cristian Birsan
o this the right way? >> +#define ROUND(A, B)(((A) + (B)) & ~((B) - 1)) > > First I think that this is wrong (maybe you need "B-1" instead of "B" > in the first part?), second we already have DIV_ROUND_UP defined in > common.h so please use this

[U-Boot] [PATCH] Olimex SAM9-L9260 board support

2008-10-06 Thread Cristian Birsan
Added support for the Olimex SAM9-L9260 development board. This patch is based on u-boot v1.3.4. Tested with data flash only (not with NAND). Signed-off-by: Cristian Birsan <[EMAIL PROTECTED]> --- MAKEALL|1 + Makefile