Re: [U-Boot] [PATCH] add board support for virtex4fx12 minimodul

2008-09-09 Thread Georg Schardt
Hi Ricardo, if such an architecture is wanted i can try to create it ? but i'm stil a beginner in u-boot and not very firm in git, so i think i ask many things here on the list :) Georg Ricardo wrote: > Hello Georg > > Its a pleasure to help. > > >>> 2) Try to unificate the fx12mm board unde

Re: [U-Boot] [PATCH] add board support for virtex4fx12 minimodul

2008-09-09 Thread Ricardo
Hello Georg Its a pleasure to help. >> 2) Try to unificate the fx12mm board under a more global board, like >> the ml507 with is now in mainstream >> > > you mean, that i create only a new config file and use the ml507 board code > ? > is this better than create new board specific files under bo

Re: [U-Boot] [PATCH] add board support for virtex4fx12 minimodul

2008-09-09 Thread Georg Schardt
sorry, just pressed ctrl-r without thinking about georg > [600+ lines of quote deleted] > > was there any need to re-quote the 600+ lines of your own posting? > > Best regards, > > Wolfgang Denk > > ___ U-Boot mailing list U-Boot@lists.denx.de http:/

Re: [U-Boot] [PATCH] add board support for virtex4fx12 minimodul

2008-09-09 Thread Wolfgang Denk
Dear Georg Schardt, In message <[EMAIL PROTECTED]> you wrote: > > > On Mon, Sep 8, 2008 at 14:07, schardt <[EMAIL PROTECTED]> wrote: > > > >> From: schardt <[EMAIL PROTECTED](none)> [600+ lines of quote deleted] was there any need to re-quote the 600+ lines of your own posting? Best regards,

Re: [U-Boot] [PATCH] add board support for virtex4fx12 minimodul

2008-09-09 Thread Georg Schardt
Hello Ricardo, thanks for your comments. i have some more questions : > 1) The board is manufactured by avnet, you must create it under the > folder boards/avnet/fx12mm > your are right, i will move it > 2) Try to unificate the fx12mm board under a more global board, like > the ml507 with is n

Re: [U-Boot] [PATCH] add board support for virtex4fx12 minimodul

2008-09-08 Thread Ricardo
Hello again Some comments: 1) The board is manufactured by avnet, you must create it under the folder boards/avnet/fx12mm 2) Try to unificate the fx12mm board under a more global board, like the ml507 with is now in mainstream 3) Add your boad to the MAKEALL script and yourself to the MAINTAINE

[U-Boot] [PATCH] add board support for virtex4fx12 minimodul

2008-09-08 Thread schardt
From: schardt <[EMAIL PROTECTED](none)> --- Makefile |3 + board/xilinx/fx12mm/Makefile | 63 board/xilinx/fx12mm/config.mk | 28 +++ board/xilinx/fx12mm/fx12mm.c | 67 + board/xilinx/fx12mm/init.S| 32